I am retrieving a string of data via a SNMP call. The data being returned is as follows:
key1:value1 key2:value2 key3:value3 key4:value4 .....etc
I need to split these values up into their separate items for graphing (delta) and triggering.
Is there any way I can do that?
key1:value1 key2:value2 key3:value3 key4:value4 .....etc
I need to split these values up into their separate items for graphing (delta) and triggering.
Is there any way I can do that?
Comment