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
thrownewError(`Per-ping timeout must be between ${PING_PER_REQUEST_TIMEOUT_MIN} and ${PING_PER_REQUEST_TIMEOUT_MAX} seconds (default: ${PING_PER_REQUEST_TIMEOUT_DEFAULT})`);
Copy file name to clipboardExpand all lines: src/lang/en.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1074,7 +1074,16 @@
1074
1074
"rabbitmqHelpText": "To use the monitor, you will need to enable the Management Plugin in your RabbitMQ setup. For more information, please consult the {rabitmq_documentation}.",
1075
1075
"SendGrid API Key": "SendGrid API Key",
1076
1076
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas",
1077
-
"smtpHelpText": "“SMTPS” tests that SMTP/TLS is working; “Ignore TLS” connects over plaintext; “STARTTLS” connects, issues a STARTTLS command and verifies the server certificate. None of these send an email.",
1077
+
"pingCountLabel": "Max Packets",
1078
+
"pingCountDescription": "Number of packets to send before stopping",
1079
+
"pingNumericLabel": "Numeric Output",
1080
+
"pingNumericDescription": "If checked, IP addresses will be output instead of symbolic hostnames",
1081
+
"pingGlobalTimeoutLabel": "Global Timeout",
1082
+
"pingGlobalTimeoutDescription": "Total time in seconds before ping stops, regardless of packets sent",
1083
+
"pingPerRequestTimeoutLabel": "Per-Ping Timeout",
1084
+
"pingPerRequestTimeoutDescription": "This is the maximum waiting time (in seconds) before considering a single ping packet lost",
1085
+
"pingIntervalAdjustedInfo": "Interval adjusted based on packet count, global timeout and per-ping timeout",
1086
+
"smtpHelpText": "'SMTPS' tests that SMTP/TLS is working; 'Ignore TLS' connects over plaintext; 'STARTTLS' connects, issues a STARTTLS command and verifies the server certificate. None of these send an email.",
1078
1087
"Custom URL": "Custom URL",
1079
1088
"customUrlDescription": "Will be used as the clickable URL instead of the monitor's one.",
0 commit comments