Monitoring (moved): Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 21:
 
* Nagios notifications go to [http://lists.openhatch.org/mailman/listinfo/monitoring monitoring@lists.openhatch.org]. Anyone can subscribe to this list or read its archives.
 
=== Making changes ===
 
In brief, here's what you need to know:
 
* Edit files in ~nagios/
* Once you know what changes you want to make, create a local branch with those changes:
git checkout -b my_changes
* As you make changes, make meaningful commits. Also, tell "git commit" to use your identity:
git commit --author="Some Body <some.body@example.com>"
* After you have made the changes, ask someone to review them and merge the changes to ''master''.
 
=== Viewing the web interface, and handling the daemon ===
 
* On <code>linode2</code>, <code>~/nagios/secrets/</code> contains the mailman and Nagios web interface passwords.
* View the Nagios web interface at <code>http://linode2.openhatch.org/nagios3/</code>
* To restart the Nagios daemon, run
Anonymous user