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.

SNMP Trap Content Generator question

I'm new to SNMP trap processing in ipMonitor and I have been able to receive the trap and notify from it with a Content Generator so far. I had SolarWinds create a custom MIB database for me since their online one didn't have my device built in. I imported that successfully. Using snmptrap.log, I was able to configure the SNMP Trap monitor to successfully receive the trap. I then configured the content generator to send me information from the trap. Here is the trap from snmptrap.log:

--------------------------------------------
Intact SNMP Trap Accepted: time(Mon Apr 13 09:20:14 2009) src_ip(10.1.1.52)
version: 1
community: public
enterprise: 1.3.6.1.4.1.21735.1.1.1.9
agent-addr: 10.1.1.52
generic-trap: enterpriseSpecific (6)
specific-trap: 1
time-stamp: 50545051
Variable Bindings:
1.3.6.1.4.1.21735.1.1.1.1.8.0: TYPE[4] TEXT "lafayette"
1.3.6.1.4.1.21735.1.1.1.1.9.0: TYPE[4] TEXT "CCR Room"
1.3.6.1.4.1.21735.1.1.1.1.10.0: TYPE[2] NUMERIC 1
1.3.6.1.4.1.21735.1.1.1.1.11.0: TYPE[2] NUMERIC 1
1.3.6.1.4.1.21735.1.1.1.1.12.0: TYPE[2] NUMERIC 9
1.3.6.1.4.1.21735.1.1.1.1.13.0: TYPE[2] NUMERIC 1
1.3.6.1.4.1.21735.1.1.1.1.14.0: TYPE[4] TEXT "ù\r7 "
0000 | 30 81 DA 02 01 00 04 06  70 75 62 6C 69 63 A4 81  |0.......public..|
0010 | CC 06 0C 2B 06 01 04 01  81 A9 67 01 01 01 09 40  |...+......g....@|
0020 | 04 0A 01 01 34 02 01 06  02 01 01 43 04 03 03 41  |....4......C...A|
0030 | 9B 30 81 A9 30 1B 06 0E  2B 06 01 04 01 81 A9 67  |.0..0...+......g|
0040 | 01 01 01 01 08 00 04 09  6C 61 66 61 79 65 74 74  |........lafayett|
0050 | 65 30 1A 06 0E 2B 06 01  04 01 81 A9 67 01 01 01  |e0...+......g...|
0060 | 01 09 00 04 08 43 43 52  20 52 6F 6F 6D 30 13 06  |.....CCR Room0..|
0070 | 0E 2B 06 01 04 01 81 A9  67 01 01 01 01 0A 00 02  |.+......g.......|
0080 | 01 01 30 13 06 0E 2B 06  01 04 01 81 A9 67 01 01  |..0...+......g..|
0090 | 01 01 0B 00 02 01 01 30  13 06 0E 2B 06 01 04 01  |.......0...+....|
00A0 | 81 A9 67 01 01 01 01 0C  00 02 01 09 30 13 06 0E  |..g.........0...|
00B0 | 2B 06 01 04 01 81 A9 67  01 01 01 01 0D 00 02 01  |+......g........|
00C0 | 01 30 1A 06 0E 2B 06 01  04 01 81 A9 67 01 01 01  |.0...+......g...|
00D0 | 01 0E 00 04 08 07 D9 04  0D 07 37 18 00           |..........7..   |

I'm most interested in the line 1.3.6.1.4.1.21735.1.1.1.1.12.0: TYPE[2] NUMERIC 9. In the MIB, the value 9 is defined in the comments as "high temperature"

"Alarm type of new alert
0 = high cell voltage
1 = low cell voltage
2 = high cell resistance
3 = high intercell resistance
4 = high overall voltage
5 = low overall voltage
6 = high float current
7 = warning
8 = ground fault
9 = high temperature
etc.

I can get the notification email to return the value "9", but not the description "high temperature". Is is possible to configure the content generator to decode
this alarm type and display "high temperature" instead of "9"?