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 - mewmi

#1
Thanks for the reply. I managed to get it working.

However, i am confused as to the example provided then. In what case would i need to edit the conf files to include those Actions?
#2
I am trying to run an external program (.bat or .exe file) whenever a threshold is reached.

I added an Actions Configuration called MyAction of type 'Execute command on management server'
Question 1: What should be entered under 'Command'

I set one of my thresholds, and I configured my event processing policy's Action to MyAction

Going over the example provided in https://www.netxms.org/forum/index.php/topic,204.0.html
I edited the netxmsd.conf in C:\NetXMS\etc\ to include
Action = MyAction:test.bat
Question 2: Where (in which folder/path) should test.bat be located to be succesfully called.

So far, the .bat file is still not running whenever the threshold is reached.

Any help is appreciated.