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

#4846
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
#4847
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
#4848
Thank you, I'll take a look at the dumps in next few days!

Best regards,
Victor
#4849
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
#4850
Hi!

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

Best regards,
Victor
#4851
Hi!

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

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


nxget -l <windows_server_address> Net.InterfaceList


?
#4857
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
#4858
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
#4859
Hi!

Can you send me a screenshot of DCI configuration (thresholds page) and event processing policy rules for threshold activation and deactivation events?

Best regards,
Victor
#4860
Будет в 1.2.6. Должно было быть в 1.2.5 уже :(