Hello,
I am using SNMP to get data into zabbix; works fine in most cases, however I have one causing problems.
Trying to get data related to particular process, as described here:
Problem is that in my case string used to find out index contains special chars - in fact full condition to be used as OID is:
HOST-RESOURCES-MIB::hrStorageUsed["index","HOST-RESOURCES-MIB::hrStorageDescr", "$DB05-M(EH0300FB)"]
Unfortunately, above does not work, I believe it is due to "$", "(" and/or "(" chars. Tried to use masks ("/"), but it didn't help. Anyone faced similar problem and found solution? If so, share please.
reagrds
Tomasz
I am using SNMP to get data into zabbix; works fine in most cases, however I have one causing problems.
Trying to get data related to particular process, as described here:
Problem is that in my case string used to find out index contains special chars - in fact full condition to be used as OID is:
HOST-RESOURCES-MIB::hrStorageUsed["index","HOST-RESOURCES-MIB::hrStorageDescr", "$DB05-M(EH0300FB)"]
Unfortunately, above does not work, I believe it is due to "$", "(" and/or "(" chars. Tried to use masks ("/"), but it didn't help. Anyone faced similar problem and found solution? If so, share please.
reagrds
Tomasz