From 5165789d34237cba4464c854f6c7960e05251b0c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 30 Aug 2019 13:28:46 +0200 Subject: [PATCH] monitor puppet runs --- config/nagios-master.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 532036b..aadcf3a 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2993,6 +2993,18 @@ services: hostgroups: computers check_interval: 60 retry_interval: 15 + + - + name: puppet - catalog run + remotecheck: "/usr/lib/nagios/plugins/check_puppetdb_nodes -a 4 --node $HOSTNAME$.debian.org -w 720 -c 1440" + hostgroups: computers + runfrom: handel + + - + name: puppet - all catalog runs + nrpe: "/usr/lib/nagios/plugins/check_puppetdb_nodes -a 4 -w 720 -c 1440" + hosts: handel + #### - name: ping peer on mgmt network -- 2.20.1