From 6ca427ec6b96d86aaf280b2311997bcde40b9718 Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Sat, 7 Feb 2015 19:01:04 +0300 Subject: [PATCH] Update metrics.conf --- conf/metrics.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 15eec0a6b..29a01c473 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -753,6 +753,11 @@ metric { description = "Message date is in past"; name = "DATE_IN_PAST"; } + symbol { + weight = 1.0; + description = "Message date is not exists"; + name = "DATE_NOT_EXISTS"; + } # hfilter symbols symbol { weight = 1.00; name = "HFILTER_HELO_1"; description = "Helo host checks (very low)"; } symbol { weight = 2.00; name = "HFILTER_HELO_2"; description = "Helo host checks (low)"; } -- 2.39.5