Please see picture below. Any ideas?
Thanks for the tips. I just dont't understand why it working with the exit code 1 and not with the others. Anyway i'll take a look into the documentation and at the script exemples. And again thanks a lot for your reply.
I made it work. Sorry for the basic questions i am starting to work with the scripting monitoring in SolarWind.
Hello,
The first screenshot correctly shows that the script returned value for 'Down' status.
2nd shows, that your script does not output statistic value (ie 'WScript.Echo "Statistic:123"')
I would suggest to have a look at the 'Creating a Windows Script Monitor' section in APM Administrator's guide. You can see there, which are mandatory information your script must output. Also please have a look at
C:\Program Files\Solarwinds\Orion\APM\SampleScriptMonitors\Windows Script
for some sample scripts, which can be used as inspiration.