From 533687f2b8a2bf583140270d28fd5d4122803995 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 16 Dec 2014 05:47:25 +0800 Subject: [PATCH] On systemd hosts, check if the system is fully up and running --- config/nagios-master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 6d77e5f..572565c 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2625,6 +2625,11 @@ services: hostgroups: openstack-controller # }}} # {{{ misc + - + name: system - all services running + nrpe: "/bin/systemctl is-system-running" + hostgroups: jessie + ### - name: process - rngd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C rngd -a '/usr/sbin/rngd -r /dev/hwrng'" -- 2.20.1