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 |
---|---|---|
monitoring-plugins-proc-timed-hang-20190816.tar.bz |
0000007953 7.77 KB | |
monitoring-plugins-proc-timed-hang.changes | 0000001103 1.08 KB | |
monitoring-plugins-proc-timed-hang.spec | 0000002395 2.34 KB |
Latest Revision
Ivan Kapelyukhin (ikapelyukhin)
committed
(revision 5)
- Version 20190816 - Refactor to use python3-psutils - Fix parsing of CLI arguments - Fix detection of process start time - Fix finding a process with CLI parameters
Comments 0