fix(health): usniFleet empty → WARN not CRIT (usniFleetStale is the fallback)

This commit is contained in:
Elie Habib
2026-03-27 14:05:15 +04:00
parent 1fb5cb01e5
commit eb4233da70

View File

@@ -233,6 +233,7 @@ const ON_DEMAND_KEYS = new Set([
const EMPTY_DATA_OK_KEYS = new Set([
'notamClosures', 'faaDelays', 'gpsjam', 'positiveGeoEvents', 'weatherAlerts',
'earningsCalendar', 'econCalendar', 'cotPositioning',
'usniFleet', // usniFleetStale covers the fallback; relay outages → WARN not CRIT
]);
// Cascade groups: if any key in the group has data, all empty siblings are OK.