Icinga

From Wildsong
Revision as of 21:13, 20 June 2014 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

Installed on Helena from Debian packages. Simply selecting the metapackage icinga gave me everything I needed.

Used the Bedazzled password.

http://192.168.2.205/icinga

I'd like to export the config from one of the existing Nagios servers and import it here. https://bigdog.alembic.net/nagios/ Ron sent me the files yesterday. Lots of conversion to do, I fear.

I decided to go up to the latest Icinga 2.0 stable release instead of starting with the Debian Wheezy default which is at 1.7.

wget -O - http://packages.icinga.org/icinga.key | apt-key add -
cat > /etc/apt/sources.list.d/icinga2.list <<EOF
deb http://packages.icinga.org/debian icinga-wheezy main
deb-src http://packages.icinga.org/debian icinga-wheezy main
EOF
apt-get upgrade
apt-get update
apt-get install icinga2