Try to avoid reserved site keyword
[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('deprecated::roles')
9 roles['nagiosmaster'].each do |nag|
10         nagii << scope.lookupvar('deprecated::allnodeinfo')[nag]['ipHostNumber']
11 end
12 roles['extranrpeclient'].each do |nag|
13         nagii << scope.lookupvar('deprecated::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/local/bin/dsa-is-shutdown-scheduled; 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