Rewording for better sorting
This commit is contained in:
parent
1122ab9843
commit
e7402cb434
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@ from typing import Literal, NamedTuple
|
||||||
_F2B_DBPATH = Path('/', 'var', 'db', 'fail2ban', 'fail2ban.sqlite3')
|
_F2B_DBPATH = Path('/', 'var', 'db', 'fail2ban', 'fail2ban.sqlite3')
|
||||||
_CONFIG_RESULT_ALL = """\
|
_CONFIG_RESULT_ALL = """\
|
||||||
graph_category fail2ban
|
graph_category fail2ban
|
||||||
graph_title {db_table} DB table statistics - ALL RECORDS
|
graph_title ALL RECORDS in DB table '{db_table}'
|
||||||
graph_vlabel Database record count by jail name
|
graph_vlabel Database record count by jail name
|
||||||
graph_printf %3.0lf
|
graph_printf %3.0lf
|
||||||
"""
|
"""
|
||||||
_CONFIG_RESULT_CURRENT = """\
|
_CONFIG_RESULT_CURRENT = """\
|
||||||
graph_category fail2ban
|
graph_category fail2ban
|
||||||
graph_title {db_table} DB table statistics - CURRENTLY BANNED
|
graph_title CURRENTLY BANNED in DB table '{db_table}'
|
||||||
graph_vlabel Currently banned IPs by jail name
|
graph_vlabel Currently banned IPs by jail name
|
||||||
graph_printf %3.0lf
|
graph_printf %3.0lf
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue