Hi at all,
I found the script to send Splunk alerts to an external console (e.g.: IBM Netcool) using SNMP, but does anyone know if there already is a SNMP Splunk MIB to do this?
Usually MIB is defined by the hardware or software supplier!
Thank you.
Bye.
Giuseppe
Hi Giuseppe,
i found this in the Splunk Wiki. Hope this helps.
http://wiki.splunk.com/Community:Splunk_Alert_MIB
kind regards
The way i did it in one of my integrations was to send SNMP traps to an external console (eg Netcool) via a python script.
So whenever an alert was triggered in Splunk alert action would execute the python script to send the snmp traps. Can you also share how you achieved the integration.
Hi soumyasaha25,
We realizad a connector that modify Splunk behaviour, because Splunk alert gives 8 parameters:
but I really need messages contained in the 8th parameter.
So we created a script that runs when alert is triggered and it perform the following actions:
In this way the receive can receive the alert message in the Splunk MIB.
Bye.
Giuseppe
@gcusello : One question - thanks for explaining the integration method. One question , where did you put the MIB on - Splunk machine or the external device where Splunk alerts will be trapped ?
Hi @rashi83,
the scrips must be on the Search Heads, wher you run the alerts because it's and action of the alert:
Ciao.
Giuseppe
Hi Giuseppe,
i found this in the Splunk Wiki. Hope this helps.
http://wiki.splunk.com/Community:Splunk_Alert_MIB
kind regards
Thank you.
Bye.
Giuseppe