From: Peter Palfrader Date: Mon, 20 Mar 2017 16:10:12 +0000 (+0100) Subject: run memory and puppet check on all hosts now X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=1199c6c2e0672c4f2dd6dbcd1536bb84c3253af6;p=mirror%2Fdsa-nagios.git run memory and puppet check on all hosts now --- 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 # }}}