We have a number of Cisco devices that I would like to monitor temperatures of on a map and display for our NOC team.
Currently, I am using nodes and the TARGET line like below to show the different chassis modules and device temperatures underneath each place holder node
Code: Select all
NODE MAI-CORE-ROU2
LABEL MAI-CORE-ROU2
ICON images/Router.png
POSITION 400 400
NODE MOD2-Earl-Out-MAI-CORE-ROU2
LABEL MOD2-Earl-Out
TARGET gauge:/var/www/cacti/rra/mai-core-rou2_cisc_mai_mod2_earou_1990.rrd:cisc_mai_mod2_earou:cisc_mai_mod2_earou
POSITION 397 500
Am I missing something? Or is this actually not possible? It seems silly because the map at that point clearly knows the data value, to be able to match it to the scale, I just want to print it next to the chassis module name.