Nagios Core Graph Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vignesha
Posts: 115
Joined: Wed Oct 03, 2018 9:09 am

Nagios Core Graph Issue

Post by vignesha »

Hello Team,

We have recently installed nagios core in one of the server and we have added the servers for monitoring, we need graph utilization data for host and services, so we have installed the graph package and we have followed the below link as of
http://wellsie.net/p/512/

But after the installation also graph haven't started and its giving permission error. PFB SS and help me to resolve the issue
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios Core Graph Issue

Post by lmiltchev »

We haven't tested this particular guide/tutorial for installing Nagios Core on Ubuntu, so it's hard to say if the issue is caused by the instructions or something else, e.g. hardening the server. Our official guide for installing Nagios Core from source on Ubuntu is here:

https://support.nagios.com/kb/article/n ... tml#Ubuntu

Do you get the same errors when you disable SELinux?

Can you run the following commands and show the output?

Code: Select all

ls -ld /usr/local/nagiosgraph/cgi
ls -ld /usr/local/nagiosgraph
Also, post nagios.cfg, apache2.conf, and nagiosgraph.conf on the forum.

Note: I would like to point out that nagiosgraph is not developed or maintained by us (nagios). We will do our best to help you out, however we cannot guarantee that we are going to resolve your issue. To speed things up, you may want to post your question on the nagiosgraph support site too.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked