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

Side by Side Diff: manifests/monitoringserver.pp

Issue 5955657815556096: #760 - Remove include for "ssh" class (Closed)
Patch Set: Created July 16, 2014, 12:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld