From d4195f36d29c4d2a7ee5e2d34c7f3fc918bb8533 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 11 Apr 2010 16:40:52 +0100 Subject: [PATCH] add uptime check Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index e169076..4ba66c1 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1134,6 +1134,11 @@ services: name: load nrpe: "/usr/lib/nagios/plugins/check_load -w 140,120,100 -c 240,220,200" hostgroups: highload + #### + - + name: uptime check + nrpe: "/usr/lib/nagios/plugins/dsa-check-uptime" + hostgroups: computers #### - name: processes - zombies -- 2.20.1