Hello,
I have a SNMP item who receive the data :
"CLUSTER1 = 151; CLUSTER2 = 160"
On each request, the values are upgraded:
"CLUSTER1 = 151; CLUSTER2 = 160"
"CLUSTER1 = 170; CLUSTER2 = 145"
"CLUSTER1 = 191; CLUSTER2 = 115"
I need to parse this data to obtain items :
- ITEM1 : Cluster1
- ITEM2 : Cluster2
Can you help me to parse the data of snmp item ?
thanks a lot.
I have a SNMP item who receive the data :
"CLUSTER1 = 151; CLUSTER2 = 160"
On each request, the values are upgraded:
"CLUSTER1 = 151; CLUSTER2 = 160"
"CLUSTER1 = 170; CLUSTER2 = 145"
"CLUSTER1 = 191; CLUSTER2 = 115"
I need to parse this data to obtain items :
- ITEM1 : Cluster1
- ITEM2 : Cluster2
Can you help me to parse the data of snmp item ?
thanks a lot.
Comment