I have some Dell IDRACs I'd like to monitor over IPMI.
I can do this JUST fine with custom templates and custom items.
I run into a problem though, when a Dell IDRAC IPMI server uses the same Sensor ID String for more than one sensor.
Like this Temperature example for a Dell R610 that has only 1 temp censor and some un-used ones with the same ID String.
In this case, with IPMItool, if I index "Ambient Temp" I only get the first sensor.
I can't IPMItool ... "sdr get" 4, 6, or 7.
Zabbix doesn't understand 7. It only understands "Ambient Temp," and it happily collects the wrong one.
Another example, a Dell R630 with 2 cpu temp censors :
.... How could I "item" that second one? Zabbix will happily collect the first CPU temp, but not the second.
It seems like Dell does a good job of naming fans and power supplies uniquely. But not temp sensors.
So how can I index them in Zabbix?
I can do this JUST fine with custom templates and custom items.
I run into a problem though, when a Dell IDRAC IPMI server uses the same Sensor ID String for more than one sensor.
Like this Temperature example for a Dell R610 that has only 1 temp censor and some un-used ones with the same ID String.
Code:
4 | Ambient Temp | Temperature | N/A | C | N/A 6 | Ambient Temp | Temperature | N/A | C | N/A 7 | Ambient Temp | Temperature | 25.00 | C | 'OK'
I can't IPMItool ... "sdr get" 4, 6, or 7.
Zabbix doesn't understand 7. It only understands "Ambient Temp," and it happily collects the wrong one.
Another example, a Dell R630 with 2 cpu temp censors :
Code:
24 | Temp | Temperature | 62.00 | C | 'OK' 25 | Temp | Temperature | 64.00 | C | 'OK'
It seems like Dell does a good job of naming fans and power supplies uniquely. But not temp sensors.
So how can I index them in Zabbix?
Comment