improved sql

This commit is contained in:
no
2024-11-28 14:51:11 +01:00
parent 442b2ff660
commit dfd270bb29
2 changed files with 34 additions and 15 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function check_network_traffic() {
restart_service
exit 2 # Exit with error status if thresholds are not met
else
log_info "Network traffic is above thresholds. Avg In: $avg_inbound KB/s, Avg Out: $avg_outbound KB/s."
log_info "Network traffic is above thresholds. Avg In: $avg_inbound KB/s, Avg Out: $avg_outbound KB/s. Nothing to do."
exit 0 # Exit with success status
fi
}