mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
Fixed Typo
This commit is contained in:
parent
fee56ce0e0
commit
38406e621c
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ else {
|
|||
}
|
||||
$return_print = $how_many_jail.' detected jails with '.$how_many_banned.' current banned IP(s)';
|
||||
}
|
||||
$perf_print = "jails=$how_many_jail currentBannedIp=$how_many_banned " . $perf_print if ($perfdata_summary_value);
|
||||
$perf_print = "jails=$how_many_jail currentBannedIP=$how_many_banned " . $perf_print if ($perfdata_summary_value);
|
||||
|
||||
### Final
|
||||
$plugstate = "CRITICAL" if ($how_many_banned >= $critical);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue