summaryrefslogtreecommitdiffstats
path: root/database/rrdcalc.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrdcalc.h')
-rw-r--r--database/rrdcalc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/database/rrdcalc.h b/database/rrdcalc.h
index 27ff99a89..b4122c605 100644
--- a/database/rrdcalc.h
+++ b/database/rrdcalc.h
@@ -42,10 +42,13 @@ struct rrdcalc {
char *exec; // the command to execute when this alarm switches state
char *recipient; // the recipient of the alarm (the first parameter to exec)
+ char *classification; // the class that this alarm belongs
+ char *component; // the component that this alarm refers to
+ char *type; // type of the alarm
+
char *chart; // the chart id this should be linked to
uint32_t hash_chart;
-
char *plugin_match; //the plugin name that should be linked to
SIMPLE_PATTERN *plugin_pattern;