Hi There,
I'm trying to test the notification batch method to create a notification with a exe/batch file and attach it to a sensor. The batch tries to fire up a command with psexec to execute it on a remote server.
With this we're able to recover remote servers when an error occurs.
I test the notification with the "test" button before actually let the sensor triggering it.
Nothing happens..
The batch file is within the paessler notification\exe directory.
It contains:
psexec
%remote server% -i -d -h cmd /c d:\dir\ip-config.bat
ip-config.bat contains ipconfig > ipconfig.txt
Should there be some way to troubleshoot this?
CHeers R.
Add comment