Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 Loading... | |
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 10:10:34
This doesn't look like valid Markdown syntax, you
mathias
2014/07/10 10:29:14
Oh, indeed, that's the wrong bracket. Thank you, I
| |
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 |
LEFT | RIGHT |