How to send SNMP traps automatically with TIBCO LogLogic Security Event Manager

How to send SNMP traps automatically with TIBCO LogLogic Security Event Manager

book

Article ID: KB0076826

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Security Event Manager 2.7.x and higher

Description

To send an SNMP trap on opening or closing event you must modify this file:

/home/exaprotect/conf/InstanceName/exa_incident.properties

by specifying the destination IP of the SNMP trap and uncomment the appropriate line below:
use.script=yes
#script.creation=send_trap_snmp.pl xxx.xxx.xxx.xxx
#script.update=send_trap_snmp.pl xxx.xxx.xxx.xxx
#script.close=send_trap_snmp.pl xxx.xxx.xxx.xxx

where xxx.xxx.xxx.xxx represents the destination IP of SNMP Trap.

 

The script "send_trap_snmp.pl" is located in /home/exaprotect/scripts/.

Issue/Introduction

This article explains how to configure LogLogic SEM to send SNMP traps.