Re: Check the age of a process

Lutz Mader <[email protected]>
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Hello Dave,
a process uptime test ist available, see
https://mmonit.com/monit/documentation/monit.html#UPTIME-TEST

The uptime test is availabel for the process and system service
definitions only.

> Example of restarting the process every three days:
>
>  check process myapp with pidfile /var/run/myapp.pid
>     start program = "/etc/init.d/myapp start"
>     stop program = "/etc/init.d/myapp stop"
>     if uptime > 3 days then restart

With regards,
Lutz

p.s.
The test is available since some years (I find the test in Monit 5.16).
Check the used Monit version with the command "monit -V".
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.