i ported the "Open Monitoring Distrbution" (http://omdistro.org) to the ARM platform. Now all you have to do is to install _one_ package and you'll have Nagios, Shinken, NagVis, PNP, Thruk, DokuWiki, check_mk, mod_gearman and a lot of Plugins ready to run on your Raspberry Pi.
Here are the instructions:
http://labs.consol.de/lang/de/blog/nagios/omd-0-56-fur-raspberry-pi-ist-fertig/
In fact, the only important thing is to add the right repository to your sources.list and to download it's gpg key.
- Code: Select all
echo 'deb http://labs.consol.de/repo/stable/debian wheezy main' >> /etc/apt/sources.list
gpg --keyserver keys.gnupg.net --recv-keys F8C1CA08A57B9ED7
gpg --armor --export F8C1CA08A57B9ED7 | apt-key add -
Gerhard