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

#4966
Hi!

Key question here is how you determine if node is in a failed state. After that you can do some combination of internal DCIs and custom attributes to do calculations.

Best regards,
Victor
#4967
General Support / Re: SMS access denied
November 08, 2012, 02:18:59 PM
Hi!

You have to set server configuration's variable AllowDirectSMS to 1, otherwise server will only allow SMS sending through event processing policy.

Best regards,
Victor
#4968
Quite strange. Can you please send me full content of config and metadata tables?

Best regards,
Victor
#4969
Эти параметры предоставляются субагентом WINPERF. Проверьте что в конфиге агента есть строчка

SubAgent = winperf.nsm

Также поставьте логирование в файл, например так:

LogFile = C:\TEMP\nxagentd.log

и запустите агента с командной строки в дебаг режиме:

nxagentd -D 9

смотрите, не будет ли ошибок при инизиализации.
#4970
Hi!

Try to compile without UNICODE support.

Best regards,
Victor
#4971
Похоже что на каком-то обьекте остается блокировка. А можно прислать лог с момента старта сервера до зависания сессии (можно на [email protected])?
#4972
В скрипты, вызываемые через %[], параметры передать нельзя. Но скрипт, вызванный таким образом, получает те-же переменные, что и скрипт в Event Processing Policy - $node, $event, и параметры события в $1, $2, и т.д.
#4973
Если надо выделить часть этого значения и вставить в текст сообщения в событии, то наверное да, самое правильное место будет вызывать скрипт через макрос в тексте. Только это будет %[script] (квадратные скобки, не угловые).
#4974
Карта должна быть типа "custom" - тогда она не обновляется сервером автоматически. Если карты были сделаны по другому, можно остановить сервер и в базе поставить значение колонки map_type в таблице network_maps в 0.
#4975
General Support / Re: PostgreSQL v1.2.4
November 05, 2012, 05:28:47 PM
Hi!

That's very strange, both nxdbmgr and server uses same database driver. Can you please send me full output of nxdbmgr, and output of ldd nxdbmgr? Also, try to run nxdbmgr giving configuration file explicitly with -c command line option. And try to specify database driver in netxmsd.conf as

DBDriver = pgsql.ddr

Best regards,
Victor
#4976
General Support / Re: PostgreSQL v1.2.4
November 05, 2012, 11:08:05 AM
Hi!

Server looks good, you just have to upgrade the database. Did you run nxdbmgr upgrade command?

Best regards,
Victor
#4977
General Support / Re: PostgreSQL v1.2.4
November 04, 2012, 08:40:57 PM
Hi!

Nothing changed in PostgreSQL driver. Try to run server from command line as

netxmsd -D9

maybe there will be additional error messages. Also, please send me output of

uname -a

and

ldd <netxms_install_prefix>/lib/netxms/dbdrv/pgsql.ddr

Best regards,
Victor
#4978
Попробуйте поставить 1.2.4. Если не поможет, то нужны будут логи сервера с уровнем дебага не ниже 6.
#4979
Технически это не сложно. Могу попробовать сделать, посмотрим что получится.
Сделал issue чтобы не забыть: https://www.radensolutions.com/chiliproject/issues/173
#4980
General Support / Re: Template and unsupported SNMP
November 02, 2012, 12:29:43 PM
Hi!

Finally implemented in 1.2.4. Now disabled DCI are not updated from template by default. The old behaviour can be enabled by setting server's configuration parameter ApplyDCIFromTemplateToDisabledDCI to 1.

Best regards,
Victor