Nagios3 Centreon2 Ubuntu plugins
From Wiki Centreon
You will find the latest version on the official Nagios website http://www.nagios.org:
# cd /usr/local/src # wget http://downloads.sourceforge.net/nagiosplug/nagios-plugins-1.4.12.tar.gz
Unpack the archive and change the directory:
# tar -xzf nagios-plugins-1.4.12.tar.gz # cd nagios-plugins-1.4.12
configuration and installation:
# ./configure --with-nagios-user=nagios --with-nagios-group=nagios # make # make install
That's it. The plugins are installed.

