Solved: No graphs for Cisco network devices

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No graphs for Cisco network devices

Post by abrist »

tguadagnin wrote:161/udp open|filtered snmp
Looks like snmp is filtered . . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Re: No graphs for Cisco network devices

Post by tguadagnin »

Hi, snmp is open and working fine. The access list between my network devices and my nagios server is allowing TCP all. Its 100% not a network issue.

Sorry for the delay, been away from work for 10 days.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: No graphs for Cisco network devices

Post by slansing »

This may be a simple question, but I just want to verify that you have the correct SNMP version defined for the hosts/services in the mrtg.cfg file, this is known to cause graphing issues though you may still be able to check the devices.
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Re: No graphs for Cisco network devices

Post by tguadagnin »

Hi, I've tried deleting and readding the devices using different versions of snmp with the same results. :(

edit - Re-read your post -- I have checked the mrtg config file to make sure the snmp version set to the correct value as per the nagios troubleshooting document.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: No graphs for Cisco network devices

Post by sreinhardt »

I would agree that if your port status is showing correctly, snmp should be just fine. The /var/lib/mtrg folder and files should be owned by root with 644 permissions as you have. Could you post a sanitized copy of your mrtg configuration please. While it seems like you know the steps and such, I just want to be sure it didn't get messed up somewhere. The message you are getting should be from the check_rrdtraff as you might expect. Based on your, recreate mrtg config and remove rrd's, remove services from nagios, re-add via switch\router wizard... I would expect this should work. The only thing I can see being an issue other than something with mrtg configs is the part where you had permission issues that file. However considering you mentioned removing services again and again using the wizard it seems as though it should be working.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Re: No graphs for Cisco network devices

Post by tguadagnin »

Cheers sreinhardt.
This is the mrtg file. Note that ive gone through many iterations of clearing it out, trying to regenerate it with not much success..

Im not sure at which point of time this file is from, but it is whats currently in my mrtg.cfg file.

Code: Select all

######################################################################
# Multi Router Traffic Grapher -- Example Configuration File
######################################################################
# This file is for use with mrtg-2.0
#
# Note:
#
# * Keywords must start at the begin of a line.
#
# * Lines which follow a keyword line which do start
#   with a blank are appended to the keyword line
#
# * Empty Lines are ignored
#
# * Lines starting with a # sign are comments.

# Where should the logfiles, and webpages be created?

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

WorkDir: /var/www/mrtg/
#Target[r1]: 2:[email protected]
#MaxBytes[r1]: 1250000
#Title[r1]: Traffic Analysis
#PageTop[r1]: <H1>Stats for our Ethernet</H1>




#### ADDED BY NAGIOSXI (USER: terry, DATE: 2013-05-15 01:19:06) ####
# Created by 
# /usr/bin/cfgmaker --show-op-down --zero-speed=100000000 --snmp-options=:::::1 --noreversedns [email protected]


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System: core-switch
# Description: Cisco Internetwork Operating System Software 
#          IOS (tm) s72033_rp Software (s72033_rp-JK9O3SV-M), Version 12.2(17d)SXB1,  RELEASE SOFTWARE (fc2)
#          Technical Support: http://www.cisco.com/techsupport
#          Copyright (c) 1986-2004 by cisco Systems, Inc.
#          Compiled
# Contact: 
# Location: 
######################################################################


### Interface 1 >> Descr: 'GigabitEthernet1/1' | Name: 'Gi1/1' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-61' ###

Target[10.0.0.1_1]: 1:[email protected]:::::1
SetEnv[10.0.0.1_1]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/1"
MaxBytes[10.0.0.1_1]: 125000000
Title[10.0.0.1_1]: Traffic Analysis for 1 -- core-switch
PageTop[10.0.0.1_1]: <h1>Traffic Analysis for 1 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/1 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/1</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 2 >> Descr: 'GigabitEthernet1/2' | Name: 'Gi1/2' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-62' ###

