summaryrefslogtreecommitdiffstats
path: root/database/rrdcalctemplate.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-10-20 09:00:14 +0000
committerGitHub <noreply@github.com>2020-10-20 12:00:14 +0300
commit6b2ffc355a0d450e4569f3d5412b18d709318986 (patch)
treeb474903e876b5701d80bcd4eb15797762961c29f /database/rrdcalctemplate.h
parent7c33c4c70f4588313ed697885065092ad9a2b29a (diff)
New alarm entities (#10041)
Co-authored-by: Joel Hans <joel.g.hans@gmail.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'database/rrdcalctemplate.h')
-rw-r--r--database/rrdcalctemplate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/database/rrdcalctemplate.h b/database/rrdcalctemplate.h
index 9cfd09846e..fb9347d737 100644
--- a/database/rrdcalctemplate.h
+++ b/database/rrdcalctemplate.h
@@ -21,6 +21,12 @@ struct rrdcalctemplate {
char *family_match;
SIMPLE_PATTERN *family_pattern;
+ char *plugin_match;
+ SIMPLE_PATTERN *plugin_pattern;
+
+ char *module_match;
+ SIMPLE_PATTERN *module_pattern;
+
char *source; // the source of this alarm
char *units; // the units of the alarm
char *info; // a short description of the alarm