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

Unified Diff: manifests/monitoringserver.pp

Issue 5143068516810752: Added new stats server and user counter page (Closed)
Patch Set: Centralized stats processing Created Dec. 20, 2013, 3:47 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
Index: manifests/monitoringserver.pp
===================================================================
--- a/manifests/monitoringserver.pp
+++ b/manifests/monitoringserver.pp
@@ -61,32 +61,32 @@ node 'server4' {
nagios_host {'server_6.adblockplus.org': use => 'generic-host'}
nagios_host {'server_7.adblockplus.org': use => 'generic-host'}
nagios_host {'server_10.adblockplus.org': use => 'generic-host'}
nagios_host {'server_11.adblockplus.org': use => 'generic-host'}
nagios_host {'server_12.adblockplus.org': use => 'generic-host'}
nagios_host {'server_15.adblockplus.org': use => 'generic-host'}
nagios_host {'server_16.adblockplus.org': use => 'generic-host'}
nagios_host {'server_19.adblockplus.org': use => 'generic-host'}
- nagios_host {'server_22.adblockplus.org': use => 'generic-host'}
nagios_host {'download1.adblockplus.org': use => 'generic-host'}
nagios_host {'filter1.adblockplus.org': use => 'generic-host'}
nagios_host {'filter2.adblockplus.org': use => 'generic-host'}
nagios_host {'filter3.adblockplus.org': use => 'generic-host'}
nagios_host {'filter4.adblockplus.org': use => 'generic-host'}
nagios_host {'filter5.adblockplus.org': use => 'generic-host'}
nagios_host {'filter6.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 {'stats1.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, server_22.adblockplus.org, download1.adblockplus.org, update1.adblockplus.org, web1.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, stats1.adblockplus.org'}
nagios_hostgroup {'notification-servers': members => 'notification1.adblockplus.org, notification2.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'}
nagios_service {'current-load':
use => 'generic-service',
hostgroup_name => 'all',
service_description => 'Current Load',
check_command => 'check_nrpe_1arg!check_load'

Powered by Google App Engine
This is Rietveld