Monitoring (moved): Difference between revisions

From OpenHatch wiki
Content added Content deleted
Line 5: Line 5:
=== The basics===
=== The basics===
* <code>linode.openhatch.org</code> is the main OpenHatch box, which runs the website.
* <code>linode.openhatch.org</code> is the main OpenHatch box, which runs the website.
* Nagios is running on <code>linode2.openhatch.org</code>. This is also the machine where OpenHatch runs Hudson.
* <code>linode2.openhatch.org</code> is the secondary server for OpenHatch. It hosts the Hudson continuous integration server, as well as Nagios!
* The Nagios configuration is owned by a user called ''nagios'' on ''linode2.openhatch.org''.


=== Access ===
=== Access ===

Revision as of 06:07, 17 March 2011

This is a page about improving or modifying OpenHatch.

We call that "Hacking OpenHatch," and there is a whole category of pages about that.


Monitoring

The basics

  • linode.openhatch.org is the main OpenHatch box, which runs the website.
  • linode2.openhatch.org is the secondary server for OpenHatch. It hosts the Hudson continuous integration server, as well as Nagios!
  • The Nagios configuration is owned by a user called nagios on linode2.openhatch.org.

Access

  • There is a nagios user on linode2. We use ssh keys for login.
  • If you want SSH access to that account, file a bug requesting it, and attach an SSH key. You should hear back within 2 days; if you don't hear back by then, try to find paulproteus or jesstess on IRC.
  • Then you can do:
ssh nagios@linode2.openhatch.org

Notifications

  • Nagios notifications go to monitoring@lists.openhatch.org. Anyone can subscribe to this list.

Viewing the web interface, and handling the daemon

  • On linode2, ~/nagios/secrets/ contains the mailman and Nagios web interface passwords.
  • View the Nagios web interface at http://linode2.openhatch.org/nagios3/
  • To restart the Nagios daemon, run sudo /etc/init.d/nagios3 restart

In case of emergency

TODOs

  1. Send Nagios notifications to IRC (#openhatch-auto?)?
  2. Make the Nagios web interface world-viewable.
  3. Version the monitoring configurations.
  4. Send SMS alerts to people who want them.
  5. Add historical trending (Munin)?

Related