Increase threshold

This commit is contained in:
Alarig Le Lay 2019-01-02 09:54:17 +01:00
parent 36ac6fa3d2
commit 139bbbf40a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ case ${STATE} in
printf "CRITICAL: ${SESSION} has hit export route "
printf "limit\n"
exit 2
elif [ ${RATIO_IN} -gt 90 ]; then
elif [ ${RATIO_IN} -gt 92 ]; then
printf "WARNING: ${SESSION} import route limit is "
printf "over threshold\n"
exit 1