From 2c9352b652d54fffeb45b921c371e7758276c85c Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Thu, 12 Feb 2015 20:44:04 +0300 Subject: [PATCH] Hfilter: New metrics for helo checks --- conf/metrics.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 3901a1da6..780e3d0ce 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -760,6 +760,8 @@ metric { 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"; } 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)"; } symbol { weight = 3.00; name = "HFILTER_HELO_3"; description = "Helo host checks (medium)"; } -- 2.39.5