Target[10.0.0.1_2]: 2:[email protected]:::::1
SetEnv[10.0.0.1_2]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/2"
MaxBytes[10.0.0.1_2]: 12500000
Title[10.0.0.1_2]: Traffic Analysis for 2 -- core-switch
PageTop[10.0.0.1_2]: <h1>Traffic Analysis for 2 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/2 Powertel Link (Mascot) </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/2</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 3 >> Descr: 'GigabitEthernet1/3' | Name: 'Gi1/3' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-63' ###

Target[10.0.0.1_3]: 3:[email protected]:::::1
SetEnv[10.0.0.1_3]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/3"
MaxBytes[10.0.0.1_3]: 125000000
Title[10.0.0.1_3]: Traffic Analysis for 3 -- core-switch
PageTop[10.0.0.1_3]: <h1>Traffic Analysis for 3 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/3 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/3</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 4 >> Descr: 'GigabitEthernet1/4' | Name: 'Gi1/4' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-64' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_4]: 4:[email protected]:::::1
# SetEnv[10.0.0.1_4]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/4"
# MaxBytes[10.0.0.1_4]: 125000000
# Title[10.0.0.1_4]: Traffic Analysis for 4 -- core-switch
# PageTop[10.0.0.1_4]: <h1>Traffic Analysis for 4 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/4 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/4</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 5 >> Descr: 'GigabitEthernet1/5' | Name: 'Gi1/5' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-65' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_5]: 5:[email protected]:::::1
# SetEnv[10.0.0.1_5]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/5"
# MaxBytes[10.0.0.1_5]: 125000000
# Title[10.0.0.1_5]: Traffic Analysis for 5 -- core-switch
# PageTop[10.0.0.1_5]: <h1>Traffic Analysis for 5 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/5 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/5</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 6 >> Descr: 'GigabitEthernet1/6' | Name: 'Gi1/6' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-30-66' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_6]: 6:[email protected]:::::1
# SetEnv[10.0.0.1_6]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/6"
# MaxBytes[10.0.0.1_6]: 125000000
# Title[10.0.0.1_6]: Traffic Analysis for 6 -- core-switch
# PageTop[10.0.0.1_6]: <h1>Traffic Analysis for 6 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/6 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/6</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 7 >> Descr: 'GigabitEthernet1/7' | Name: 'Gi1/7' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-30' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_7]: 7:[email protected]:::::1
# SetEnv[10.0.0.1_7]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/7"
# MaxBytes[10.0.0.1_7]: 125000000
# Title[10.0.0.1_7]: Traffic Analysis for 7 -- core-switch
# PageTop[10.0.0.1_7]: <h1>Traffic Analysis for 7 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/7 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/7</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 8 >> Descr: 'GigabitEthernet1/8' | Name: 'Gi1/8' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-31' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_8]: 8:[email protected]:::::1
# SetEnv[10.0.0.1_8]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/8"
# MaxBytes[10.0.0.1_8]: 125000000
# Title[10.0.0.1_8]: Traffic Analysis for 8 -- core-switch
# PageTop[10.0.0.1_8]: <h1>Traffic Analysis for 8 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/8 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/8</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 9 >> Descr: 'GigabitEthernet1/9' | Name: 'Gi1/9' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-32' ###

Target[10.0.0.1_9]: 9:[email protected]:::::1
SetEnv[10.0.0.1_9]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/9"
MaxBytes[10.0.0.1_9]: 125000000
Title[10.0.0.1_9]: Traffic Analysis for 9 -- core-switch
PageTop[10.0.0.1_9]: <h1>Traffic Analysis for 9 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/9 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/9</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 10 >> Descr: 'GigabitEthernet1/10' | Name: 'Gi1/10' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-33' ###

Target[10.0.0.1_10]: 10:[email protected]:::::1
SetEnv[10.0.0.1_10]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/10"
MaxBytes[10.0.0.1_10]: 12500000
Title[10.0.0.1_10]: Traffic Analysis for 10 -- core-switch
PageTop[10.0.0.1_10]: <h1>Traffic Analysis for 10 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/10 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/10</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 11 >> Descr: 'GigabitEthernet1/11' | Name: 'Gi1/11' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-34' ###

