Hi Team,
Need you help on preprocessing.
from one our server I ma getting status of HDD, Fan, PUS etc in hex format like "Hex-STRING: 80 00 00 00".
What I have understood so far from zabbix help page (shared link below) that I need to remove the space between the hex value first by using regular expression in preprocessing items and then use preprocessing to convert hex to decimal.
can someone help me on this to hove to write regular expression to remove space from hex value 80 00 00 00.
"https://www.zabbix.com/documentation/3.4/manual/config/items/item"
thanks
Jitendra
Need you help on preprocessing.
from one our server I ma getting status of HDD, Fan, PUS etc in hex format like "Hex-STRING: 80 00 00 00".
What I have understood so far from zabbix help page (shared link below) that I need to remove the space between the hex value first by using regular expression in preprocessing items and then use preprocessing to convert hex to decimal.
can someone help me on this to hove to write regular expression to remove space from hex value 80 00 00 00.
"https://www.zabbix.com/documentation/3.4/manual/config/items/item"
thanks
Jitendra