Monitor network device but collect no traffic?!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Monitor network device but collect no traffic?!

Post by xpertech »

Sometimes use NagiosXI to monitor network devices, but no traffic been collected?! the devices do have traffics on them but NagiosXI collect none?!

had post before, that also collect no traffic (similar situation) ...
https://support.nagios.com/forum/viewto ... it=traffic

When that happened(collect no traffic), we did the following...
1. Find the network device(from Home>Hosts Status to find it's IP, or from CCM>Monitor>Hosts to check it's IP)
2. Backup mrtg config then manual delete mrtg config and performance
mv /etc/mrtg/conf.d/210.63.100.6.cfg /etc/mrtg/conf.d/210.63.100.6.cfg.BK
rm /var/lib/mrtg/210.63.100.6*
3. Add new monitor from Configure Wizards [Network Switch/Router]
4. Wait 20 minutes and then can see the traffic been collected

but after done the above steps, the old configuration of "GigabitEthernet0/0/1 Circuit ID:C3008086 Bandwidth" traffic turn 0 (had traffic before), seems affected by the above steps?!
had tried to recover(cp /etc/mrtg/conf.d/210.63.100.6.cfg.BK /etc/mrtg/conf.d/210.63.100.6.cfg) but still no traffic collected, how to fix that?

the above step 3. was adding a new host, but how come it affected the old configuration?!


We were trying to fix "GigabitEthernet0/0/3 APTG 60M Bandwidth" collecting no traffic problem, follow the above 1. to 4. steps, and problem did solved, but it seems affect "GigabitEthernet0/0/1 Circuit ID:C3008086 Bandwidth" and traffic turn 0?!
You do not have the required permissions to view the files attached to this post.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Monitor network device but collect no traffic?!

Post by Box293 »

What is the output of running this command:

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked