OLD | NEW |
1 node 'server4' { | 1 node 'server4' { |
2 include base, ssh, puppetmaster | 2 include base, puppetmaster |
3 | 3 |
4 class {'nagios::client': | 4 class {'nagios::client': |
5 server_address => 'monitoring.adblockplus.org' | 5 server_address => 'monitoring.adblockplus.org' |
6 } | 6 } |
7 | 7 |
8 class {'nagios::server': | 8 class {'nagios::server': |
9 domain => 'monitoring.adblockplus.org', | 9 domain => 'monitoring.adblockplus.org', |
10 certificate => 'monitoring.adblockplus.org_sslcert.pem', | 10 certificate => 'monitoring.adblockplus.org_sslcert.pem', |
11 private_key => 'monitoring.adblockplus.org_sslcert.key', | 11 private_key => 'monitoring.adblockplus.org_sslcert.key', |
12 is_default => 'true', | 12 is_default => 'true', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 check_command => 'check_nrpe_1arg!check_connections', | 172 check_command => 'check_nrpe_1arg!check_connections', |
173 } | 173 } |
174 | 174 |
175 nagios_service {'memory': | 175 nagios_service {'memory': |
176 use => 'generic-service', | 176 use => 'generic-service', |
177 hostgroup_name => 'all', | 177 hostgroup_name => 'all', |
178 service_description => 'Memory', | 178 service_description => 'Memory', |
179 check_command => 'check_nrpe_1arg!check_memory', | 179 check_command => 'check_nrpe_1arg!check_memory', |
180 } | 180 } |
181 } | 181 } |
OLD | NEW |