diff options
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 96304725b..d59d159f3 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1002,6 +1002,16 @@ metric { one_shot = true; } } + group { + name = "dcc"; + + symbol { + weight = 2.0; + name = "DCC_BULK"; + description = "Detected as bulk mail by DCC"; + one_shot = true; + } + } .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/metrics.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/metrics.conf" |