Check a process against expiration time
https://github.com/SUSE/Enceladus/tree/master/monitor
The script monitors a given process and if the process runs longer than the
specified time it is marked as critical or optionally killed. If the kill
operation fails the process is also marked as critical.
This is useful to monitor long running processes that may get stuck. One needs
to have an idea about the expected run time of the process. This is not useful
for monitoring time critical processes. The check can only be used on processes
that have a singular instance, i.e. there can only be one entry in the process
table for the process with the given name.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/monitoring-plugins-proc-timed-hang && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
check_proc_timed_hang_20170906.tar.bz2 | 0000008359 8.16 KB | |
monitoring-plugins-proc-timed-hang.changes | 0000000794 794 Bytes | |
monitoring-plugins-proc-timed-hang.spec | 0000002350 2.29 KB |
Revision 4 (latest revision is 5)
Robert Schweikert (rjschwei)
committed
(revision 4)
- Fix dependencies in spec file, missing docopt and dateutil
Comments 0