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

Unified Diff: manifests/monitoringserver.pp

Issue 5889762565029888: Issue 2104 - Set up a test server for adblockplus.org content (Closed)
Patch Set: Created March 13, 2015, 3:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Vagrantfile ('k') | manifests/vagrant.pp » ('j') | manifests/webserver.pp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/monitoringserver.pp
===================================================================
--- a/manifests/monitoringserver.pp
+++ b/manifests/monitoringserver.pp
@@ -88,22 +88,23 @@ node 'server4' {
nagios_host {'filter16.adblockplus.org': use => 'generic-host'}
nagios_host {'filter17.adblockplus.org': use => 'generic-host'}
nagios_host {'filter18.adblockplus.org': use => 'generic-host'}
nagios_host {'filtermaster1.adblockplus.org': use => 'generic-host'}
nagios_host {'notification1.adblockplus.org': use => 'generic-host'}
nagios_host {'notification2.adblockplus.org': use => 'generic-host'}
nagios_host {'update1.adblockplus.org': use => 'generic-host'}
nagios_host {'web1.adblockplus.org': use => 'generic-host'}
+ nagios_host {'web2.adblockplus.org': use => 'generic-host'}
nagios_host {'stats1.adblockplus.org': use => 'generic-host'}
nagios_host {'issues1.adblockplus.org': use => 'generic-host'}
nagios_host {'codereview1.adblockplus.org': use => 'generic-host'}
nagios_hostgroup {'all': members => '*'}
- nagios_hostgroup {'http-servers': members => 'server_4.adblockplus.org, server_10.adblockplus.org, server_16.adblockplus.org, download1.adblockplus.org, update1.adblockplus.org, web1.adblockplus.org, stats1.adblockplus.org, issues1.adblockplus.org, codereview1.adblockplus.org'}
+ nagios_hostgroup {'http-servers': members => 'server_4.adblockplus.org, server_10.adblockplus.org, server_16.adblockplus.org, download1.adblockplus.org, update1.adblockplus.org, web1.adblockplus.org, web2.adblockplus.org, stats1.adblockplus.org, issues1.adblockplus.org, codereview1.adblockplus.org'}
nagios_hostgroup {'filter-servers': members => 'server_5.adblockplus.org, server_6.adblockplus.org, server_7.adblockplus.org, server_11.adblockplus.org, server_12.adblockplus.org, server_15.adblockplus.org, server_19.adblockplus.org, filter1.adblockplus.org, filter2.adblockplus.org, filter3.adblockplus.org, filter4.adblockplus.org, filter5.adblockplus.org, filter6.adblockplus.org, filter7.adblockplus.org, filter8.adblockplus.org, filter9.adblockplus.org, filter10.adblockplus.org, filter11.adblockplus.org, filter12.adblockplus.org, filter13.adblockplus.org, filter14.adblockplus.org, filter15.adblockplus.org, filter16.adblockplus.org, filter17.adblockplus.org, filter18.adblockplus.org, notification1.adblockplus.org, notification2.adblockplus.org'}
nagios_service {'current-load':
use => 'generic-service',
hostgroup_name => 'all',
service_description => 'Current Load',
check_command => 'check_nrpe_1arg!check_load'
}
« no previous file with comments | « Vagrantfile ('k') | manifests/vagrant.pp » ('j') | manifests/webserver.pp » ('J')

Powered by Google App Engine
This is Rietveld