Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
cullenp
bycullenp, April 17, 2019
I've been using this plugin to monitor a windows process but when it reported CRITICAL nagios would not change the State. Turns out the plugin was not returning the State and it would default to 0 meaning "OK".
To fix this, add the following line to the end of the ps1 file
exit $Status
To fix this, add the following line to the end of the ps1 file
exit $Status
bycullenp, April 29, 2015
We are using this tool w/ AWS linux and windows instances. Automating Nagios instance add/delete is done with JSON requests. Really makes that process easy. The author is very responsive to questions via google groups. Keep in mind this is best installed on a new Nagios installation. Migration from an existing server can take a while and configuration should be done through the Nagrestconf interface.