I would think it's a simple thing, but I would be wrong. All I want to do is graph the data from the following OID map:
Code: Select all
Oid Key Value Description Data Type Access
1.3.6.1.2.1.1.1.0 STE2 System Description string RO
1.3.6.1.2.1.1.2.0 1.3.6.1.4.1.21796.4.9. System ObjectID objid RO
1.3.6.1.2.1.1.3.0 40573400 System UpTime timeticks RO
1.3.6.1.2.1.1.4.0 Yours Truly System Contact string RO
1.3.6.1.2.1.1.5.0 TEMP-SENSOR1 System Name string RO
1.3.6.1.2.1.1.6.0 Cooling Room System Location string RO
1.3.6.1.2.1.1.7.0 72 System Services integer RO
1.3.6.1.4.1.21796.4.9.1.1.1.1 1 1. Input Index integer RO
1.3.6.1.4.1.21796.4.9.1.1.1.2 2 2. Input Index integer RO
1.3.6.1.4.1.21796.4.9.1.1.2.1 0 1. Input Value, 0=Open, 1=Close integer RO
1.3.6.1.4.1.21796.4.9.1.1.2.2 0 2. Input Value, 0=Open, 1=Close integer RO
1.3.6.1.4.1.21796.4.9.1.1.3.1 Input 1 1. Input Name string RO
1.3.6.1.4.1.21796.4.9.1.1.3.2 Input 2 2. Input Name string RO
1.3.6.1.4.1.21796.4.9.1.1.4.1 0 1. Input State, 0=Normal, 1=Alarm integer RO
1.3.6.1.4.1.21796.4.9.1.1.4.2 0 2. Input State, 0=Normal, 1=Alarm integer RO
1.3.6.1.4.1.21796.4.9.3.1.1.1 23264 1. Sensor Index integer RO
1.3.6.1.4.1.21796.4.9.3.1.1.2 58455 2. Sensor Index integer RO
1.3.6.1.4.1.21796.4.9.3.1.2.1 REFRIGERATOR 1. Sensor Name string RO
1.3.6.1.4.1.21796.4.9.3.1.2.2 FREEZER 2. Sensor Name string RO
1.3.6.1.4.1.21796.4.9.3.1.3.1 5 1. Sensor State integer RO
1.3.6.1.4.1.21796.4.9.3.1.3.2 1 2. Sensor State integer RO
1.3.6.1.4.1.21796.4.9.3.1.4.1 46.5 1. Sensor String Value string RO
1.3.6.1.4.1.21796.4.9.3.1.4.2 -2.7 2. Sensor String Value string RO
1.3.6.1.4.1.21796.4.9.3.1.5.1 465 1. Sensor Value integer RO
1.3.6.1.4.1.21796.4.9.3.1.5.2 -27 2. Sensor Value integer RO
1.3.6.1.4.1.21796.4.9.3.1.6.1 0867530908675309 1. Sensor SN string RO
1.3.6.1.4.1.21796.4.9.3.1.6.2 9035768090357680 2. Sensor SN string RO
1.3.6.1.4.1.21796.4.9.3.1.7.1 2 1. Sensor Unit, 1=C, 2=F, 3=K, 4=% integer RO
1.3.6.1.4.1.21796.4.9.3.1.7.2 2 2. Sensor Unit, 1=C, 2=F, 3=K, 4=% integer RO
1.3.6.1.4.1.21796.4.9.3.1.8.1 23264 1. Sensor ID integer RO
1.3.6.1.4.1.21796.4.9.3.1.8.2 58455 2. Sensor ID integer RO
1.3.6.1.4.1.21796.4.9.70.1.0 00:DE:AD:BE:EF:00 System MAC address string RO
In either case, I am feeling completely clueless. Can somebody help me figure out or provide me with a step-by-step "how to" so I can accomplish my task, assuming I'm starting with a brand-spanking new Cacti installation?