NagiosGraphs failing install

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
nathanplatt
Posts: 267
Joined: Thu May 07, 2015 4:59 am

NagiosGraphs failing install

Post 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 1021 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NagiosGraphs failing install

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked