mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix(health): usniFleet empty → WARN not CRIT (usniFleetStale is the fallback) (#2361)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user