aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-10 19:03:51 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-10 19:03:51 +0000
commit71a370bd1a4abb9e2acf5173146629733d7bdf15 (patch)
tree7732f7bfb179a2ae5c26e2530a9c2a61cfbf8273 /conf/metrics.conf
parent091633c9af89efaf1d93944b90f931b119af2462 (diff)
downloadrspamd-71a370bd1a4abb9e2acf5173146629733d7bdf15.tar.gz
rspamd-71a370bd1a4abb9e2acf5173146629733d7bdf15.zip
[Feature] Rework includes system in the configuration
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index fb1751fb8..b61b28bc2 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1231,6 +1231,6 @@ metric {
}
}
- .include(try=true; priority=1) "$CONFDIR/local.d/metrics.conf"
- .include(try=true; priority=10) "$CONFDIR/override.d/metrics.conf"
+ .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/metrics.conf"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/metrics.conf"
}