Change interface ID causes bandwidth monitor to fail

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dflick
Posts: 72
Joined: Tue Nov 12, 2013 3:16 pm

Change interface ID causes bandwidth monitor to fail

Post by dflick »

So I have been working on updating monitoring as we have moved a T1 from card 1 to card 2 in the router. I preformed the following steps and now my graphs and interfaces counters for bandwidth are all zero even though I see traffic on the router itself.

In CCM I updated the bandwidth service interface ID from the old id to the new (for example 11 to 12) and saved and applied the configuration.
I then went to the cfg file in /etc/mrtg/conf.d/ and commented the old interface section and uncommented the new interface section.
Then I went to /var/lib/mrtg and did a mv oldinterface.rrd newinterface.rrd
Back in CCM, I copied the newly updated interface and pointed that to a new interface that we brought up. I fixed the id on the copy and the name.

The result is that the copy works fine and pulls data but the interface that was updated shows zero bandwidth in and out although the router shows traffic. I have verified that that interface ID is correct and I have the same results for 5 out of the 6 I tried. Once works but for the life of me, I don't know what I did differently.

How can I fix the graphs for the moved interface while saving the history? The customer does not want to loose the history.
Last edited by dflick on Wed Apr 15, 2015 9:56 pm, edited 2 times in total.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Added monitored interfaces and graphs and counters died

Post by Box293 »

dflick wrote:I then went to the cfg file in /etc/mrtg/conf.d/ and commented the old interface section and uncommented the new interface section.
Just to confirm, there are about 20+ lines which make up just one interface. And the first six or so lines have the format SpecialText[xxx.xxx.xxx.xxx_1] where _1 is the port number.

### The Interface xx line is purely a comments line, it has no working purpose in the file.

Does that help?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dflick
Posts: 72
Joined: Tue Nov 12, 2013 3:16 pm

Re: Added monitored interfaces and graphs and counters died

Post by dflick »

Correct. How would I go about troubleshooting the rrd problem?
dflick
Posts: 72
Joined: Tue Nov 12, 2013 3:16 pm

Re: Added monitored interfaces and graphs and counters died

Post by dflick »

I was running on empty last night trying to figure this out. Here is some more information which may help get to the bottom of the problem. The goal is to move the interface stats and counters from an existing monitored interface to a new interface. The method used was to go to CCM and edit the service for the bandwidth monitor to the correct value for the new interface. In the workflow below, I am moving the cable from interface s0/0/1:0 to S0/1/0:0 and I want all of the bandwidth charts to move with the interface so we keep the history.

First I got a list of interfaces from the router:

Code: Select all

Router#sh snmp mib ifmib ifindex 
Serial0/0/1:0: Ifindex = 28
Serial0/1/0:0: Ifindex = 29
I went into the GUI to Configure > Core Config Manager > Services and searched for my device. I selected the Bandwidth service and changed the Config Name, Description and $ARG1$ to the correct port number as shown by the Cisco CLI command above for bandwidth:
$ARG1$ 10.104.255.209_28.rrd Changed to 10.104.255.209_29.rrd

