Possibility to fetch SNMP data in the SAM template is great but for user-friendly data presentation in some case one need to transform numeric results to human readable.
First example on hand: status of a component of monitored device: often it has more options than up and down and their are retuned as numbers, for example:
1 -- inService
2 -- outOfService
3 -- failed
4 -- disabled
So I need to translate number fetched via SNMP to human readable description. I can do this in Universal Device Poller, but not in SAM SNMP monitor -- please extend it :-)