| OLD | NEW |
| 1 node 'server4' { | 1 node 'server4' { |
| 2 include base, ssh, puppetmaster | 2 include base, ssh, postfix, 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 vhost => 'monitoring.adblockplus.org', | 9 vhost => 'monitoring.adblockplus.org', |
| 10 htpasswd_source => 'puppet:///modules/private/nagios-htpasswd', | 10 htpasswd_source => 'puppet:///modules/private/nagios-htpasswd', |
| 11 admins => ['*'] | 11 admins => ['*'] |
| 12 } | 12 } |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 check_command => 'check_easylist_http' | 111 check_command => 'check_easylist_http' |
| 112 } | 112 } |
| 113 | 113 |
| 114 nagios_service {'bandwidth': | 114 nagios_service {'bandwidth': |
| 115 use => 'generic-service', | 115 use => 'generic-service', |
| 116 hostgroup_name => 'all', | 116 hostgroup_name => 'all', |
| 117 service_description => 'Bandwidth', | 117 service_description => 'Bandwidth', |
| 118 check_command => 'check_nrpe_1arg!check_bandwidth' | 118 check_command => 'check_nrpe_1arg!check_bandwidth' |
| 119 } | 119 } |
| 120 } | 120 } |
| OLD | NEW |