summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-12-19 13:52:37 +0200
committerGitHub <noreply@github.com>2022-12-19 13:52:37 +0200
commite6c04cb4de6387c7ba1dbf80076ca4bd7578237b (patch)
tree31feca5e2dd311c2194b35c3f0275cf00995487f /health/health.h
parentccfda8fa501f8e77e5b7036dd0ed71fef4e8c2a4 (diff)
Add a health configuration option of what alarms to load (#14150)
* use a simple pattern to choose what alerts to load * rename config to alarms * add config entry doc * fix link * change wording * change wording 2 * add to analytics * build a list of disabled alarms for analytics * add silenced alarms * remove analytics related * remove analytics related 2
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/health.h b/health/health.h
index 15d8326ee8..8e5191bec8 100644
--- a/health/health.h
+++ b/health/health.h
@@ -31,6 +31,7 @@ extern unsigned int default_health_enabled;
#define HEALTH_SILENCERS_MAX_FILE_LEN 10000
extern char *silencers_filename;
+extern SIMPLE_PATTERN *conf_enabled_alarms;
void health_init(void);