i have setup some snmp traps from several network equipments. What i am getting is this:
2005-09-21 17:33:13 UTC,Syslog.Debug,10.1.1.1,"uptime=10360270, generic_num=6, specific_num=1, sysContact=, sysName=NODE1, sysLocation=CITY1, 1.3.6.1.4.1.2606.4.2.3.7.2.1.1.1=1, 1.3.6.1.4.1.2606.4.2.3.7.2.1.2.1=""Temperature Sensor"", 1.3.6.1.4.1.2606.4.2.3.7.2.1.3.1=6"
2005-09-21 17:35:02 UTC,Syslog.Debug,10.1.1.1,"uptime=10371090, generic_num=6, specific_num=1, sysContact=, sysName=NODE2, sysLocation=CITY2, 1.3.6.1.4.1.2606.4.2.3.7.2.1.1.1=1, 1.3.6.1.4.1.2606.4.2.3.7.2.1.2.1=""Temperature Sensor"", 1.3.6.1.4.1.2606.4.2.3.7.2.1.3.1=4"
As you may see, these are traps sent due to an alarm at the temperature of the monitored equipment. Is there a way for the program to send me an email that will be something like this:
Date - Sysname (whatever it is) - Temperature Sensor - Alarm
(6 means Alarm)
and
Date - Sysname (whatever it is) - Temperature Sensor - 6
(4 means OK)
I see that HostMonitor is only able to reply the OID, value and some other things that don't really tell me what is going on with the equipment i am monitoring

I am really looking forward to your response!!!