mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #1556 from szepeviktor/master
Monit config: scripting is not supported in path
This commit is contained in:
commit
d9e1a4f547
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
check process fail2ban with pidfile /var/run/fail2ban/fail2ban.pid
|
||||
group services
|
||||
start program = "/etc/init.d/fail2ban force-start"
|
||||
stop program = "/etc/init.d/fail2ban stop || :"
|
||||
stop program = "/etc/init.d/fail2ban stop"
|
||||
if failed unixsocket /var/run/fail2ban/fail2ban.sock then restart
|
||||
if 5 restarts within 5 cycles then timeout
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue