From: Peter Palfrader Date: Sun, 11 Feb 2018 10:19:38 +0000 (+0100) Subject: Use dsa-check-systemd-services instead of systemctl is-system-running X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=448df40bb4507ee49e862910415b8ad3503d6d4f Use dsa-check-systemd-services instead of systemctl is-system-running --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 2732da5..407049a 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2820,7 +2820,7 @@ services: # {{{ misc - name: system - all services running - nrpe: "/usr/bin/sudo /bin/systemctl is-system-running" + nrpe: "/usr/bin/sudo /usr/lib/nagios/plugins/dsa-check-systemd-services" hostgroups: jessie, stretch ### -