Hi,
I am following, Sending SNMP Traps On Windows document.
As per document, I have placed sendsnmptrap.cmd
script in %SPLUNK_HOME%\bin\scripts
Now, How can I verify if that script is executing or not ?
I see below error message in splunk.log
Cannot find script at D:\Program Files\Splunk\bin\scripts\123
Can you pase python code how you sendind traps to destinatoin serves
Check the python.log in "C:\Program Files\Splunk\var\log\splunk". this will show you what is actually being initiated by the runshellscript.py, which is what the search app uses to initiate your script.