diff --git a/Helpers/HelperGatusToMona.cs b/Helpers/HelperGatusToMona.cs index bca1f6c..bce991f 100644 --- a/Helpers/HelperGatusToMona.cs +++ b/Helpers/HelperGatusToMona.cs @@ -103,6 +103,8 @@ internal static partial class HelperGatusToMona { foreach (string line in lines) { if (!line.StartsWith(appSettings.GatusConfiguration.Metric)) continue; + if (line.Contains(appSettings.GatusConfiguration.Key)) + continue; segments = line.Split('{'); if (segments.Length != 2) continue;