Page 1 of 1

NagiosGraphs failing install

Posted: Sun Aug 14, 2016 7:30 am
by nathanplatt
Hi Everyone,

I'm trying to install NagiosGraph on Centos7, when i go to the http://192.168.0.200/nagios/cgi-bin/showconfig.cgi, i get this;
nagiosgraph.jpg
nagiosgraph.jpg (38.26 KiB) Viewed 1023 times
So i've checked the following;

Code: Select all

[root@support nagiosgraph-1.5.2]# yum install perl-Nagios-Plugin                Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.serverspace.co.uk
 * epel: mirror.fraunhofer.de
 * extras: centos.serverspace.co.uk
 * updates: centos.mirroring.pulsant.co.uk
Package perl-Nagios-Plugin-0.36-7.el7.noarch already installed and latest version
Nothing to do
[root@support nagiosgraph-1.5.2]#

Code: Select all

[root@support nagiosgraph-1.5.2]# perl -MCPAN -e 'install Module::Build'
This complied successfully, but still i have the same error

Re: NagiosGraphs failing install

Posted: Mon Aug 15, 2016 1:27 pm
by tgriep
I found this guide for installing nagiosgraph. Take a look at it for reference.
https://sourceforge.net/p/nagiosgraph/g ... ee/INSTALL

It the guide, it say to run the following to install the Nagios::Config perl module.

Code: Select all

cpan -i Nagios::Config
Try that and let us know if it helps.