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

#4336
%n - это имя обьекта в NetXMS. Вы уверены что оно совпадает с DNS именем и что с разрешением DNS имен на сервере все в порядке? Для надежности можно использовать %a - IP адрес ноды.
#4337
Общие вопросы / Re: NetXMS + DB Oracle
August 30, 2013, 07:50:17 PM
Скорее может чем нет :) Для NetXMS есть субагент для мониторинга Oracle (http://wiki.netxms.org/wiki/Subagent:Oracle), он дает кое-какую информацию. Мы его можем легко расширить, проблема скорее в том что мы не знаем, что именно надо мониторить в Oracle в реальной жизни. Так что пробуйте, по отзывам будем улучшать агента :)
#4338
Hi!

You have two options here. If you want to ignore all events for particular node(s), the easiest way is to add rule at the top of the policy with these nodes in filter and action set to "stop event processing" (see screenshot "rule_1"). To ignore node(s) in just one rule, you can add it to the filter and check "Inverted rule" on "Source" page in rule properties (screenshot "rule_2"). This way filter will match events from all nodes except those specified.

Best regards,
Victor
#4339
General Support / Re: Active discovery
August 30, 2013, 07:37:47 PM
Hi!

Currently the only way is to turn on debug on server (level 5 or higher) and check server's log. We have a feature request for that (https://www.radensolutions.com/chiliproject/issues/97) and eventually it will be implemented.

Best regards,
Victor
#4340
Hi!

In fact, instance discovery using tables is not working yet. You can use agent list as discovery method and use list FileSystem.MountPoints.

Best regards,
Victor
#4341
Hi!

You can set "required poll count" for node interface(s) to desired number of polls. NetXMS will consider interface down only after given number of unsuccessful polls, and so entire node will be considered down only then.

Best regards,
Victor
#4342
General Support / Re: WebUI encryption
August 29, 2013, 07:10:03 PM
Strange. Should work. Try to do

make clean
make
make install

just in case and try again. After that, try to start server with debug level 6 and check log for possible errors related to encryption.

Best regards,
Victor
#4343
General Support / Re: HowTO usw Icmp.AvgPingTime(*)
August 29, 2013, 04:38:28 PM
Seems to be an instance discovery issue. I'll try to reproduce it on my test system.

Best regards,
Victor
#4344
General Support / Re: WebUI encryption
August 29, 2013, 04:37:02 PM
From ldd output it seems that encryption was disabled. Please run configure again and send me summary printed by configure script when it finishes.

Best regards,
Victor
#4345
Шаблон должен накладываться автоматически на все node links, созданные под тем-же business service. Если после создания node link не создаются чеки по шаблонам, то это какой-то баг.
#4346
Имя базы прописано в конфигурационном файле сервера, netxmsd.conf.
#4347
Сейчас можно при помощи команды nxevent или скрипта отправить любое событие на сервер. Достаточно сделать тестовое событие и правило для исполнения дейстивий по этому событию.
#4348
General Support / Re: Creating Reports with JASPER
August 28, 2013, 08:48:25 PM
Nodes linked to containers via container_members table. For example, query to read all nodes in container with ID 111 will looks like


SELECT * FROM nodes
INNER JOIN container_members ON container_members.object_id=nodes.id
WHERE container_members.container_id=111


Best regards,
Victor
#4349
General Support / Re: HowTO usw Icmp.AvgPingTime(*)
August 28, 2013, 08:41:22 PM
Looks like a bug. Can you show configuration screenshot? Also, check for file called .log somewhere inside .nxmc directory in your home directory and send it to me if it has any errors logged.

Best regards,
Victor
#4350
General Support / Re: WebUI encryption
August 28, 2013, 08:39:23 PM
Hi!

Quite strange, according to config.log you've build server with encryption support. Can you please show me output of

ldd /usr/bin/netxmsd

Also, try to connect with desktop console with "Encrypt session" option turned on.

Best regards,
Victor