Skip to content
Extraits de code Groupes Projets
Valider aa88b775 rédigé par root's avatar root Validation de Rémi - Le Filament
Parcourir les fichiers

Fix count number

parent da407445
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -115,7 +115,7 @@ bcount=$(echo "$ban"|grep -v ^\# | grep -v ^$|wc -l)
if [ "$bcount" -ge ${warn} ] && [ "$bcount" -lt ${crit} ]; then
State="Warning"
elif [ "$bcount" -ge ${warn} ];then
elif [ "$bcount" -ge ${crit} ];then
State="Critical"
else
State="Ok"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter