0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-15 01:58:34 +00:00
netdata_netdata/health
Emmanuel Vasilakis 9493fa8682
Remove family from alerts ()
* remove loading and storing families from alert configs

* remove families from silencers

* remove from alarm log

* start remove from alarm-notify.sh.in

* fix test alarm

* rebase

* remove from api/v1/alarm_log

* remove from alert stream

* remove from config stream

* remove from more

* remove from swagger for health api

* revert md changes

* remove from health cmd api test
2023-10-06 00:57:53 +03:00
..
health.d Add summary to alerts configurations () 2023-10-06 00:57:24 +03:00
notifications Remove family from alerts () 2023-10-06 00:57:53 +03:00
health.c Remove family from alerts () 2023-10-06 00:57:53 +03:00
health.h Remove family from alerts () 2023-10-06 00:57:53 +03:00
health_config.c Remove family from alerts () 2023-10-06 00:57:53 +03:00
health_json.c Remove family from alerts () 2023-10-06 00:57:53 +03:00
health_log.c Remove family from alerts () 2023-10-06 00:57:53 +03:00
Makefile.am health: add upsd alerts () 2023-09-27 13:23:01 +03:00
README.md docs rename alarm to alert () 2023-08-15 20:56:24 +03:00
REFERENCE.md Add a summary field to alerts () 2023-09-19 15:35:44 +03:00

Alerts and notifications

The Netdata Agent is a health watchdog for the health and performance of your systems, services, and applications. We've worked closely with our community of DevOps engineers, SREs, and developers to define hundreds of production-ready alerts that work without any configuration.

The Agent's health monitoring system is also dynamic and fully customizable. You can write entirely new alerts, tune the community-configured alerts for every app/service the Agent collects metrics from, or silence anything you're not interested in. You can even power complex lookups by running statistical algorithms against your metrics.

You can use various alert notification methods, customize alerts, and disable/silence alerts.