0

I want to install Nagios Business Process AddOns on RedHat EL 6.1, but I don't know how, and the doc provided for this purpose is too vague.

Quanticat
  • 21
  • 1
  • 2
  • 8

1 Answers1

0
yum install perl-JSON-XS perl-DBD-MySQL
cd /usr/local/src/
wget http://bp-addon.monitoringexchange.org/download/nagios-business-process-addon-0.9.6.tar.gz
tar zxvf nagios-business-process-addon-0.9.6.tar.gz
cd nagios-business-process-addon-0.9.6
./configure
make install
cd /usr/local/nagiosbp/etc/
cp nagios-bp.conf-sample nagios-bp.conf
cp ndo.cfg-sample ndo.cfg
sudo -u apache /usr/local/nagiosbp/bin/nagios-bp-consistency-check.pl

https://wiki.icinga.org/display/howtos/Business+Process+Addon

quanta
  • 51,413
  • 19
  • 159
  • 217
  • It's installed but the last command did not function : `DBI connect('nagios:localhost:3306','nagiosro',...) failed: Access denied for user 'nagiosro'@'localhost' (using password: YES) at /usr/local/nagiosbp/lib/ndodb.pm line 68` PS : I use **Nagios/Centreon** not **Icinga**. – Quanticat Sep 18 '12 at 22:58
  • Can you help me to handle this please. – Quanticat Sep 19 '12 at 00:42
  • http://exchange.nagios.org/directory/Addons/Database-Backends/NDOUtils/details – quanta Sep 19 '12 at 02:11
  • http://pastebin.com/TyiimcPD – Quanticat Sep 20 '12 at 00:23
  • _Please note: You must define a host or service in nagios first of all, than You have to reload nagios, wait a minute and after this, You can use it in a Business Process._ – quanta Sep 20 '12 at 02:25