Rewording for better sorting

This commit is contained in:
László Károlyi 2024-08-07 00:18:24 +02:00
parent 1122ab9843
commit e7402cb434
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -18,13 +18,13 @@ from typing import Literal, NamedTuple
_F2B_DBPATH = Path('/', 'var', 'db', 'fail2ban', 'fail2ban.sqlite3')
_CONFIG_RESULT_ALL = """\
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_printf %3.0lf
"""
_CONFIG_RESULT_CURRENT = """\
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_printf %3.0lf
"""