fixed the Y-axis title in 'fail2ban' graph #111

This commit is contained in:
Jordi Sanfeliu 2015-10-06 16:30:45 +02:00
parent 8cdb428898
commit 6a3cdd676f
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ sub fail2ban_cgi {
"--title=$str ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bans/s",
"--vertical-label=Bans/min",
"--width=$width",
"--height=$height",
@riglim,
@ -418,7 +418,7 @@ sub fail2ban_cgi {
"--title=$str ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bans/s",
"--vertical-label=Bans/min",
"--width=$width",
"--height=$height",
@riglim,