rrdtraf

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

rrdtraf

Post by patalenszki.zoltan »

Dear support.

We use check_rrdtraf for monitoring bandwiths on network devices. We got always zero for a while. Could you please help me?
service_detail.JPG
I've tried to increase forks, but with no success.

Code: Select all

# Minimal mrtg.cfg
#--------------------

HtmlDir: /var/www/mrtg
ImageDir: /var/www/mrtg
LogFormat: rrdtool
LogDir: /var/lib/mrtg
ThreshDir: /var/lib/mrtg
WorkDir: /var/lib/mrtg
Forks: 12
EnableSnmpV3: yes

Include: conf.d/*.cfg

EnableSNMPv3: yes


Last entries from ncpd.log is from year 2014 despite of that log_level=-1 in npcd.cfg
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: rrdtraf

Post by scottwilkerson »

What version of Nagios XI are you running?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

Re: rrdtraf

Post by patalenszki.zoltan »

5.6.9
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: rrdtraf

Post by scottwilkerson »

Can you run the following and report any errors?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --group=nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked