An example of the fail2ban-client command would be:
fail2ban-client status filter-name
where filter name is the name of a file in /etc/fail2ban/filter.d/
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
An example of the fail2ban-client command would be:
fail2ban-client status filter-name
where filter name is the name of a file in /etc/fail2ban/filter.d/
Below is a couple of additions I've made in the past to the build.xml files:
To unload the service and stop:
launchctl unload -w /Library/LaunchDaemons/com.mysql.mysql.plist
To load the service and start:
launchctl load -w /Library/LaunchDaemons/com.mysql.mysql.plist
[source]