Nagios 4 + NagVis

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
lcontreras
Posts: 48
Joined: Thu Sep 13, 2012 7:15 pm

Nagios 4 + NagVis

Post by lcontreras »

Hello guys!

Does anyone have a well detailed howto for installing nagios core 4 + nagvis ?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios 4 + NagVis

Post by cdienger »

The steps in the README included in the nagvis tar.gz file did the trick on my centos 6 install for the most part:

tar xzvf nagvis-1.*tar.gz /tmp
cd /tmp/nagvis-1.*
./install.sh


I did have to install rsync:

yum -y install rsync

And although I'm not sure it was necessary I also installed php-mysql:

yum -y install php-mysql

Finally, it would not start properly until php.ini was edited to point to the location of php modules, which in my case was /usr/lib64/php/modules/:

extension_dir = "/usr/lib64/php/modules/"
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked