Change Default monitoring fallback source value (uptime service)
This commit is contained in:
@@ -107,7 +107,7 @@ export const useConsolidatedUptimeData = ({ serviceId, serviceType, status, inte
|
|||||||
// console.log(`Found default monitoring: ${sourceName} for normalized timestamp ${normalizedTimestamp}`);
|
// console.log(`Found default monitoring: ${sourceName} for normalized timestamp ${normalizedTimestamp}`);
|
||||||
} else {
|
} else {
|
||||||
// Default monitoring fallback
|
// Default monitoring fallback
|
||||||
sourceName = 'Default System Check (Agent 1)';
|
sourceName = 'Default (Agent 1)';
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
// console.log(`Using fallback default monitoring for normalized timestamp ${normalizedTimestamp}`);
|
// console.log(`Using fallback default monitoring for normalized timestamp ${normalizedTimestamp}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user