- changed status to on hold
System Uptime
Issue #166
resolved
It would be nice to have the system uptime also on the home page; It sometimes irritating me if the uptime (of monit) is lower than the uptime of other services.
Comments (6)
-
repo owner -
@tildeslash Could you bring "future" in the next release?
I am thinking about implementing system uptime check
check system $HOST if uptime > 170 days then alert
-
For now it is
check directory with path /proc if timestamp > 180 days then alert
-
repo owner - changed status to open
-
repo owner - changed status to resolved
Fix Issue
#166: HTTP GUI: Added system uptime to the status details of system service and dropped the confusing monit's own uptime from the home page header.→ <<cset d059d745aef2>>
-
repo owner Added also support for system uptime test as requsted by @szepeviktor, implementation: https://bitbucket.org/tildeslash/monit/commits/f0c3c437a0ea/
- Log in to comment
will implement this in the future