summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/alarms/alarms.conf
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/alarms/alarms.conf')
-rw-r--r--collectors/python.d.plugin/alarms/alarms.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/alarms/alarms.conf b/collectors/python.d.plugin/alarms/alarms.conf
index fd7780c59..5e83d8f56 100644
--- a/collectors/python.d.plugin/alarms/alarms.conf
+++ b/collectors/python.d.plugin/alarms/alarms.conf
@@ -48,3 +48,7 @@ local:
CLEAR: 0
WARNING: 1
CRITICAL: 2
+ # set to true to include a chart with calculated alarm values over time
+ collect_alarm_values: false
+ # define the type of chart for plotting status over time e.g. 'line' or 'stacked'
+ alarm_status_chart_type: 'line'