From 46407d5c843dbfbadabbf8a1af1c432bac28ad8b 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 673a9feec..780e3d0ce 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -754,6 +754,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 = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; } symbol { weight = 4.00; name = "HFILTER_HELO_UNKNOWN"; description = "Helo host empty or unknown"; } -- 2.39.5