Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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"
  2. in the Start menu, select the Net-SNMP folder, right click Register Trap Service and choose Run As Administrator
  3. start the "Net-SNMP Trap Handler" service 
  4. create the directory "C:\Program Files\uptime software\uptime\scripts\snmp-trap-script\"
  5. 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

...