Difference between revisions of "Archive:System Monitoring"
From Tardis
(→Custom plugins) |
|||
Line 1: | Line 1: | ||
==Munin== | ==Munin== | ||
− | We're running munin for some out of the box monitoring fun, which can be seen at [https://www.tardis.ed.ac.uk/restricted/munin/]. | + | We're running [http://munin.projects.linpro.no/ munin] for some out of the box monitoring fun, which can be seen at [https://www.tardis.ed.ac.uk/restricted/munin/]. |
To add a new host to this, on the box you wish to monitor: | To add a new host to this, on the box you wish to monitor: |
Revision as of 22:27, 11 November 2007
Munin
We're running munin for some out of the box monitoring fun, which can be seen at [1].
To add a new host to this, on the box you wish to monitor:
colin:~# apt-get install munin-node ... colin:~# vim /etc/munin/munin-node.conf
and add...
allow ^193\.62\.81\.11$
and don't forget to...
colin:~# /etc/init.d/munin-node restart
Also on davros, edit /etc/munin/munin.conf to add:
[colin.tardis.ed.ac.uk] address 193.62.81.8 use_node_name yes
Custom plugins
Some custom plugins have been written to monitor:
- The number of items in the support inbox
- The number of people logged into gallifrey
WOTAN uses the IPMI monitoring plugin from here. It has been changed to suit the idiosyncrasies of WOTAN's IPMI implementation. These changes should be documented some time...
Piper uses the standard sensors_ plugin, which relies on data from lm-sensors.