Maybe also support shutdown check on stretch
[mirror/dsa-puppet.git] / modules / nagios / templates / inc-debian.org.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <%=
7 nagii = []
8 roles = scope.lookupvar('site::roles')
9 roles['nagiosmaster'].each do |nag|
10         nagii << scope.lookupvar('site::allnodeinfo')[nag]['ipHostNumber']
11 end
12 roles['extranrpeclient'].each do |nag|
13         nagii << scope.lookupvar('site::allnodeinfo')[nag]['ipHostNumber']
14 end
15
16 out = "allowed_hosts=" + nagii.flatten.sort.uniq.join(',')
17 out
18 %>
19
20
21 # the string "system-in-shutdown" is used by the remote side to tell
22 # if a system is running shutdown.  We do not use check_nrpe's
23 # exit code as that does not reliably tell us if the check could
24 # not connect to the nrpe server or if the remote check returned not-null.
25 command[dsa2_shutdown]=if /usr/lib/nagios/plugins/check_procs -w 1: -u root -C shutdown > /dev/null || /usr/lib/nagios/plugins/check_procs -w 1: -u root -a /lib/systemd/systemd-shutdownd > /dev/null || ( busctl get-property org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager ScheduledShutdown 2> /dev/null | awk '$3 > 0 { t=$3; } END { exit (t == 0)}' ); then echo 'system-in-shutdown'; else echo 'no shutdown running' ; fi
26 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart
27 command[restart-samhain]=sudo /usr/sbin/service samhain restart
28 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart