Tried to setup using the same url and tried logging to the url [url]https://server_name/pnp4nagios[/url] and it is asking for user ID and password, could you please let me know what could be the ID and password?
yum install gcc-c++ rrdtool perl-Time-HiRes perl-rrdtool php-gd php php-cli wget
cd ~/
mkdir src
cd src
wget http://downloads.sourceforge.net/project/pnp4nagios/PNP-0.6/pnp4nagios-0.6.24.tar.gz
tar -xzvf pnp4nagios-0.6.24.tar.gz -C /usr/local/src/
cd /usr/local/src/pnp4nagios-0.6.24/
./configure (i used this instead of (./configure --with-nagios-user=naemon --with-nagios-group=naemon))
make all
make install
make install-webconf
make install-config
make install-init
You should just download the exact same version of Nagios XI that you have installed (you can grab it from the bottom left hand side of the web interface) to your /tmp directory then run these commands:
ssax wrote:You should just download the exact same version of Nagios XI that you have installed (you can grab it from the bottom left hand side of the web interface) to your /tmp directory then run these commands:
That is a remnant from the one you installed, you do not access it that way in Nagios XI. The graphs show up next to the services or under services detail.
You should be able to remove the /etc/httpd/conf.d/pnp4nagios* files that it installed.
ssax wrote:That is a remnant from the one you installed, you do not access it that way in Nagios XI. The graphs show up next to the services or under services detail.
You should be able to remove the /etc/httpd/conf.d/pnp4nagios* files that it installed.
Thanks a lot Ssax,
You can close this thread please. thanks a lot for the insights