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})",
|
"--title=$str ($tf->{nwhen}$tf->{twhen})",
|
||||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||||
"--imgformat=PNG",
|
"--imgformat=PNG",
|
||||||
"--vertical-label=Bans/s",
|
"--vertical-label=Bans/min",
|
||||||
"--width=$width",
|
"--width=$width",
|
||||||
"--height=$height",
|
"--height=$height",
|
||||||
@riglim,
|
@riglim,
|
||||||
|
@ -418,7 +418,7 @@ sub fail2ban_cgi {
|
||||||
"--title=$str ($tf->{nwhen}$tf->{twhen})",
|
"--title=$str ($tf->{nwhen}$tf->{twhen})",
|
||||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||||
"--imgformat=PNG",
|
"--imgformat=PNG",
|
||||||
"--vertical-label=Bans/s",
|
"--vertical-label=Bans/min",
|
||||||
"--width=$width",
|
"--width=$width",
|
||||||
"--height=$height",
|
"--height=$height",
|
||||||
@riglim,
|
@riglim,
|
||||||
|
|
Loading…
Reference in New Issue