From 1199c6c2e0672c4f2dd6dbcd1536bb84c3253af6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 20 Mar 2017 17:10:12 +0100 Subject: [PATCH] run memory and puppet check on all hosts now --- config/nagios-master.cfg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 26e8e91..05e5e74 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1634,13 +1634,11 @@ services: - name: free memory - mb nrpe: "/usr/lib/nagios/plugins/dsa-check-memory -m mb" - #hostgroups: computers - hosts: draghi + hostgroups: computers - name: free memory - percent nrpe: "/usr/lib/nagios/plugins/dsa-check-memory -m pct" - #hostgroups: computers - hosts: draghi + hostgroups: computers - name: process - getty nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:8 -c 1: -u root -C getty -a /sbin/getty" @@ -3113,8 +3111,7 @@ services: - name: puppet - agent check nrpe: "/usr/lib/nagios/plugins/dsa-check-statusfile /var/cache/dsa/nagios/puppet-agent" - #hostgroups: computers - hosts: handel, draghi + hostgroups: computers check_interval: 60 retry_interval: 15 # }}} -- 2.20.1