docker services real

This commit is contained in:
2026-02-16 20:47:44 +09:00
parent 2e5ad58978
commit b33c658885
6 changed files with 65 additions and 19 deletions

View File

@@ -133,7 +133,7 @@ static void ws_data_cb(const pi_stats_t *stats)
}
for (int i = 0; i < stats->service_count; i++) {
if (!stats->services[i].running) {
if (stats->services[i].status != SVC_RUNNING) {
alert_trigger(ALERT_SERVICE_DOWN);
break;
}