Hi, I would like to run my own script when an LFD alert is generated.
Is this possible?
Thank you!
hook or custom script when LFD triggers
Re: hook or custom script when LFD triggers
The option BLOCK_REPORT allows you to run your own external script whenever lfd blocks an IP. See the readme.txt for more information. If you want some action performed on other alerts besides blocks, there is no inbuilt way to do this. You could write your own daemon to monitor the lfd log, or scan the log periodically, and run a script when a specific alert occurs
Re: hook or custom script when LFD triggers
Yes, BLOCK_REPORT is the way to go to have your own scripts.