mirror of https://github.com/fail2ban/fail2ban
By the author:
> Yes, scripting is not supported in path. https://bitbucket.org/tildeslash/monit/issues/372/webadmin-shows-only-the-first-part-of#comment-27946048pull/1556/head
parent
28e286cd2d
commit
a406c6eb3a
|
@ -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 New Issue