Target[10.0.0.1_11]: 11:[email protected]:::::1
SetEnv[10.0.0.1_11]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/11"
MaxBytes[10.0.0.1_11]: 125000000
Title[10.0.0.1_11]: Traffic Analysis for 11 -- core-switch
PageTop[10.0.0.1_11]: <h1>Traffic Analysis for 11 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/11 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/11</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 12 >> Descr: 'GigabitEthernet1/12' | Name: 'Gi1/12' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-35' ###

Target[10.0.0.1_12]: 12:[email protected]:::::1
SetEnv[10.0.0.1_12]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/12"
MaxBytes[10.0.0.1_12]: 125000000
Title[10.0.0.1_12]: Traffic Analysis for 12 -- core-switch
PageTop[10.0.0.1_12]: <h1>Traffic Analysis for 12 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/12 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/12</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 13 >> Descr: 'GigabitEthernet1/13' | Name: 'Gi1/13' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-36' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_13]: 13:[email protected]:::::1
# SetEnv[10.0.0.1_13]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/13"
# MaxBytes[10.0.0.1_13]: 125000000
# Title[10.0.0.1_13]: Traffic Analysis for 13 -- core-switch
# PageTop[10.0.0.1_13]: <h1>Traffic Analysis for 13 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>GigabitEthernet1/13 *** </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>ethernetCsmacd (6)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Gi1/13</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 14 >> Descr: 'GigabitEthernet1/14' | Name: 'Gi1/14' | Ip: '' | Eth: '30-78-30-30-30-33-66-65-61-66-62-39-31-37' ###

Target[10.0.0.1_14]: 14:[email protected]:::::1
SetEnv[10.0.0.1_14]: MRTG_INT_IP="" MRTG_INT_DESCR="GigabitEthernet1/14"
MaxBytes[10.0.0.1_14]: 12500000
Title[10.0.0.1_14]: Traffic Analysis for 14 -- core-switch
PageTop[10.0.0.1_14]: <h1>Traffic Analysis for 14 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>GigabitEthernet1/14 *** </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>ethernetCsmacd (6)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Gi1/14</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


Truncated some of the output to reduce character count to 60000

Code: Select all

### Interface 134 >> Descr: 'Vlan10' | Name: 'Vl10' | Ip: '' | Eth: '' ###

Target[10.0.0.1_134]: 134:[email protected]:::::1
SetEnv[10.0.0.1_134]: MRTG_INT_IP="" MRTG_INT_DESCR="Vlan10"
MaxBytes[10.0.0.1_134]: 125000000
Title[10.0.0.1_134]: Traffic Analysis for 134 -- core-switch
PageTop[10.0.0.1_134]: <h1>Traffic Analysis for 134 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>Vlan10  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Vl10</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 135 >> Descr: 'unrouted-VLAN-9' | Name: 'VLAN-9' | Ip: '' | Eth: '30-78-30-30-31-31-35-64-32-35-37-34-38-39' ###

Target[10.0.0.1_135]: 135:[email protected]:::::1
SetEnv[10.0.0.1_135]: MRTG_INT_IP="" MRTG_INT_DESCR="unrouted-VLAN-9"
MaxBytes[10.0.0.1_135]: 12500000
Title[10.0.0.1_135]: Traffic Analysis for 135 -- core-switch
PageTop[10.0.0.1_135]: <h1>Traffic Analysis for 135 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>unrouted-VLAN-9  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>VLAN-9</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 136 >> Descr: 'Vlan9' | Name: 'Vl9' | Ip: '10.2.0.1' | Eth: '' ###

