From 0081641bd6dbb9c2d2ce39b4bcd7ad06693152a0 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Fri, 27 Mar 2020 17:16:17 +0100 Subject: [PATCH] Fixes spelling in eventlog message --- lib/core/logging/Icinga_EventLog_Enums.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/logging/Icinga_EventLog_Enums.psm1 b/lib/core/logging/Icinga_EventLog_Enums.psm1 index 2eae150..ccb10e0 100644 --- a/lib/core/logging/Icinga_EventLog_Enums.psm1 +++ b/lib/core/logging/Icinga_EventLog_Enums.psm1 @@ -16,7 +16,7 @@ 1500 = @{ 'EntryType' = 'Error'; 'Message' = 'Failed to securely establish a communiation between this server and the client'; - 'Details' = 'The client connection could not be established between this server. This issue is mostly caused by using Self-Signed/Icinga 2 Agent certificates for the server and the client not trusting the certificate. To resolve this issue, either use trusted certificates signed by your trusted CA or setup the client to accept untrusted certificates'; + 'Details' = 'A client connection could not be established to this server. This issue is mostly caused by using Self-Signed/Icinga 2 Agent certificates for the server and the client not trusting the certificate. To resolve this issue, either use trusted certificates signed by your trusted CA or setup the client to accept untrusted certificates'; 'EventId' = 1500; }; 1501 = @{