How to Enable the Uptime alerts in Check_Mk
How to Enable the Uptime alerts in Check_Mk
OMD[watchdog]:~/etc/check_mk/conf.d$ cat uptime.mk
check_parameters += [
( {"min": (600, 600)}, ALL_HOSTS, ["Uptime"] ),
]
Good for Nothing
How to Enable the Uptime alerts in Check_Mk
OMD[watchdog]:~/etc/check_mk/conf.d$ cat uptime.mk
check_parameters += [
( {"min": (600, 600)}, ALL_HOSTS, ["Uptime"] ),
]