Target[10.0.0.1_136]: 136:[email protected]:::::1
SetEnv[10.0.0.1_136]: MRTG_INT_IP="10.2.0.1" MRTG_INT_DESCR="Vlan9"
MaxBytes[10.0.0.1_136]: 125000000
Title[10.0.0.1_136]: Traffic Analysis for 136 -- core-switch
PageTop[10.0.0.1_136]: <h1>Traffic Analysis for 136 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>Vlan9 iLO </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Vl9</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
				<tr>
					<td>Ip:</td>
					<td>10.2.0.1 ()</td>
				</tr>
			</table>
		</div>


### Interface 137 >> Descr: 'unrouted-VLAN-25' | Name: 'VLAN-25' | Ip: '' | Eth: '30-78-30-30-31-31-35-64-32-35-37-34-39-39' ###

Target[10.0.0.1_137]: 137:[email protected]:::::1
SetEnv[10.0.0.1_137]: MRTG_INT_IP="" MRTG_INT_DESCR="unrouted-VLAN-25"
MaxBytes[10.0.0.1_137]: 12500000
Title[10.0.0.1_137]: Traffic Analysis for 137 -- core-switch
PageTop[10.0.0.1_137]: <h1>Traffic Analysis for 137 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>unrouted-VLAN-25  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>VLAN-25</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 138 >> Descr: 'Vlan25' | Name: 'Vl25' | Ip: '172.19.1.1' | Eth: '' ###

Target[10.0.0.1_138]: 138:[email protected]:::::1
SetEnv[10.0.0.1_138]: MRTG_INT_IP="172.19.1.1" MRTG_INT_DESCR="Vlan25"
MaxBytes[10.0.0.1_138]: 125000000
Title[10.0.0.1_138]: Traffic Analysis for 138 -- core-switch
PageTop[10.0.0.1_138]: <h1>Traffic Analysis for 138 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>Vlan25 DMZ </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Vl25</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
				<tr>
					<td>Ip:</td>
					<td>172.19.1.1 ()</td>
				</tr>
			</table>
		</div>


### Interface 140 >> Descr: 'Vlan30' | Name: 'Vl30' | Ip: '' | Eth: '' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_140]: 140:[email protected]:::::1
# SetEnv[10.0.0.1_140]: MRTG_INT_IP="" MRTG_INT_DESCR="Vlan30"
# MaxBytes[10.0.0.1_140]: 125000000
# Title[10.0.0.1_140]: Traffic Analysis for 140 -- core-switch
# PageTop[10.0.0.1_140]: <h1>Traffic Analysis for 140 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>Vlan30 IPND_Vlan </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>propVirtual (53)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Vl30</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 141 >> Descr: 'unrouted-VLAN-90' | Name: 'VLAN-90' | Ip: '' | Eth: '30-78-30-30-31-31-35-64-32-35-37-34-64-61' ###

Target[10.0.0.1_141]: 141:[email protected]:::::1
SetEnv[10.0.0.1_141]: MRTG_INT_IP="" MRTG_INT_DESCR="unrouted-VLAN-90"
MaxBytes[10.0.0.1_141]: 12500000
Title[10.0.0.1_141]: Traffic Analysis for 141 -- core-switch
PageTop[10.0.0.1_141]: <h1>Traffic Analysis for 141 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>unrouted-VLAN-90  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>VLAN-90</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 142 >> Descr: 'Vlan90' | Name: 'Vl90' | Ip: '' | Eth: '' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[10.0.0.1_142]: 142:[email protected]:::::1
# SetEnv[10.0.0.1_142]: MRTG_INT_IP="" MRTG_INT_DESCR="Vlan90"
# MaxBytes[10.0.0.1_142]: 125000000
# Title[10.0.0.1_142]: Traffic Analysis for 142 -- core-switch
# PageTop[10.0.0.1_142]: <h1>Traffic Analysis for 142 -- core-switch</h1>
# 		<div id="sysdetails">
# 			<table>
# 				<tr>
# 					<td>System:</td>
# 					<td>core-switch in </td>
# 				</tr>
# 				<tr>
# 					<td>Maintainer:</td>
# 					<td></td>
# 				</tr>
# 				<tr>
# 					<td>Description:</td>
# 					<td>Vlan90 IPND_Vlan </td>
# 				</tr>
# 				<tr>
# 					<td>ifType:</td>
# 					<td>propVirtual (53)</td>
# 				</tr>
# 				<tr>
# 					<td>ifName:</td>
# 					<td>Vl90</td>
# 				</tr>
# 				<tr>
# 					<td>Max Speed:</td>
# 					<td>125.0 MBytes/s</td>
# 				</tr>
# 			</table>
# 		</div>


