We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d1be9 commit b7d13feCopy full SHA for b7d13fe
status.sh
@@ -1028,7 +1028,7 @@ MY_DEGRADE_COUNT=$((MY_OUTAGE_COUNT + MY_DEGRADE_COUNT))
1028
if [ -s "$MY_MAINTENANCE_TEXT_FILE" ]; then
1029
page_alert_maintenance
1030
# or status alert
1031
-elif [[ "$MY_DEGRADE_COUNT" -gt "$MY_AVAILABLE_COUNT" ]]; then
+elif [[ "$MY_OUTAGE_COUNT" -gt "$MY_AVAILABLE_COUNT" ]]; then
1032
page_alert_danger
1033
elif [[ "$MY_DEGRADE_COUNT" -gt "0" ]]; then
1034
page_alert_warning
0 commit comments