From 6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Mon, 18 Sep 2017 00:17:33 +0200 Subject: New upstream version 1.8.0+dfsg --- src/rrd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rrd.h') diff --git a/src/rrd.h b/src/rrd.h index 5bc61dcb8..1ebb89e5a 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -462,6 +462,9 @@ struct rrdhost { RRDCALC *alarms; ALARM_LOG health_log; // alarms historical events (event log) + uint32_t health_last_processed_id; // the last processed health id from the log + uint32_t health_max_unique_id; // the max alarm log unique id given for the host + uint32_t health_max_alarm_id; // the max alarm id given for the host // templates of alarms // these are used to create alarms when charts -- cgit v1.2.3