Home Directory Plugins Operating Systems Linux Check Upstart Job Status

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Upstart Job Status

Current Version
1
Last Release Date
2012-09-13
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
54842
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin checks the status of a given Upstart job name on Linux hosts (e.g. Ubuntu) and reports a warning if the job is in the process of stopping and critical if it's stopped.
Reviews (1)
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