Hi Guys
I wonder if anyone can help me?
We're using cacti successfully and it seems to work very well
Aside from our core equipment (Extreme BlackDiamonds and Cisco GSRs), we now want to generate graphs for our edge switches which are Dell PowerConnect 3348s.
Cacti talks to them with no problem, except when we generate graphs, they are all given the same title. As far as I can tell, the 'index' corresponds to the correct port number for the basic ports 1-48. Not sure about the higher indexes though.
Is there anything we can do generate these graphs with titles that correspond to the port number? We've got 6 or 7 of these switches and they're all 48 port ones. As you can imagine - we dont fancy doing it by hand :p
Also, is there a way to create a graph that shows 95%ile in each direction (in bits) AND total traffic transferred in each direction (in bytes)?
Sorry if i any of this is obvious :p
Any help would be much appreciated
Thanks guys
Problem With Port Numbers on Titles
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
perform a walk of the entire if-mib and post the results.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
ok
- here goes...
- here goes...
Code: Select all
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ Located input field 'ifIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.1'
+ Found item [ifIndex='1'] index: 1 [from value]
+ Found item [ifIndex='2'] index: 2 [from value]
+ Found item [ifIndex='3'] index: 3 [from value]
+ Found item [ifIndex='4'] index: 4 [from value]
+ Found item [ifIndex='5'] index: 5 [from value]
+ Found item [ifIndex='6'] index: 6 [from value]
+ Found item [ifIndex='7'] index: 7 [from value]
+ Found item [ifIndex='8'] index: 8 [from value]
+ Found item [ifIndex='9'] index: 9 [from value]
+ Found item [ifIndex='10'] index: 10 [from value]
+ Found item [ifIndex='11'] index: 11 [from value]
+ Found item [ifIndex='12'] index: 12 [from value]
+ Found item [ifIndex='13'] index: 13 [from value]
+ Found item [ifIndex='14'] index: 14 [from value]
+ Found item [ifIndex='15'] index: 15 [from value]
+ Found item [ifIndex='16'] index: 16 [from value]
+ Found item [ifIndex='17'] index: 17 [from value]
+ Found item [ifIndex='18'] index: 18 [from value]
+ Found item [ifIndex='19'] index: 19 [from value]
+ Found item [ifIndex='20'] index: 20 [from value]
+ Found item [ifIndex='21'] index: 21 [from value]
+ Found item [ifIndex='22'] index: 22 [from value]
+ Found item [ifIndex='23'] index: 23 [from value]
+ Found item [ifIndex='24'] index: 24 [from value]
+ Found item [ifIndex='25'] index: 25 [from value]
+ Found item [ifIndex='26'] index: 26 [from value]
+ Found item [ifIndex='27'] index: 27 [from value]
+ Found item [ifIndex='28'] index: 28 [from value]
+ Found item [ifIndex='29'] index: 29 [from value]
+ Found item [ifIndex='30'] index: 30 [from value]
+ Found item [ifIndex='31'] index: 31 [from value]
+ Found item [ifIndex='32'] index: 32 [from value]
+ Found item [ifIndex='33'] index: 33 [from value]
+ Found item [ifIndex='34'] index: 34 [from value]
+ Found item [ifIndex='35'] index: 35 [from value]
+ Found item [ifIndex='36'] index: 36 [from value]
+ Found item [ifIndex='37'] index: 37 [from value]
+ Found item [ifIndex='38'] index: 38 [from value]
+ Found item [ifIndex='39'] index: 39 [from value]
+ Found item [ifIndex='40'] index: 40 [from value]
+ Found item [ifIndex='41'] index: 41 [from value]
+ Found item [ifIndex='42'] index: 42 [from value]
+ Found item [ifIndex='43'] index: 43 [from value]
+ Found item [ifIndex='44'] index: 44 [from value]
+ Found item [ifIndex='45'] index: 45 [from value]
+ Found item [ifIndex='46'] index: 46 [from value]
+ Found item [ifIndex='47'] index: 47 [from value]
+ Found item [ifIndex='48'] index: 48 [from value]
+ Found item [ifIndex='49'] index: 49 [from value]
+ Found item [ifIndex='50'] index: 50 [from value]
+ Found item [ifIndex='51'] index: 51 [from value]
+ Found item [ifIndex='52'] index: 52 [from value]
+ Found item [ifIndex='53'] index: 53 [from value]
+ Found item [ifIndex='54'] index: 54 [from value]
+ Found item [ifIndex='55'] index: 55 [from value]
+ Found item [ifIndex='56'] index: 56 [from value]
+ Found item [ifIndex='100000'] index: 100000 [from value]
+ Located input field 'ifOperStatus' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.8'
+ Found item [ifOperStatus='Up'] index: 1 [from value]
+ Found item [ifOperStatus='Down'] index: 2 [from value]
+ Found item [ifOperStatus='Up'] index: 3 [from value]
+ Found item [ifOperStatus='Down'] index: 4 [from value]
+ Found item [ifOperStatus='Up'] index: 5 [from value]
+ Found item [ifOperStatus='Down'] index: 6 [from value]
+ Found item [ifOperStatus='Down'] index: 7 [from value]
+ Found item [ifOperStatus='Down'] index: 8 [from value]
+ Found item [ifOperStatus='Down'] index: 9 [from value]
+ Found item [ifOperStatus='Down'] index: 10 [from value]
+ Found item [ifOperStatus='Down'] index: 11 [from value]
+ Found item [ifOperStatus='Down'] index: 12 [from value]
+ Found item [ifOperStatus='Down'] index: 13 [from value]
+ Found item [ifOperStatus='Down'] index: 14 [from value]
+ Found item [ifOperStatus='Down'] index: 15 [from value]
+ Found item [ifOperStatus='Down'] index: 16 [from value]
+ Found item [ifOperStatus='Down'] index: 17 [from value]
+ Found item [ifOperStatus='Down'] index: 18 [from value]
+ Found item [ifOperStatus='Down'] index: 19 [from value]
+ Found item [ifOperStatus='Down'] index: 20 [from value]
+ Found item [ifOperStatus='Down'] index: 21 [from value]
+ Found item [ifOperStatus='Down'] index: 22 [from value]
+ Found item [ifOperStatus='Down'] index: 23 [from value]
+ Found item [ifOperStatus='Down'] index: 24 [from value]
+ Found item [ifOperStatus='Down'] index: 25 [from value]
+ Found item [ifOperStatus='Down'] index: 26 [from value]
+ Found item [ifOperStatus='Down'] index: 27 [from value]
+ Found item [ifOperStatus='Down'] index: 28 [from value]
+ Found item [ifOperStatus='Down'] index: 29 [from value]
+ Found item [ifOperStatus='Down'] index: 30 [from value]
+ Found item [ifOperStatus='Down'] index: 31 [from value]
+ Found item [ifOperStatus='Down'] index: 32 [from value]
+ Found item [ifOperStatus='Down'] index: 33 [from value]
+ Found item [ifOperStatus='Down'] index: 34 [from value]
+ Found item [ifOperStatus='Down'] index: 35 [from value]
+ Found item [ifOperStatus='Down'] index: 36 [from value]
+ Found item [ifOperStatus='Down'] index: 37 [from value]
+ Found item [ifOperStatus='Down'] index: 38 [from value]
+ Found item [ifOperStatus='Down'] index: 39 [from value]
+ Found item [ifOperStatus='Down'] index: 40 [from value]
+ Found item [ifOperStatus='Down'] index: 41 [from value]
+ Found item [ifOperStatus='Down'] index: 42 [from value]
+ Found item [ifOperStatus='Down'] index: 43 [from value]
+ Found item [ifOperStatus='Down'] index: 44 [from value]
+ Found item [ifOperStatus='Down'] index: 45 [from value]
+ Found item [ifOperStatus='Down'] index: 46 [from value]
+ Found item [ifOperStatus='Down'] index: 47 [from value]
+ Found item [ifOperStatus='Down'] index: 48 [from value]
+ Found item [ifOperStatus='Up'] index: 49 [from value]
+ Found item [ifOperStatus='Down'] index: 50 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 51 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 52 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 53 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 54 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 55 [from value]
+ Found item [ifOperStatus='notPresent(6)'] index: 56 [from value]
+ Found item [ifOperStatus='Up'] index: 100000 [from value]
+ Located input field 'ifDescr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.2'
+ Found item [ifDescr='Ethernet Interface'] index: 1 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 2 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 3 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 4 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 5 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 6 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 7 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 8 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 9 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 10 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 11 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 12 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 13 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 14 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 15 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 16 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 17 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 18 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 19 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 20 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 21 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 22 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 23 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 24 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 25 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 26 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 27 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 28 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 29 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 30 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 31 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 32 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 33 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 34 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 35 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 36 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 37 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 38 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 39 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 40 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 41 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 42 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 43 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 44 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 45 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 46 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 47 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 48 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 49 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 50 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 51 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 52 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 53 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 54 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 55 [from value]
+ Found item [ifDescr='Ethernet Interface'] index: 56 [from value]
+ Found item [ifDescr='vlan'] index: 100000 [from value]
+ Located input field 'ifName' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.31.1.1.1.1'
+ Found item [ifName='ethernetCsmacd'] index: 1 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 2 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 3 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 4 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 5 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 6 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 7 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 8 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 9 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 10 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 11 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 12 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 13 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 14 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 15 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 16 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 17 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 18 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 19 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 20 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 21 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 22 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 23 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 24 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 25 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 26 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 27 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 28 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 29 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 30 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 31 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 32 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 33 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 34 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 35 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 36 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 37 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 38 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 39 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 40 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 41 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 42 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 43 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 44 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 45 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 46 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 47 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 48 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 49 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 50 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 51 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 52 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 53 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 54 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 55 [from value]
+ Found item [ifName='ethernetCsmacd'] index: 56 [from value]
+ Found item [ifName='vlan'] index: 100000 [from value]
+ Located input field 'ifAlias' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.31.1.1.1.18'
+ Found item [ifAlias=''] index: 1 [from value]
+ Found item [ifAlias=''] index: 2 [from value]
+ Found item [ifAlias=''] index: 3 [from value]
+ Found item [ifAlias=''] index: 4 [from value]
+ Found item [ifAlias=''] index: 5 [from value]
+ Found item [ifAlias=''] index: 6 [from value]
+ Found item [ifAlias=''] index: 7 [from value]
+ Found item [ifAlias=''] index: 8 [from value]
+ Found item [ifAlias=''] index: 9 [from value]
+ Found item [ifAlias=''] index: 10 [from value]
+ Found item [ifAlias=''] index: 11 [from value]
+ Found item [ifAlias=''] index: 12 [from value]
+ Found item [ifAlias=''] index: 13 [from value]
+ Found item [ifAlias=''] index: 14 [from value]
+ Found item [ifAlias=''] index: 15 [from value]
+ Found item [ifAlias=''] index: 16 [from value]
+ Found item [ifAlias=''] index: 17 [from value]
+ Found item [ifAlias=''] index: 18 [from value]
+ Found item [ifAlias=''] index: 19 [from value]
+ Found item [ifAlias=''] index: 20 [from value]
+ Found item [ifAlias=''] index: 21 [from value]
+ Found item [ifAlias=''] index: 22 [from value]
+ Found item [ifAlias=''] index: 23 [from value]
+ Found item [ifAlias=''] index: 24 [from value]
+ Found item [ifAlias=''] index: 25 [from value]
+ Found item [ifAlias=''] index: 26 [from value]
+ Found item [ifAlias=''] index: 27 [from value]
+ Found item [ifAlias=''] index: 28 [from value]
+ Found item [ifAlias=''] index: 29 [from value]
+ Found item [ifAlias=''] index: 30 [from value]
+ Found item [ifAlias=''] index: 31 [from value]
+ Found item [ifAlias=''] index: 32 [from value]
+ Found item [ifAlias=''] index: 33 [from value]
+ Found item [ifAlias=''] index: 34 [from value]
+ Found item [ifAlias=''] index: 35 [from value]
+ Found item [ifAlias=''] index: 36 [from value]
+ Found item [ifAlias=''] index: 37 [from value]
+ Found item [ifAlias=''] index: 38 [from value]
+ Found item [ifAlias=''] index: 39 [from value]
+ Found item [ifAlias=''] index: 40 [from value]
+ Found item [ifAlias=''] index: 41 [from value]
+ Found item [ifAlias=''] index: 42 [from value]
+ Found item [ifAlias=''] index: 43 [from value]
+ Found item [ifAlias=''] index: 44 [from value]
+ Found item [ifAlias=''] index: 45 [from value]
+ Found item [ifAlias=''] index: 46 [from value]
+ Found item [ifAlias=''] index: 47 [from value]
+ Found item [ifAlias=''] index: 48 [from value]
+ Found item [ifAlias=''] index: 49 [from value]
+ Found item [ifAlias=''] index: 50 [from value]
+ Found item [ifAlias=''] index: 51 [from value]
+ Found item [ifAlias=''] index: 52 [from value]
+ Found item [ifAlias=''] index: 53 [from value]
+ Found item [ifAlias=''] index: 54 [from value]
+ Found item [ifAlias=''] index: 55 [from value]
+ Found item [ifAlias=''] index: 56 [from value]
+ Found item [ifAlias=''] index: 100000 [from value]
+ Located input field 'ifType' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.3'
+ Found item [ifType='ethernetCsmacd(6)'] index: 1 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 2 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 3 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 4 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 5 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 6 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 7 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 8 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 9 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 10 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 11 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 12 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 13 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 14 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 15 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 16 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 17 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 18 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 19 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 20 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 21 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 22 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 23 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 24 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 25 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 26 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 27 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 28 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 29 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 30 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 31 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 32 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 33 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 34 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 35 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 36 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 37 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 38 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 39 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 40 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 41 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 42 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 43 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 44 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 45 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 46 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 47 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 48 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 49 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 50 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 51 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 52 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 53 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 54 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 55 [from value]
+ Found item [ifType='ethernetCsmacd(6)'] index: 56 [from value]
+ Found item [ifType='propVirtual(53)'] index: 100000 [from value]
+ Located input field 'ifSpeed' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.5'
+ Found item [ifSpeed='100000000'] index: 1 [from value]
+ Found item [ifSpeed='100000000'] index: 2 [from value]
+ Found item [ifSpeed='100000000'] index: 3 [from value]
+ Found item [ifSpeed='100000000'] index: 4 [from value]
+ Found item [ifSpeed='100000000'] index: 5 [from value]
+ Found item [ifSpeed='100000000'] index: 6 [from value]
+ Found item [ifSpeed='100000000'] index: 7 [from value]
+ Found item [ifSpeed='100000000'] index: 8 [from value]
+ Found item [ifSpeed='100000000'] index: 9 [from value]
+ Found item [ifSpeed='100000000'] index: 10 [from value]
+ Found item [ifSpeed='100000000'] index: 11 [from value]
+ Found item [ifSpeed='100000000'] index: 12 [from value]
+ Found item [ifSpeed='100000000'] index: 13 [from value]
+ Found item [ifSpeed='100000000'] index: 14 [from value]
+ Found item [ifSpeed='100000000'] index: 15 [from value]
+ Found item [ifSpeed='100000000'] index: 16 [from value]
+ Found item [ifSpeed='100000000'] index: 17 [from value]
+ Found item [ifSpeed='100000000'] index: 18 [from value]
+ Found item [ifSpeed='100000000'] index: 19 [from value]
+ Found item [ifSpeed='100000000'] index: 20 [from value]
+ Found item [ifSpeed='100000000'] index: 21 [from value]
+ Found item [ifSpeed='100000000'] index: 22 [from value]
+ Found item [ifSpeed='100000000'] index: 23 [from value]
+ Found item [ifSpeed='100000000'] index: 24 [from value]
+ Found item [ifSpeed='100000000'] index: 25 [from value]
+ Found item [ifSpeed='100000000'] index: 26 [from value]
+ Found item [ifSpeed='100000000'] index: 27 [from value]
+ Found item [ifSpeed='100000000'] index: 28 [from value]
+ Found item [ifSpeed='100000000'] index: 29 [from value]
+ Found item [ifSpeed='100000000'] index: 30 [from value]
+ Found item [ifSpeed='100000000'] index: 31 [from value]
+ Found item [ifSpeed='100000000'] index: 32 [from value]
+ Found item [ifSpeed='100000000'] index: 33 [from value]
+ Found item [ifSpeed='100000000'] index: 34 [from value]
+ Found item [ifSpeed='100000000'] index: 35 [from value]
+ Found item [ifSpeed='100000000'] index: 36 [from value]
+ Found item [ifSpeed='100000000'] index: 37 [from value]
+ Found item [ifSpeed='100000000'] index: 38 [from value]
+ Found item [ifSpeed='100000000'] index: 39 [from value]
+ Found item [ifSpeed='100000000'] index: 40 [from value]
+ Found item [ifSpeed='100000000'] index: 41 [from value]
+ Found item [ifSpeed='100000000'] index: 42 [from value]
+ Found item [ifSpeed='100000000'] index: 43 [from value]
+ Found item [ifSpeed='100000000'] index: 44 [from value]
+ Found item [ifSpeed='100000000'] index: 45 [from value]
+ Found item [ifSpeed='100000000'] index: 46 [from value]
+ Found item [ifSpeed='100000000'] index: 47 [from value]
+ Found item [ifSpeed='100000000'] index: 48 [from value]
+ Found item [ifSpeed='100000000'] index: 49 [from value]
+ Found item [ifSpeed='100000000'] index: 50 [from value]
+ Found item [ifSpeed='0'] index: 51 [from value]
+ Found item [ifSpeed='0'] index: 52 [from value]
+ Found item [ifSpeed='0'] index: 53 [from value]
+ Found item [ifSpeed='0'] index: 54 [from value]
+ Found item [ifSpeed='0'] index: 55 [from value]
+ Found item [ifSpeed='0'] index: 56 [from value]
+ Found item [ifSpeed='0'] index: 100000 [from value]
+ Located input field 'ifHwAddr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.6'
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 1 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 2 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 3 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 4 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 5 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 6 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 7 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 8 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 9 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 10 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 11 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 12 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 13 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 14 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 15 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 16 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 17 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 18 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 19 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 20 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 21 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 22 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 23 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 24 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 25 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 26 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 27 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 28 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 29 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 30 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 31 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 32 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 33 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 34 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 35 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 36 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 37 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 38 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 39 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 40 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 41 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 42 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 43 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 44 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 45 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 46 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 47 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 48 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 49 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 50 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 51 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 52 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 53 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 54 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 55 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 56 [from value]
+ Found item [ifHwAddr='00:00:11:43:88:42:EF'] index: 100000 [from value]
+ Located input field 'ifIP' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.4.20.1.2'
+ Found item [ifIP='195.242.215.242'] index: 100000 [from regexp oid parse]
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/home/admin/domains/stats.windowsservers.co.uk/public_html/resource/snmp_queries/interface.xml'
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Not much there is there. You need to goto Data Queries, then select SNMP - Interface Statistics, then select the type of Graph you want to create and add a new suggested name. It will go something like this:
|host_description| - Traffic - |query_ifDesc| - |query_ifIndex|
Make sure you move it down to the bottom of the list, otherwise it will be preferred for all host types since the ifIndex will make it alway unique.
TheWitness
|host_description| - Traffic - |query_ifDesc| - |query_ifIndex|
Make sure you move it down to the bottom of the list, otherwise it will be preferred for all host types since the ifIndex will make it alway unique.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 0 guests