summaryrefslogtreecommitdiffstats
path: root/ml/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/Config.h')
-rw-r--r--ml/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ml/Config.h b/ml/Config.h
index f29bae3a6..58ecce53f 100644
--- a/ml/Config.h
+++ b/ml/Config.h
@@ -30,7 +30,10 @@ public:
double ADWindowRateThreshold;
double ADDimensionRateThreshold;
+ std::string HostsToSkip;
SIMPLE_PATTERN *SP_HostsToSkip;
+
+ std::string ChartsToSkip;
SIMPLE_PATTERN *SP_ChartsToSkip;
std::string AnomalyDBPath;