This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to create SNMP Trap and integration of ARS with SNMP?

How to create SNMP Trap and integration of ARS with SNMP?

Parents
  • ARS has no native SNMP capability but you could easily trigger a Powershell script to send traps from an ARS workflow in response to an object create or modify.

    Just Google "powershell SNMP" for code samples of how to send SNMP traps and then create a script module that you can call from an ARS workflow script activity.

    If you want the traps to be ARS-specific you will have to author up your own MIB as ARS does not ship with one.

Reply
  • ARS has no native SNMP capability but you could easily trigger a Powershell script to send traps from an ARS workflow in response to an object create or modify.

    Just Google "powershell SNMP" for code samples of how to send SNMP traps and then create a script module that you can call from an ARS workflow script activity.

    If you want the traps to be ARS-specific you will have to author up your own MIB as ARS does not ship with one.

Children
No Data