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

#4801
Автобинд скрипт - это атрибут контейнера, и всегда выполняется только для того контейнера, в котором определен. Если вы используете общий скрипт из библиотеки, то при вызове из каждого конкретного контейнера можно передавать его имя или идентификатор как параметр. Перебрать все custom attributes нельзя, надо знать их имена.
#4802
Hi!

This is due to topology-based event correlation. Idea is to suppress multiple SYS_NODE_DOWN events if they are caused by intermediate router failure. If only end node was disconnected and still server generates SYS_NODE_UNREACHABLE instead of SYS_NODE_DOWN, then this is a bug. Unfortunately this feature cannot be turned off. I'll add appropriate option in 1.2.6. As a workaround, you can disable routing table polls on intermediate routers - if NetXMS server will not know full route to the node, it will not try to do such correlation.

Best regards,
Victor
#4803
Hi!

You have to escape text properly before passing to command line, or enclose text in quotes. Try to define your command as


/opt/CA/SharedComponents/ccs/bin/cawto -n waqnsm91 NETXMS - ALERT - %n - %a - '%m'


Btw, you don't need to put / twice - only the backslash (\).

Alternative approach could be to use NXSL script to escape special characters in event message with backslash.

Best regards,
Victor
#4804
General Support / Re: Configuration of Situation
January 22, 2013, 02:20:51 PM
Hi!

This is done automatically. The only requirement is that NetXMS server must know full route to the nodes, so intermediate routers must be accessible and provide routing information.

Best regards,
Victor
#4805
Thank you, I'll take a look at the dumps in next few days!

Best regards,
Victor
#4806
General Support / Re: Agent Detection - v1.2.5
January 21, 2013, 08:30:47 AM
Hi!

Can you provide more details? You mean that after initial discovery node has isAgent capability set, but after manual configuration poll it is cleared?

Best regards,
Victor
#4807
Hi!

It should. Do you still have same issue with 1.2.5?

Best regards,
Victor
#4808
Hi!

You can create unmanaged node or container and put it on the map.

Best regards,
Victor
#4809
Polls / What you are monitoring with NetXMS?
January 17, 2013, 03:58:39 PM
Please share what is your primary target for monitoring with NetXMS.
#4810
It's not exactly the same - using templates you cannot create DCIs depending on node capabilities (for example, enumerate all interfaces and create DCI for each interface).

Best regards,
Victor
#4811
Hi!

You must remove "always process all thresholds" option from thresholds and put "== 0" threshold first. Then you should get only one deactivation event. See this: http://wiki.netxms.org/wiki/UM:Data_Collection#Threshold_Processing for description why threshold order is important.

Best regards,
Victor
#4812
Общие вопросы / Re: int64
January 16, 2013, 07:29:19 PM
Если сами счетчики реально 32-битные (на хосте), то замена типа в NetXMS проблемы не решит - при переходе счетчика через 0 получится неправильное значение. Я еще проверю, какой тип данных для счетчиков использует операционная система. Если ето действительнно 32 битные, и траффик большой, то единственный вариант наверное - это делать опросы чаще, например каждые 10 секунд.
#4813
Общие вопросы / Re: 1.2.5 баги
January 16, 2013, 07:26:01 PM
А какой CodePage стоит в netxmsd.conf? И что возвращает команда


nxget -l <windows_server_address> Net.InterfaceList


?
#4814
Hi!

Do they respond to SNMP? Check that SNMP settings are correct and that you can reach them by SNMP. You can do that using nxsnmpwalk or nxsnmpget tools.

Best regards,
Victor
#4815
Hi!

Both is not possible - you cannot run script on node, and you cannot create DCI from script. Idea is good, I'll add feature request for that (#219, #220).

Best regards,
Victor