This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to transform Poller result ?

Hi,

We are monitoring some ZyXel device and we are trying to use the Poller creation.

Here is the output of the SNMP poll for the CPU and Memory

CPU -->  .1.3.6.1.4.1.890.1.6.1.1.20.0 = STRING: "3%"

Memory -->  .1.3.6.1.4.1.890.1.6.1.1.22.0 = STRING: "21/32 MB"

So how can we easily parse the text value to transform to numerical value that can be used by Poller ?

Typically in this case

CPU is 3 percent however the device return a readable value 3%

Memory is 21 MB used 32 MB total and 32-21 = 11MB free however the device return a readable value 21/32 MB

Have you been able to transform this kind of SNMP result ? Is this possible in the current version ?

Cheers