Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
92f57d42
Commit
92f57d42
authored
6 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
change(test_fail2ban): raise warning instead of error
parent
6cb89db2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_fail2ban.py
+2
-2
2 additions, 2 deletions
tests/test_fail2ban.py
with
2 additions
and
2 deletions
tests/test_fail2ban.py
+
2
−
2
View file @
92f57d42
...
...
@@ -90,8 +90,8 @@ def main():
print
(
"
Checking fail2ban state:
"
)
if
not
check_service_running
(
"
fail2ban
"
):
u
.
error
(
"
fail2ban is not running
"
)
error
s
+=
1
u
.
warning
(
"
fail2ban is not running
"
)
warning
s
+=
1
else
:
u
.
success
(
"
fail2ban is running
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment