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

Unified Diff: manifests/monitoringserver.pp

Issue 5459448122310656: Add rietveld to infrastructure (Closed)
Patch Set: Apply Changes Created Feb. 7, 2014, 5:16 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
@@ -80,6 +80,7 @@
nagios_host {'web1.adblockplus.org': use => 'generic-host'}
nagios_host {'stats1.adblockplus.org': use => 'generic-host'}
nagios_host {'issues1.adblockplus.org': use => 'generic-host'}
+ nagios_host {'codereview.adblockplus.org': use => 'generic-host'}
Felix Dahlke 2014/02/07 20:09:46 Should be codereview1 here as well. Also, we shoul
christian 2014/02/10 09:05:57 Done.
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'}

Powered by Google App Engine
This is Rietveld