Nagios BPI for Nagios XI
Posted: Wed May 20, 2015 6:59 am
Here are the instructions I'm following
Downloading and Installing Nagios BPI for Nagios XI
The Nagios BPI Add on can be downloaded from the following location:
http://assets.nagios.com/downloads/exch ... iosbpi.zip
IMPORTANT: If you're upgrading Nagios BPI from a previous version be sure to back up your existing bpi.conf file before the upgrade,
or it will be overwritten.
cp /usr/local/nagiosxi/html/includes/components/nagiosbpi/bpi.conf /tmp/bpi.conf
• Download the zip file, and use the Admin->Manage Components page to upload and install the component.
• Run the following commands as root to set the proper permissions for the component:
cd /usr/local/nagiosxi/html/includes/components/nagiosbpi/
chmod +x set_bpi_perms.sh
./set_bpi_perms.sh
• If you're upgrading from an older version of Nagios BPI, restore your previous bpi.conf file.
cp /tmp/bpi.conf /usr/local/nagiosxi/html/includes/components/nagiosbpi/bpi.conf
• Access the “Nagios BPI” page from the main left menu in Nagios X
there is no file named set_bpi_perms.sh, I tried find to make sure it wasn't some place else. If someone could point me in the right direction for this that would be great
Downloading and Installing Nagios BPI for Nagios XI
The Nagios BPI Add on can be downloaded from the following location:
http://assets.nagios.com/downloads/exch ... iosbpi.zip
IMPORTANT: If you're upgrading Nagios BPI from a previous version be sure to back up your existing bpi.conf file before the upgrade,
or it will be overwritten.
cp /usr/local/nagiosxi/html/includes/components/nagiosbpi/bpi.conf /tmp/bpi.conf
• Download the zip file, and use the Admin->Manage Components page to upload and install the component.
• Run the following commands as root to set the proper permissions for the component:
cd /usr/local/nagiosxi/html/includes/components/nagiosbpi/
chmod +x set_bpi_perms.sh
./set_bpi_perms.sh
• If you're upgrading from an older version of Nagios BPI, restore your previous bpi.conf file.
cp /tmp/bpi.conf /usr/local/nagiosxi/html/includes/components/nagiosbpi/bpi.conf
• Access the “Nagios BPI” page from the main left menu in Nagios X
there is no file named set_bpi_perms.sh, I tried find to make sure it wasn't some place else. If someone could point me in the right direction for this that would be great