summaryrefslogtreecommitdiffstats
path: root/health/health.d/go.d.plugin.conf
AgeCommit message (Collapse)Author
2024-02-07Move health/ under src/ (#16954)vkalintiris
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
2023-10-06Add summary to alerts configurations (#16129)Emmanuel Vasilakis
* add to web log alerts * add more * more adds * more adds * more * more * more * more * more * more * more * more * updates --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
2022-09-22Fix inconsistent alert class names (#13699)Ralph Meijer
This renames the alert classes from Error to Errors, to align with the 125 occurances of the latter, vs. these three of the former.
2022-08-04health: disable go python last collected alarms (#13485)Ilya Mashchenko
2022-07-05fix(health): disable go.d last collected alarm for prometheus module (#13309)Ilya Mashchenko
2021-06-14Swap class and type attributes in stock alarm configurations (#11240)Emmanuel Vasilakis
* swap type and class * edit REFERENCE.md
2021-05-24health: add python.d/go.d jobs last_collected_secs alarms (#11168)Ilya Mashchenko