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

Delta Between Two Patch Sets: README.md

Issue 5712550654115840: #765 - Update "Monitoring" section in README.md (Closed)
Left Patch Set: #765 - Update "Monitoring" section in README.md (incl. markup fix) Created July 10, 2014, 10:36 a.m.
Right Patch Set: #765 - Update "Monitoring" section in README.md Created July 11, 2014, 9:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Adblock Plus infrastructure 1 Adblock Plus infrastructure
2 =========================== 2 ===========================
3 3
4 The Adblock Plus infrastructure uses [Puppet](http://puppetlabs.com/) 4 The Adblock Plus infrastructure uses [Puppet](http://puppetlabs.com/)
5 to set up servers, and to have a realistic development environment. 5 to set up servers, and to have a realistic development environment.
6 6
7 Our Puppet manifests are only tested with Ubuntu 12.04 right now. 7 Our Puppet manifests are only tested with Ubuntu 12.04 right now.
8 8
9 Private files 9 Private files
10 ------------- 10 -------------
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 run Puppet on the servers via SSH (sudo privilege required). You can list any 160 run Puppet on the servers via SSH (sudo privilege required). You can list any
161 host groups defined in _manifests/monitoringserver.pp_ or individual servers. 161 host groups defined in _manifests/monitoringserver.pp_ or individual servers.
162 You can also use _-v_ flag to see verbose Puppet output or _-t_ flag to do a 162 You can also use _-v_ flag to see verbose Puppet output or _-t_ flag to do a
163 dry run without changing anything. 163 dry run without changing anything.
164 164
165 Monitoring 165 Monitoring
166 ---------- 166 ----------
167 167
168 Monitoring is fully functional in any environment, including development. 168 Monitoring is fully functional in any environment, including development.
169 Here, after bootstrapping the `server4` box, one can access the Nagios GUI 169 Here, after bootstrapping the `server4` box, one can access the Nagios GUI
170 from the host machine via <https://nagiosadmin:nagiosadmin@10.8.0.99/> -- 170 from the host machine via <https://nagiosadmin:nagiosadmin@10.8.0.99/>.
Wladimir Palant 2014/07/10 11:00:31 Looks good but why -- rather than period?
mathias 2014/07/10 13:38:10 Just because some UI guy once told me that it's no
Wladimir Palant 2014/07/10 13:51:05 That shouldn't be a concern for a linkified URL. Y
171 171
172 The monitoring service of our production environment, however, is accessible 172 The monitoring service of our production environment, however, is accessible
173 via <https://monitoring.adblockplus.org/>. 173 via <https://monitoring.adblockplus.org/>.
174 Add yourself to _files/nagios-htpasswd_ in the _private_ module used on the 174 Add yourself to _files/nagios-htpasswd_ in the _private_ module used on the
175 server, or have someone add you if you don't have access. 175 server, or have someone add you if you don't have access.
176 176
177 177
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld