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
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.
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
Code Select
Action = MyAction:test.batQuestion 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.