You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Frontend/src/components/platformcapabilities/constants.ts
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,29 @@ import { minimumSCVersionForAllMessages } from "@/components/audit/isAllMessages
2
2
3
3
exportenumMonitoringCardDescription{
4
4
NotConfigured="Monitoring instance is connected but no endpoints are sending throughput data. This may be because no endpoints are running or no endpoints have the monitoring plugin enabled.",
5
-
Unavailable="Monitoring instance is not responding",
6
-
Available="Monitoring is available and receiving throughput data from endpoints",
5
+
InstanceNotConfigured="The Monitoring instance is not configured in ServiceControl.",
6
+
Unavailable="The Monitoring instance is configured but not responding.",
7
+
Available="Monitoring is available and receiving throughput data from endpoints.",
7
8
}
8
9
9
10
exportenumMonitoringIndicatorTooltip{
10
11
InstanceAvailable="Monitoring instance is configured and available",
11
-
InstanceUnavailable="Monitoring instance is configured but not responding",
12
+
InstanceUnavailable="The Monitoring instance is configured but not responding",
12
13
InstanceNotConfigured="Monitoring is not configured in ServiceControl",
13
14
DataAvailable="Endpoints are sending throughput data",
14
15
DataUnavailable="No endpoints are sending throughput data. Endpoints may not be running or may not have the monitoring plugin enabled.",
15
16
}
16
17
17
18
exportenumAuditingCardDescription{
18
19
NotConfigured="Auditing instance is connected but no successful messages have been processed yet or you don't have auditing enabled for any endpoints.",
19
-
Unavailable="Auditing instance is not responding",
20
+
Unavailable="The Auditing instance is configured but not responding.",
20
21
NotSupported=`Auditing instance is connected but the "All Messages" feature requires ServiceControl ${minimumSCVersionForAllMessages} or higher.`,
21
-
Available="Auditing is available and processing successful messages",
22
+
Available="Auditing is available and processing successful messages.",
22
23
}
23
24
24
25
exportenumAuditingIndicatorTooltip{
25
26
InstanceAvailable="Auditing instance is configured and available",
26
-
InstanceUnavailable="Auditing instance is not responding",
27
+
InstanceUnavailable="The Auditing instance is configured but not responding",
27
28
MessagesAvailable="Successful messages are being processed",
28
29
MessagesUnavailable="No successful messages have been processed yet or auditing is not enabled for any endpoints",
29
30
AllMessagesNotSupported=`The 'All Messages' feature requires ServiceControl ${minimumSCVersionForAllMessages} or higher`,
0 commit comments