Use dsa-check-systemd-services instead of systemctl is-system-running
authorPeter Palfrader <peter@palfrader.org>
Sun, 11 Feb 2018 10:19:38 +0000 (11:19 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 11 Feb 2018 10:19:38 +0000 (11:19 +0100)
config/nagios-master.cfg

index 2732da5..407049a 100644 (file)
@@ -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
   ###
   -