Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Upstart Job Status
1
2012-09-13
- Nagios 3.x
GPL
55172
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Reviews (1)
byTony-Caffe, August 5, 2015
Correct URL Link:
https://github.com/jg10/Nagios-Plugins/blob/master/check_upstart_status.pl
If this was documented and updated with how-to and correct links, I would have given this a 5 start.
Usage:
./check_upstart_status.pl -j {jobname}
Nagios Codes:
0 = ok
1 = warn
2 = crit
3 = unknown
Warning is returned if job is in the process of stopping and Critical if job is stopped.
This would be nice to have a host option and such but if you use check_nrpe and install this on the monitor host, you can manage it remotely.
Hope this helps anyone in the future.
Anthony
https://github.com/jg10/Nagios-Plugins/blob/master/check_upstart_status.pl
If this was documented and updated with how-to and correct links, I would have given this a 5 start.
Usage:
./check_upstart_status.pl -j {jobname}
Nagios Codes:
0 = ok
1 = warn
2 = crit
3 = unknown
Warning is returned if job is in the process of stopping and Critical if job is stopped.
This would be nice to have a host option and such but if you use check_nrpe and install this on the monitor host, you can manage it remotely.
Hope this helps anyone in the future.
Anthony