From ac1202e6a3b153a8668a21cd786f2088938e4331 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Dec 2016 16:26:13 +0100 Subject: Icinga2/Puppet: Add check_puppetmaster.sh monitoring plugin. --- usr-lib-nagios-plugins/check_puppetmaster | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 usr-lib-nagios-plugins/check_puppetmaster (limited to 'usr-lib-nagios-plugins/check_puppetmaster') diff --git a/usr-lib-nagios-plugins/check_puppetmaster b/usr-lib-nagios-plugins/check_puppetmaster new file mode 100755 index 0000000..ed785c5 --- /dev/null +++ b/usr-lib-nagios-plugins/check_puppetmaster @@ -0,0 +1,3 @@ +#!/bin/bash + +sudo -u puppet "$(dirname $0)/check_puppetmaster.sh" -- cgit v1.2.3