Dear Team,
We have installed latest Nagios XI 2014R2.7 2 days back in one of our client place on CentOS 7.
After configuring Switch we are facing issue with bandwidth utilization.
But after checked on sites lot we have installed another CentOS 6.5 and installed NagiosXI now its working fine with switch bandwidth utilization.
Please provide solution for CentOS 7 so that we can continue all switches on it.
Thanks in advance
rrd does not exists in CentOS 7
rrd does not exists in CentOS 7
You do not have the required permissions to view the files attached to this post.
Re: rrd does not exists in CentOS 7
Can you verify that the crond daemon is running?
Can you run the following and post the output here?
Code: Select all
service crond statusCode: Select all
ls -l /etc/cron.d/
ll /etc/mrtg/conf.d
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: rrd does not exists in CentOS 7
Hi tgriep,
Thanks for prompt reply->
As you asked please check the attached screenshot.
Note: As i checked we do not have any rrd file creating in /var/lib/mrtg/ folder...
Thanks for prompt reply->
As you asked please check the attached screenshot.
Note: As i checked we do not have any rrd file creating in /var/lib/mrtg/ folder...
You do not have the required permissions to view the files attached to this post.
Re: rrd does not exists in CentOS 7
It looks like the mrtg file in the /etc/cron.d folder isn't there.
Create a file called mrtg in/etc/cron.d and add the following.
Save the file and restart crond by running
In about 15 minutes, those files will be created and populated with data.
What version of Nagios XI are you running?
Create a file called mrtg in/etc/cron.d and add the following.
Code: Select all
*/5 * * * * root LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.okCode: Select all
service crond restartWhat version of Nagios XI are you running?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: rrd does not exists in CentOS 7
Hi tgriep,
We are using Nagios XI 2014R2.7.....
I will update you soon regarding graph and rrd file in CentOs 7
We are using Nagios XI 2014R2.7.....
I will update you soon regarding graph and rrd file in CentOs 7
Re: rrd does not exists in CentOS 7
Hi tgriep,
As i have checked, Nagios XI 2014R2.7 is having issue with CentOS 7. can we consider it as a bug.
As you have suggested, All is working fine now. Thanks a lot
You can close this ...
Thanks Sir

As i have checked, Nagios XI 2014R2.7 is having issue with CentOS 7. can we consider it as a bug.
As you have suggested, All is working fine now. Thanks a lot
You can close this ...
Thanks Sir
Re: rrd does not exists in CentOS 7
Yes, it is a bug. I will be posting an internal bug report if tgriep hasn't done it already. I am locking this topic.
Be sure to check out our Knowledgebase for helpful articles and solutions!