Hi,
I am using a batch file under FWA Alert rules under the action run program.
When the alert is trigerred, the batch file is not run.
I confirmed the triggering since i have also email notification which is working normally.
I can run the batch file normally under command line.
I checked the path and it is ok.
Here is the sample of the batch file
@echo off
c:\usr\bin\snmptrap -v 1 -c xxxxx yyyyy.1.3.6.7.2.1.3.1 yyyyy 1 6 '' .1.3.6.7.2.1.3.1.1.2 s "%1,%2,%3,%4,%5"
Please help
Thanks & Regards