Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Victor Kirhenshtein

#3421
В настройках субагента portcheck можно задать таймаут параметром

Timeout = milliseconds

это будет значение по умолчанию для всех проверок. Кроме того таймаут можно задать прямо в запросе последним аргументом, например так:

ServiceCheck.HTTP(10.0.0.1,80,/,,"^HTTP/1\.[01]",2000)

(таймаут 2 секунды).

Вообще ServiceCheck.HTTP имеет 6 аргументов: хост, порт, URI, дополнительный заголовок, regexp для валидации, таймаут.
#3422
А информация по трафику собирается через SNMP или с агента? Если с агента, то все паранетры Net.Interface. позволяют указывать имя интерфейса вместо индекса.
#3423
Да, был баг что статус не пересчитывался. Исправил.
#3424
Hi,

#2 is implemented in 1.2.17. This is turned off by default to maintain compatibility with previous versions. Setting parameter ProcessOfflineEvents in LogWatch section to yes or true will enable this feature. When on, agent will save timestamp of last processed event and on start will process all events since last processed.

Best regards,
Victor
#3425
General Support / Re: Action is not taken (executed)?
October 14, 2014, 03:27:01 PM
Hi,

try to set debug level to at least 4 (add DebugLevel = 4 to netxmsd.conf) and check server's log. If you have logging set to event log, I suggest to change it to file first.

Best regards,
Victor
#3426
General Support / Re: network mapping issues...
October 14, 2014, 11:11:01 AM
Hi,

IP topology map shows IP topology ignoring physical connectivity between nodes - and I suppose that all nodes and switches in your network are in the same IP subnet. What you need is layer 2 topology map, which shows physical connections between devices.

Best regards,
Victor
#3427
General Support / Re: IP address change issues..
October 14, 2014, 11:08:04 AM
Hi,

what are you using as primary host name (visible in properties on "Communications" page) - DNS name or IP address? I recommend to use DNS names for nodes with dynamic IP addresses. If they change often you may also want to set server's configuration parameter ResolveDNSToIPOnStatusPoll to 1 so server will resolve DNS names on each status poll (by default it is done only on configuration polls).

Best regards,
Victor
#3428
General Support / Re: Integration with LDAP question
October 14, 2014, 11:04:05 AM
Hi,

I assume you are on Linux. Then you have to install OpenLDAP development package (libldap2-dev on Debian, openldap-devel on RedHat) and re-run configure and make. Pay attention to configure's summary output - it should say yes for LDAP support.

Best regards,
Victor
#3429
General Support / Re: Template DCI's disappear
October 14, 2014, 11:01:13 AM
Hi,

it happens when server tries to save DCI configuration to database. What DCIs did you edit recently?

Best regards,
Victor
#3430
Статус изменится при появлении аларма например. Вообще это именно внутренний параметр - он просто достает статус объекта в системе. Координаты агент должен передавать - на закладке Overview должны быть. Если нет, то надо на телефоне смотреть что пишет. В версии 1.2.17 будет еще и трекинг - история координат сохраняется в базу и позволяет посмотреть через GUI.
#3431
Quote from: Akira on October 13, 2014, 08:22:22 PM
Уровень заряда показывает.
Когда я создал DCI на батарею и сказал показывать график, его нигде не видно.
У mobile device нет закладки performance

да, действительно - для мобильных устройств performance tab не показывается. Я поправлю к следующему релизу. Можно смотреть график вручную из "Last values".

#3432
перепутал - сначала идет формат, потом время:

return strftime("%d.%b.%Y %H:%M:%S", $1);
#3433
General Support / Re: Template DCI's disappear
October 13, 2014, 07:53:02 PM
Hi!

Did you restart netxmsd in between? If yes, check server's log file for possible SQL errors - maybe your changes was not saved in database. Check audit log to see when last changes to template objects was done.

Best regards,
Victor
#3434
Hi,

yes, you can use them in form %attribute_name%

Best regards,
Victor
#3435
Общие вопросы / Re: Search snmp sysname
October 13, 2014, 07:48:25 PM
Только своим скриптом или селектом из базы - стандартной опции в GUI такой нет.