Comments on Server Monitoring With Icinga On Debian Squeeze
Server Monitoring With Icinga On Debian Squeeze Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on a Debian Squeeze server to monitor this server and another Debian Squeeze server.
3 Comment(s)
Comments
You can install Icinga also from Debian backports repository (icinga (1.4.2-1~bpo60+1).
See here: http://packages.debian.org/squeeze-backports/icinga
and if want the very latest. ( 1.5
just add the sid sources ( not the deb ) to your sources.list
apt-get build-dep icinga -t unstable
apt-get source icinga -t unstable -b
should do the trick.
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+with+IDOUtils+on+Debian