I try a Test Command Check and get this:

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_rrdtraf -f /var/lib/mrtg/10.104.255.209_29.rrd -w 1000,1000 -c 1200,1200 -l K
OUTPUT: OK -[color=#FF0000] Current BW in: 0Kbps Out: 0Kbps|in=0Kb/s[/color];1000;1200 out=0Kb/s;1000;1200
I know this is incorrect because I see traffic on this interface:

Code: Select all

Serial0/1/0:0 is up, line protocol is up 
  Hardware is GT96K Serial
  Description: ATT AVPN DHEC302717.812
  MTU 1500 bytes, BW 1536 Kbit/sec, DLY 20000 usec, 
     reliability 255/255,[color=#FF0000] txload 4/255, rxload 18/255[/color]
I think this is the root of the problem.
I also noticed that the monitoring settings look a little off to me. For the new interface, I see this:
check_xi_service_mrtgtraf!10.104.255.209_29.rrd!1000,1000!1200,1200!K!!!!
This one has a bunch of extra exclamation marks at the end where a lot of my other interfaces on different routers do not.
The working interface on this router also has the extra exclamation marks so it may be nothing...

If I do that same test to the interface that I COPIED from this interface, it works fine.

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_rrdtraf -f /var/lib/mrtg/10.104.255.209_27.rrd -w 1000,1000 -c 1200,1200 -l K
OUTPUT: OK - Current BW in: 115.25Kbps Out: 34.24Kbps|in=115.257695Kb/s;1000;1200 out=34.248656Kb/s;1000;1200
Now the only difference is that on the interface 29, I moved the rrd information from the old interface to the new one to save the history like this:
mv /var/lib/mrtg/10.104.255.209_28.rrd /var/lib/mrtg/10.104.255.209_29.rrd
Is that correct?

I also edited the file below to uncomment interface 29 and comment out interface 28 per instructions in another post.
vi /etc/mrtg/conf.d/10.104.255.209.cfg
Here is what those interfaces look like now:

Code: Select all

### Interface 28 >> Descr: 'Serial0/0/1:0' | Name: 'Se0/0/1:0' | Ip: '' | Eth: '' ###
### The following interface is commented out because:
### * it is administratively DOWN
#Target[10.104.255.209_28]: 28:REDACTED@10.104.255.209:::::2
#noHC[10.104.255.209_28]: yes
#SetEnv[10.104.255.209_28]: MRTG_INT_IP="" MRTG_INT_DESCR="Serial0/0/1:0"
#MaxBytes[10.104.255.209_28]: 192000
#Title[10.104.255.209_28]: Traffic Analysis for 28 -- Router
#PageTop[10.104.255.209_28]: <h1>Traffic Analysis for 28 -- Router</h1>
#               <div id="sysdetails">
#                       <table>
#                               <tr>
#                                       <td>System:</td>
#                                       <td>Router in </td>
#                               </tr>
#                               <tr>
#                                       <td>Maintainer:</td>
#                                       <td>REDACTED</td>
#                               </tr>
#                               <tr>
#                                       <td>Description:</td>
#                                       <td>Serial0/0/1:0 cloud blah </td>
#                               </tr>
#                               <tr>
#                                       <td>ifType:</td>
#                                       <td>ppp (23)</td>
#                               </tr>
#                               <tr>
#                                       <td>ifName:</td>
#                                       <td>Se0/0/1:0</td>
#                               </tr>
#                               <tr>
#                                       <td>Max Speed:</td>
#                                       <td>192.0 kBytes/s</td>
#                               </tr>
#                       </table>
#               </div>


### Interface 29 >> Descr: 'Serial0/1/0:0' | Name: 'Se0/1/0:0' | Ip: '' | Eth: '' ###

 Target[10.104.255.209_29]: 29:REDACTED@10.104.255.209:::::2
 noHC[10.104.255.209_29]: yes
 SetEnv[10.104.255.209_29]: MRTG_INT_IP="" MRTG_INT_DESCR="Serial0/1/0:0"
 MaxBytes[10.104.255.209_29]: 192000
 Title[10.104.255.209_29]: Traffic Analysis for 29 -- Router
 PageTop[10.104.255.209_29]: <h1>Traffic Analysis for 29 -- Router</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>Router in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>REDACTED</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Serial0/1/0:0  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ppp (23)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>Se0/1/0:0</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>192.0 kBytes/s</td>
                                </tr>
                        </table>
                </div>
I noticed that this file seems to not do anything at all though as I changed the descriptions in the GUI and it is not reflected here. Also, changes to the descriptions here do not reflect in the GUI. What is this file used for and how is it used?

I also found some file in /usr/local/nagios/share/perfdata/Router but I am not sure if I need to do anything there. What are these directories used for and what information do they contain?
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Change interface ID causes bandwidth monitor to fail

Post by tgriep »

Could you run the following and post back the results?
I would like to check to see if there are any configuration errors and if the files are updating.

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l
ll /var/lib/mrtg/
Be sure to check out our Knowledgebase for helpful articles and solutions!
dflick
Posts: 72
Joined: Tue Nov 12, 2013 3:16 pm

Re: Change interface ID causes bandwidth monitor to fail

Post by dflick »

Here is the output requested. The other 3 interfaces are reporting well so I am thinking it is something I did when moving the history over. I am not sure if the process I used was correct.

Code: Select all

[root@caecd-nms-01 ~]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l
ll /var/lib/mrtg/
SNMP Error:
no response received
SNMPv2c_Session (remote host: "10.104.255.52" [10.104.255.52].161)
                   community: "REDACTED"
                  request ID: 5747376
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
 at /usr/bin/../lib/mrtg2/SNMP_util.pm line 497
SNMPGET Problem for ifHCInOctets.14 ifHCOutOctets.14 on REDACTED@10.104.255.52:::::2:v4only
 at /usr/bin/mrtg line 2330
2015-04-15 14:06:05: WARNING: skipping because at least the query for ifHCInOctets.14 on  10.104.255.52 did not succeed
2015-04-15 14:06:05: WARNING: no data for ifHCInOctets&ifHCOutOctets:REDACTED@10.104.255.52. Skipping further queries for Host 10.104.255.52 in this round.
SNMP Error:
no response received
SNMPv2c_Session (remote host: "10.104.255.52" [10.104.255.52].161)
                   community: "REDACTED"
                  request ID: 249801871
                 PDU bufsize: 8000 bytes
                     timeout: 2s
                     retries: 5
                     backoff: 1)
 at /usr/bin/../lib/mrtg2/SNMP_util.pm line 497
SNMPGET Problem for ifHCInOctets.2 ifHCOutOctets.2 on REDACTED@10.104.255.52:::::2:v4only
 at /usr/bin/mrtg line 2330
2015-04-15 14:06:05: WARNING: skipping because at least the query for ifHCInOctets.2 on  10.104.255.52 did not succeed
2015-04-15 14:06:05: WARNING: no data for ifHCInOctets&ifHCOutOctets:REDACTED@10.104.255.52. Skipping further queries for Host 10.104.255.52 in this round.
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_2][_IN_] ' $target->[42]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_2][_OUT_] ' $target->[42]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_4][_IN_] ' $target->[43]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_4][_OUT_] ' $target->[43]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_10][_IN_] ' $target->[44]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_10][_OUT_] ' $target->[44]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_11][_IN_] ' $target->[45]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_11][_OUT_] ' $target->[45]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_12][_IN_] ' $target->[46]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_12][_OUT_] ' $target->[46]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_14][_IN_] ' $target->[47]{$mode} ' did not eval into defined data
2015-04-15 14:06:16: ERROR: Target[10.104.255.52_14][_OUT_] ' $target->[47]{$mode} ' did not eval into defined data
[root@caecd-nms-01 ~]# ll /var/lib/mrtg/
total 21008
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_12.rrd
-rw-r--r-- 1 root root 105312 May 16  2014 10.101.255.169_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_14.rrd
-rw-r--r-- 1 root root 105312 May 16  2014 10.101.255.169_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.101.255.169_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_15.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_16.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_17.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_18.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_19.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.195.254_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.195_27.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.195_28.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.195_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.195_31.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.195_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.206_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.206_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.206_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.206_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.206_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.207_10.rrd
-rw-r--r-- 1 root root 105312 Apr 14 19:25 10.102.255.207_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.207_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.207_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.207_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.207_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.211_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.211_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.211_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.211_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.211_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_32.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_33.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_35.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_36.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.54_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.67_10.rrd
-rw-r--r-- 1 root root 105312 Apr 14 23:10 10.102.255.67_11.rrd
-rw-r--r-- 1 root root 105312 Apr 14 23:00 10.102.255.67_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.67_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.67_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.102.255.67_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.103.255.184_27.rrd
-rw-r--r-- 1 root root 105312 Apr 14 22:50 10.103.255.184_28.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.103.255.184_29.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.103.255.184_2.rrd
-rw-r--r-- 1 root root 105312 Apr 14 22:40 10.103.255.184_30.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.103.255.184_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_5.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_6.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_7.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.101_8.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_5.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_6.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_7.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_8.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.102_9.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.104_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.104_8.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.105_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.105_6.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_14.rrd
-rw-r--r-- 1 root root 105312 Jul 16  2014 10.104.255.13_16.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.13_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.20_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.207_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.207_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.207_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.207_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.207_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.208_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.208_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.208_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.208_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.208_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.209_27.rrd
-rw-r--r-- 1 root root 105312 Apr 14 21:35 10.104.255.209_29.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.209_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.209_31.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.209_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.210_27.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.210_28.rrd
-rw-r--r-- 1 root root 105312 Apr 14 23:15 10.104.255.210_29.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.210_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.210_31.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.210_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.21_27.rrd
-rw-r--r-- 1 root root 105312 Apr 14 23:15 10.104.255.21_29.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.21_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.21_31.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.21_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_15.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_16.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_17.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_18.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_19.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_20.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.45_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.48_27.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.48_28.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.48_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.48_30.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.48_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_15.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_16.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_17.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_18.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_20.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.49_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.50_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.51_10.rrd
-rw-r--r-- 1 root root 105312 Apr 14 22:25 10.104.255.51_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.51_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.51_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.51_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.51_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_12.rrd
-rw-r--r-- 1 root root 105312 May 16  2014 10.104.255.52_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_14.rrd
-rw-r--r-- 1 root root 105312 May 16  2014 10.104.255.52_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.52_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.53_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_15.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_16.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.54_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_13.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_15.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_1.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.57_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.58_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.58_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.58_8.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.59_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.59_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.59_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.59_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.104.255.59_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_10.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_11.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_12.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_14.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 10.108.255.183_4.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 99.13.135.223_2.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 99.13.135.223_3.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 99.13.135.223_6.rrd
-rw-r--r-- 1 root root 105312 Apr 15 14:06 99.13.135.223_7.rrd
-rw-r--r-- 1 root root      0 Apr 15 14:05 mrtg.ok
dflick
Posts: 72
Joined: Tue Nov 12, 2013 3:16 pm

Re: Change interface ID causes bandwidth monitor to fail

Post by dflick »

Support was able to determine that in the mrtg .cfg file, a port definition cannot start with a space, mrtg seems to ignore these lines. I had inadvertently left in a leading space when removing the comment before the interface definition.

Once we fixed this then mrtg correctly retrieved data.
Locked