Bandwidth graphs not updating
-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
Those are all valid hosts. They are the ones I am no longer getting updated graphs for.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Bandwidth graphs not updating
Ok, we may be getting somewhere.akrradford wrote:Those are all valid hosts. They are the ones I am no longer getting updated graphs for.
MRTG is not getting a response back from the hosts when queried via SNMP. Is it possible that the SNMP user/password changed if using v3 or community sting changed if using v1 or v2c ?
You may want to consider re-running the wizard for one of the switches to see if you are able to make the connection
-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
Thanks for the response.
I am using SNMPv3, and no credentials changed. I did however run the wizard on a switch and it succeeded on the snmp query and found the interfaces, but it would not update them either.
I am using SNMPv3, and no credentials changed. I did however run the wizard on a switch and it succeeded on the snmp query and found the interfaces, but it would not update them either.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Bandwidth graphs not updating
If you run the following, what are the permissions?
Code: Select all
ls -l /etc/mrtg/conf.d-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
All 775, all apache.nagios:
-rwxrwxr-x 1 apache nagios 23K Apr 17 2015 192.168.100.221.cfg
-rwxrwxr-x 1 apache nagios 23K Apr 17 2015 192.168.100.221.cfg
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Bandwidth graphs not updating
Can I have you remove these temp files first and then re-run the wizard for one of your switches
After running the wizard, it should update the associated file in /etc/mrtg/conf.d
Code: Select all
rm -f /usr/local/nagiosxi/tmp/mrtg*-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
The file was updated, and I see two new temp files in /usr/local/nagiosxi/tmp/ for the config. Its been 20 minutes and there is no change to the graph.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Bandwidth graphs not updating
do you still get errors for the host you updated? such as
Also, is the file updating in /var/lib/mrtg ?
Code: Select all
SNMPopen failed: No response from remote host '172.16.11.203' during discoveryCode: Select all
ls -al /var/lib/mrtg-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
Scott,
Can we move this to the Support forum, we will burn one of our incidents. The processes are getting hung for MRTG and its consuming excess resources on both the vm and the host due to the 100%cpu that the mrtg process is taking.
Something broke when we updated in November and at this point we need to get it fixed sooner rather than later.
If you can't move this, I can re-open one under support.
Thanks
Can we move this to the Support forum, we will burn one of our incidents. The processes are getting hung for MRTG and its consuming excess resources on both the vm and the host due to the 100%cpu that the mrtg process is taking.
Something broke when we updated in November and at this point we need to get it fixed sooner rather than later.
If you can't move this, I can re-open one under support.
Thanks
-
akrradford
- Posts: 16
- Joined: Fri Apr 17, 2015 2:35 pm
Re: Bandwidth graphs not updating
… and to answer your question: no. The files are not updating.