From eeda38c31b1a487b7759f1655c131028834c72f3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 21 May 2014 12:04:50 -0700 Subject: Add netrics for Abuseat and Nszones rbl --- conf/metrics.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/metrics.conf b/conf/metrics.conf index 579a169cf..6cacf4b29 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -405,7 +405,23 @@ metric { description = "List of networks hijacked from their original owners, some of which have already used for spamming."; } - symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; } + symbol { + weight = 1.0; + name = "RBL_SEM"; + description = "Address is listed in Spameatingmonkey RBL"; + } + + symbol { + weight = 1.0; + name = "RBL_NSZONES"; + description = "Address is listed in Nszones RBL"; + } + + symbol { + weight = 1.0; + name = "RBL_ABUSEAT"; + description = "Address is listed in Abuseat RBL"; + } symbol { weight = 3.0; -- cgit v1.2.3