...
create a new file called snmptrapd.conf in the C:\usr\etc\snmp directory with contents similar to the following ("public" on the first line is the SNMP community string - feel free to changed accordingly, and the path to up.time on the second line should be changed accordingly):
Code Block authCommunity log,execute,net public traphandle default C:\Strawberry\perl\bin\perl.exe "C:\Program Files\uptime software\uptime\scripts\snmp-trap-script\trap_to_ext_event.pl"
- in the Start menu, select the Net-SNMP folder, right click Register Trap Service and choose Run As Administrator
- start the "Net-SNMP Trap Handler" service
- create the directory "C:\Program Files\uptime software\uptime\scripts\snmp-trap-script\"
- download and copy this file, trap_to_ext_event.pl"unzip and copy the attached file to , to the directory mentioned in the previous step
...