### Interface 143 >> Descr: 'Vlan17' | Name: 'Vl17' | Ip: '' | Eth: '' ###

Target[10.0.0.1_143]: 143:[email protected]:::::1
SetEnv[10.0.0.1_143]: MRTG_INT_IP="" MRTG_INT_DESCR="Vlan17"
MaxBytes[10.0.0.1_143]: 125000000
Title[10.0.0.1_143]: Traffic Analysis for 143 -- core-switch
PageTop[10.0.0.1_143]: <h1>Traffic Analysis for 143 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>Vlan17  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>Vl17</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>125.0 MBytes/s</td>
				</tr>
			</table>
		</div>


### Interface 144 >> Descr: 'unrouted-VLAN-17' | Name: 'VLAN-17' | Ip: '' | Eth: '30-78-30-30-31-31-35-64-32-35-37-34-39-31' ###

Target[10.0.0.1_144]: 144:[email protected]:::::1
SetEnv[10.0.0.1_144]: MRTG_INT_IP="" MRTG_INT_DESCR="unrouted-VLAN-17"
MaxBytes[10.0.0.1_144]: 12500000
Title[10.0.0.1_144]: Traffic Analysis for 144 -- core-switch
PageTop[10.0.0.1_144]: <h1>Traffic Analysis for 144 -- core-switch</h1>
		<div id="sysdetails">
			<table>
				<tr>
					<td>System:</td>
					<td>core-switch in </td>
				</tr>
				<tr>
					<td>Maintainer:</td>
					<td></td>
				</tr>
				<tr>
					<td>Description:</td>
					<td>unrouted-VLAN-17  </td>
				</tr>
				<tr>
					<td>ifType:</td>
					<td>propVirtual (53)</td>
				</tr>
				<tr>
					<td>ifName:</td>
					<td>VLAN-17</td>
				</tr>
				<tr>
					<td>Max Speed:</td>
					<td>12.5 MBytes/s</td>
				</tr>
			</table>
		</div>

Does anyone know how the .rrd files are built? It seems like all the snmp info is being pulled from the switch and is populating the log files, but whatever pulls from the log files and creates the round robin databases is busted.
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Re: No graphs for Cisco network devices

Post by tguadagnin »

Just in case you need the complete mrtg.cfg for it to be useful, ive upped it to pastebin.

http://pastebin.com/89pvxhD1
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No graphs for Cisco network devices

Post by abrist »

I am stumped on this one. We should move this to the ticketing system so that we can setup a remote session. Send an email to [email protected] and reference this thread.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
tguadagnin
Posts: 17
Joined: Wed Mar 13, 2013 7:44 pm

Re: No graphs for Cisco network devices

Post by tguadagnin »

Hi Guys,

I got this email response...

Code: Select all

Important Note: 

Email support for Nagios XI is only available to customers with an
active support/maintenance plan.  Your email was automatically
rejected because our system shows that you are not subscribed to a
support/maintenance plan.

Nagios XI Customers:

If you are a Nagios XI customer with an active support/maintenance
plan, please contact our sales team at [email protected] to gain access
to Nagios XI email support.

Purchasing Support:

You may obtain email support services for Nagios XI by purchasing or
renewing your support/maintenance subscription online at:

http://www.nagios.com/products/nagiosxi/pricing/buynow
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No graphs for Cisco network devices

Post by abrist »

Are you running a trial version, or have you paid for a license?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked