TracNav menu
-
Home
-
Documentation...
-
Information...
-
Commands/Modules
-
CheckDisk...
-
CheckEventLog...
-
CheckSystem
- CheckCPU
- CheckUpTime
- CheckServiceState
- CheckProcState
- CheckMem
- CheckCounter
-
CheckHelpers...
-
CheckTaskSched...
-
FileLogger...
-
NRPEListener...
-
NSClientListener...
-
SysTray...
-
CheckWMI...
-
RemoteConfiguration...
-
CheckExternalScripts...
-
LUAScript...
-
NSCAAgent...
-
Donate...
CheckUpTime
This check checks the uptime of a server and if the time is less then the times given as arguments a state is returned.
| Option | Values | Description |
| MaxCrit | time | Maximum time the system is allowed to be up |
| MinCrit | time | Minimum time the system is allowed to be up |
| MaxWarn | time | Maximum time the system is allowed to be up |
| MinWarn | time | Minimum time the system is allowed to be up |
| nsclient | Flag to make the plug in run in NSClient compatibility mode | |
| ShowAll | Add this option to show details even if an error is not encountered. | |
| Alias | string | A string to use as alias for the values (default is uptime) |
Examples
Check that the system has been running for at least a day:
checkUpTime MinWarn=1d MinCrit=12h Client has uptime (19h) < warning (24h)




