mirror of https://github.com/mikaku/Monitorix.git
fixed the Y-axis title in 'fail2ban' graph
This commit is contained in:
parent
8cdb428898
commit
6dbab664fa
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue