Ilya Mashchenko ae3fc0e31c health: unsilence cpu % alarm (#17194) 11 months ago
..
guides e0ec10411b Move collectors/ under src/ (#16965) 1 year ago
health.d ae3fc0e31c health: unsilence cpu % alarm (#17194) 11 months ago
notifications 6636bbec1e add missing "gotify" to list of notification methods in alarm-notify.sh (#17069) 1 year ago
schema.d 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
README.md e0ec10411b Move collectors/ under src/ (#16965) 1 year ago
REFERENCE.md 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health.c 8c736bb135 Move health/ under src/ (#16954) 1 year ago
health.h 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_config.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_dyncfg.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_event_loop.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_internals.h a0e176013a HEALTH: eliminate fields that should be labels (#17048) 1 year ago
health_json.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_log.c 8c736bb135 Move health/ under src/ (#16954) 1 year ago
health_notifications.c 8c736bb135 Move health/ under src/ (#16954) 1 year ago
health_prototypes.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_prototypes.h 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
health_silencers.c 8c736bb135 Move health/ under src/ (#16954) 1 year ago
health_silencers.h 8c736bb135 Move health/ under src/ (#16954) 1 year ago
health_variable.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
rrdcalc.c 45a1681ad3 DYNCFG: alerts improvements (#17165) 11 months ago
rrdcalc.h 8c736bb135 Move health/ under src/ (#16954) 1 year ago
rrdvar.c 8c736bb135 Move health/ under src/ (#16954) 1 year ago
rrdvar.h 8c736bb135 Move health/ under src/ (#16954) 1 year ago

README.md

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.