diff --git a/f2b-responder.py b/f2b-responder.py index ebb2f89..97710c9 100755 --- a/f2b-responder.py +++ b/f2b-responder.py @@ -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 """