Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: manifests/monitoringserver.pp

Issue 9343001: Add Postfix configuration to the repository, make Postfix listen onlocal interfaces only (Closed)
Patch Set: Created Feb. 6, 2013, 8:19 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld