Home Directory Plugins Operating Systems Linux Check process runtime

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 process runtime

Rating
2 votes
Favoured:
0
Hits
154609
Files:
FileDescription
check_proc_time.shBash script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A script that checks, if a given process has exceeded a defined runtime in seconds
command: /usr/local/nagios/libexec/check_proc_time.sh -p -w -c

expects parameters:

p) a pattern to grep the processlist
w) runtime in seconds as a threshold for warning state
c) runtime in seconds as a threshold for critical state

uses:
- ps
- grep
- awk
Reviews (1)
byformwandler, April 2, 2012
The time calculated in seconds is wrong on my actual Linux system. check_proc_age.sh works better.