@ -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