Nagios XI - Bandwidth Graphs Showing 0Mb/s

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hamdiMAAOUI
Posts: 1
Joined: Sun Mar 31, 2019 1:31 pm

Nagios XI - Bandwidth Graphs Showing 0Mb/s

Post by hamdiMAAOUI »

I Open the /usr/local/nagios/etc/resource.cfg file

I Edit the $USER1$ macro

$USER1$=LC_ALL=C /usr/local/nagios/libexec


When running Nagios XI on a system bandwidth services and their associated graphs may incorrectly report 0 Mb/s even though there is traffic actively flowing through the given port.
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI - Bandwidth Graphs Showing 0Mb/s

Post by tgriep »

Can you run the following commands as root and post the the /tmp/mrtg.txt file here?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -debug=cfg,base,log &> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg &>> /tmp/mrtg.txt
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 &>> /tmp/mrtg.txt
{ time LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg 2>1 ; } 2>> /tmp/mrtg.txt
What version of XI are you running?
What OS and Release version is it installed on?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked