summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index c3badf18..0b85252b 100644
--- a/include/common.h
+++ b/include/common.h
@@ -22,6 +22,12 @@
/* Housekeeping frequency */
#define SUCKER_HK 3600
+/* Keep alrt history (in sec) */
+#define ALERT_HISTORY 12*31*24*3600
+
+/* Keep alarm history (in sec) */
+#define ALARM_HISTORY 12*31*24*3600
+
#define SUCKER_TIMEOUT 5
#define AGENT_TIMEOUT 3