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

#3436
Hi,

so you didn't get WARNING message when disk space increased let's say from 4% to 7%? That's strange because your setup looks correct and you should get WARNING event when threshold "< 5" deactivates. How did you check that you got messages?

Best regards,
Victor
#3437
Hi,

I've added configuration option EscapeLocalCommands. If it is set to 1, tab, carriage return, and new line characters will be replaced by \t, \r, and \n in commands. It will be available in release 1.2.17.

Best regards,
Victor
#3438
3 секунды.
#3439
General Support / Re: Template DCI's disappear
October 16, 2014, 10:25:31 PM
Yes, thank you. There was a bug (related to MS SQL only), I've fixed it. Release 1.2.17 will contain this fix (we plan to release it tomorrow).

Best regards,
Victor
#3440
General Support / Re: Template DCI's disappear
October 16, 2014, 08:58:08 PM
Hi,

can you please send definition of table "items" as it is created in your database?

Best regards,
Victor
#3441
Hi,

currently it's not possible. We can add appropriate hooks in the future, as idea looks useful. I'll regsiter this as feature request.

Best regards,
Victor
#3442
В настройках субагента portcheck можно задать таймаут параметром

Timeout = milliseconds

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

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

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

Вообще ServiceCheck.HTTP имеет 6 аргументов: хост, порт, URI, дополнительный заголовок, regexp для валидации, таймаут.
#3443
А информация по трафику собирается через SNMP или с агента? Если с агента, то все паранетры Net.Interface. позволяют указывать имя интерфейса вместо индекса.
#3444
Да, был баг что статус не пересчитывался. Исправил.
#3445
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
#3446
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
#3447
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
#3448
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
#3449
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
#3450
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