I am newcomer in Cacti world and I have several questions about using this staff. One of them is about indexed queries. I want to monitor temperature parameters (for example) for Cisco devices. But different types of devices have different number and types of sensors. As I undestand after reading different howtos using templates and data queries I can get separate graphs for separate rows of the table. But what if I want to retrieve index information for several rows and plot it on ONE graph? For example, I want to get the graph for 3750 which has 2 sensors where both two lines for Sensor 1 and Sensor 2 would be on one image.
Code: Select all
For Cisco 3750
ciscoEnvMonTemperatureStatusDescr ciscoEnvMonTemperatureStatusValue ciscoEnvMonTemperatureThreshold ciscoEnvMonTemperatureLastShutdown ciscoEnvMonTemperatureState
SW#1, Sensor#1, GREEN 42 degrees Celsius 59 degrees Celsius 0 degrees Celsius normal
SW#2, Sensor#1, GREEN 43 degrees Celsius 59 degrees Celsius 0 degrees Celsius normal
tksmon:~/scripts #
Code: Select all
tksmon:~/scripts # snmptable -v 2c -c public 10.0.0.1 .1.3.6.1.4.1.9.9.13.1.3
SNMP table: CISCO-ENVMON-MIB::ciscoEnvMonTemperatureStatusTable
ciscoEnvMonTemperatureStatusDescr ciscoEnvMonTemperatureStatusValue ciscoEnvMonTemperatureThreshold ciscoEnvMonTemperatureLastShutdown ciscoEnvMonTemperatureState
CPU 44 degrees Celsius 115 degrees Celsius 0 degrees Celsius normal
Intake Left 19 degrees Celsius 57 degrees Celsius 0 degrees Celsius normal
Intake Right 16 degrees Celsius 57 degrees Celsius 0 degrees Celsius normal
Exhaust Right 17 degrees Celsius 75 degrees Celsius 0 degrees Celsius normal
Exhaust Left 19 degrees Celsius 75 degrees Celsius 0 degrees Celsius normal
Power Supply 1 19 degrees Celsius 80 degrees Celsius 0 degrees Celsius normal
Power Supply 2 21 degrees Celsius 80 degrees Celsius 0 degrees Celsius normal
12V voltage 24935 degrees Celsius 26990 degrees Celsius 0 degrees Celsius normal
Is it possible to do that?
Thank you!