Skip to content
Snippets Groups Projects
Commit 92f57d42 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

change(test_fail2ban): raise warning instead of error

parent 6cb89db2
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ def main():
print("Checking fail2ban state:")
if not check_service_running("fail2ban"):
u.error("fail2ban is not running")
errors += 1
u.warning("fail2ban is not running")
warnings += 1
else:
u.success("fail2ban is running")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment