summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/alarms/alarms.chart.py
AgeCommit message (Collapse)Author
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2022-09-22alarms collector: ability to exclude certain alarms via config (#13701)Andrew Maguire
alarms collector: ability to exclude certain alarms via config
2022-05-26Alarms py collector add filtering (#12972)Andrew Maguire
add ability to filter alarms in `alarms.conf`
2021-03-08Alarms collector add alarm values (#10675)Andrew Maguire
* add alarm values option add an option to alarms collector to also chart calculated alarm values over time. * update README * give alarm values chart "..._value" named dims so as not to clash * try simplify update_charts() * small cleanup * fix update_charts() for values * spelling * add `self.collected_dims` to maintain list of dims in the 'alarms' and 'values' charts * lower case family names to be consistent * "collect_" is better naming than "show_" * "collect_" is better naming than "show_" * small typo in README * Update collectors/python.d.plugin/alarms/alarms.chart.py Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * add ability to define alarm status chart type via config, default to line. * 'status' is a better family name than 'alarms' Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * use 'value' instead of 'values' for naming Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * remove 'variables' as not needed Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2020-12-14python.d/alarms: fix sending chart definition on every data collection (#10378)Ilya Mashchenko
2020-12-12python.d/alarms: add alarms obsoletion and disable by default (#10375)Ilya Mashchenko
2020-11-30Alarms collector (#10042)Andrew Maguire
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.