projects
/
mirror
/
dsa-nagios.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074609c
)
is-system-running check
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 11:50:49 +0000
(13:50 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 11:50:57 +0000
(13:50 +0200)
config/nagios-master.cfg
patch
|
blob
|
history
diff --git
a/config/nagios-master.cfg
b/config/nagios-master.cfg
index
d700a7b
..
11ca836
100644
(file)
--- a/
config/nagios-master.cfg
+++ b/
config/nagios-master.cfg
@@
-1720,6
+1720,10
@@
services:
check_interval: 60
retry_check_interval: 15
notification_interval: 10080
+ -
+ name: system - all services running
+ nrpe: "/usr/bin/sudo /bin/systemctl is-system-running"
+ hostgroups: jessie
-
name: installed firewall
nrpe: "/usr/lib/nagios/plugins/dsa-check-file -w -f /etc/ferm/ferm.conf"