Hi,
I'm trying to monitor several servers on zabbix via SNMP and the BMC IP.
I managed to get the good MIB from the manufacturer, convert it to a zabbix template via mib2zabbix with some help and now i'm creating the triggers.
My problem is that i have some datas that are "split" for example :
As you can see, i have some elements that contains the name of the sensor and some other that contains the value of the sensor.
My question is : how can i create a trigger (for ex. CPU1 temp over 80°C) using the two elements sensorIDString for 1 and sensorReading for 1 knowing that these values comes from discoveries.
I made sure that sensorIDString and sensorReading always correspond.
I was wondering if maybe we could link the tho elements into a new one using sensorIDString value as name and sensorReading value as value
I have about 50 sensors to do like that so if there is a way to link them automatically using the ids of the sensors that would be perfect.
Thank you in advance for your help.
I'm trying to monitor several servers on zabbix via SNMP and the BMC IP.
I managed to get the good MIB from the manufacturer, convert it to a zabbix template via mib2zabbix with some help and now i'm creating the triggers.
My problem is that i have some datas that are "split" for example :
| sensorIDString for 1 | CPU1 Temp |
| sensorIDString for 2 | CPU2 Temp |
| sensorIDString for 3 | PCH Temp |
| sensorReading for 1 | 56.000 |
| sensorReading for 2 | 40.000 |
| sensorReading for 3 | 48.000 |
My question is : how can i create a trigger (for ex. CPU1 temp over 80°C) using the two elements sensorIDString for 1 and sensorReading for 1 knowing that these values comes from discoveries.
I made sure that sensorIDString and sensorReading always correspond.
I was wondering if maybe we could link the tho elements into a new one using sensorIDString value as name and sensorReading value as value
I have about 50 sensors to do like that so if there is a way to link them automatically using the ids of the sensors that would be perfect.
Thank you in advance for your help.
Comment