[root@cat ~]# snmpwalk -c cacti -v 2c -m ALL *.*.*.* 1.3.6.1.4.1.2011.6.1.1
SNMPv2-SMI::enterprises.2011.6.1.1.1.2.0 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.2.1 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.2.2 = Gauge32: 5
SNMPv2-SMI::enterprises.2011.6.1.1.1.2.4 = Gauge32: 4
SNMPv2-SMI::enterprises.2011.6.1.1.1.2.6 = Gauge32: 10
SNMPv2-SMI::enterprises.2011.6.1.1.1.3.0 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.3.1 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.3.2 = Gauge32: 5
SNMPv2-SMI::enterprises.2011.6.1.1.1.3.4 = Gauge32: 5
SNMPv2-SMI::enterprises.2011.6.1.1.1.3.6 = Gauge32: 11
SNMPv2-SMI::enterprises.2011.6.1.1.1.4.0 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.4.1 = Gauge32: 6
SNMPv2-SMI::enterprises.2011.6.1.1.1.4.2 = Gauge32: 5
SNMPv2-SMI::enterprises.2011.6.1.1.1.4.4 = Gauge32: 5
SNMPv2-SMI::enterprises.2011.6.1.1.1.4.6 = Gauge32: 11
The issue is this. Under 'Data Templates' I create, for the sake of
simplicity, 2 data sources. I then set the 'Internal Data Source Name'
of each 'Data Source Item'. These values stay as set.
I then go down into the 'Custom Data' section and for ds1 add the
following OID to the 'OID' textfield and hit save:
.1.3.6.1.4.1.2011.6.1.1.1.2.0
Then for ds2 I add the following OID to the 'OID' textfield and hit save:
.1.3.6.1.4.1.2011.6.1.1.1.2.1
When I go look at ds1 it now has ds2's OID and if I change it back to
the correct OID ds2 then has ds1's OID after hitting save.
My question is this. How do I get cacti to poll multiple (6) different
OIDs and place then in one rrd?
Should I change my 'Data Input Method' from 'Get SNMP Data'? If yes? what?
Thanks.