Install PNP4Nagios in icinga. This addon visualizes the monitoring data and is very useful. This page is also linked to the check_mk table.
Now let's see how to install it? Official site: http://docs.pnp4nagios.org/pnp-0.6/startfirst Download Software :[plain] wget http://docs.pnp4nagios.org/_media/dwnld/pnp4nagios-head.tar.gz unzip: [plain] tar zxvf pnp4nagios-head.tar.gz [plain] cd pnp4nagios-head compilation steps: [plain]. /configure -- with-nagios-user = icinga -- with-nagios-group = icinga error: [plain] checking for rrdtool... no checking rrdtool path... no configure: error: is a directory! PNP needs the Path to the rrdtool binary! Install rrdtool [plain] apt-get install rrdtool-dbg and run configure again. Running make all compilation will soon end. Install: make installmake install-webconfmake install-configmake install-init should actually be done with a command: make fullinstall is not followed by the configuration. Don't forget: apt-get purge libapache2-mod-php5 php5 & apt-get install libapache2-mod-php5 php5