From: Paul Wise Date: Mon, 15 Dec 2014 22:47:47 +0000 (+0800) Subject: nagios needs to be able to run systemctl as root otherwise dbus is needed X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=43a452c7aa9a46142d9304a182339d460bb18ff9;p=mirror%2Fdsa-nagios.git nagios needs to be able to run systemctl as root otherwise dbus is needed --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 572565c..dc320fd 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2627,7 +2627,7 @@ services: # {{{ misc - name: system - all services running - nrpe: "/bin/systemctl is-system-running" + nrpe: "/usr/bin/sudo /bin/systemctl is-system-running" hostgroups: jessie ### -