title: Uptime of SNMP hosts
agents: snmp
catalog: os/misc
license: GPL
distribution: check_mk
description:
 This check is always OK and simply outputs the uptime of the target
 systems (when the last boot was and how much time has elapsed since).
 The check is always OK.

 The check uses the SNMP OID {DISMAN-EVENT-MIB::sysUpTime}.

perfdata:
 The uptime in seconds.

inventory:
 One check per system is created if the host provides that information.

[parameters]
parameters (dict): A dictionary with the following optional keys:

    {"min"}: Pair of integers of warn and crit: the minimum required uptime
    uptime in seconds.

    {"max"}: Pair of integers of warn and crit: the maximum allowed uptime
    uptime in seconds.
