Staus quo: Fail2Ban (e.g.: /root/fail2ban.sh)

fail2ban-client status nextcloud && fail2ban-client status nginx-http-auth && fail2ban-client status sshd
This commit is contained in:
rieger::CLOUD
2018-09-20 21:41:25 +02:00
committed by GitHub
parent 4e32a24f4b
commit 4264612ccf

6
fail2ban.sh Normal file
View File

@@ -0,0 +1,6 @@
###
# Staus quo: Fail2Ban (e.g.: /root/fail2ban.sh)
###
#!/bin/bash
fail2ban-client status nextcloud && fail2ban-client status nginx-http-auth && fail2ban-client status sshd
exit 0