]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/nagios/templates/inc-debian.org.erb
allow nrpe to restart samhain as well
[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 case fqdn when
17   'mundy.debian.org', 'caballero.debian.org' then
18     nagii << '192.34.35.49'
19 end
20
21 out = "allowed_hosts=" + nagii.flatten.sort.uniq.join(',')
22 out
23 %>
24
25
26 # the string "system-in-shutdown" is used by the remote side to tell
27 # if a system is running shutdown.  We do not use check_nrpe's
28 # exit code as that does not reliably tell us if the check could
29 # not connect to the nrpe server or if the remote check returned not-null.
30 command[dsa2_shutdown]=if /usr/lib/nagios/plugins/check_procs -w 1: -u root -C shutdown > /dev/null; then echo 'system-in-shutdown'; else echo 'no shutdown running' ; fi
31 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart
32 command[restart-samhain]=sudo /usr/sbin/service samhain restart
33 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart