summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2020-11-30 13:57:58 +0000
committerGitHub <noreply@github.com>2020-11-30 13:57:58 +0000
commit95407a625c6a55f157cdf8b0e59096d178098d41 (patch)
treee65e3bb6bfc98ea64f7648d29b5da03c485f916e /collectors/python.d.plugin/Makefile.am
parent3d86cf62cd716ba30ea6e1b0d6e23e3a41a7b06b (diff)
Alarms collector (#10042)
Adding a simple python based Alarms collector to read from active alarms via /api/v1/alarms and add any active warning alarms to the alarms chart as per a status_map that maps alarm states to integers.
Diffstat (limited to 'collectors/python.d.plugin/Makefile.am')
-rw-r--r--collectors/python.d.plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
index 176bd3cb01..57247b1f61 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -40,6 +40,7 @@ dist_pythonconfig_DATA = \
$(NULL)
include adaptec_raid/Makefile.inc
+include alarms/Makefile.inc
include am2320/Makefile.inc
include apache/Makefile.inc
include beanstalk/Makefile.inc