X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=conf.d%2Fhealth_email_recipients.conf;h=f56c6c64ac6e97b23399177c776f1637221ada64;hb=HEAD;hp=e485591346cea341d0d23c6febb2b7fc8f2da1b9;hpb=70cc1c2178b078b5754ffd156e771184f961fd3d;p=netdata.git diff --git a/conf.d/health_email_recipients.conf b/conf.d/health_email_recipients.conf index e4855913..f56c6c64 100644 --- a/conf.d/health_email_recipients.conf +++ b/conf.d/health_email_recipients.conf @@ -1,53 +1,2 @@ -# Configuration for alarms recipients - -# netdata alarms have been categorized to allow different roles to receive -# alarms related to their work. - -# this file defines the email addresses for each role. if a role is not -# defined, the email will be sent to root. - -# you can set multiple addresses for each role, like this: -# -# recipients[sysadmin]="admin1@example.com, admin2@example.com" -# -# it is important to add the comma between email addresses. - -# This configuration file is a BASH script itself. The 'recipients' variable is -# an associative array. So you can use other variables too, like this one: - -default_recipient_for_all_roles="root" - - -# ----------------------------------------------------------------------------- -# generic system alarms -# CPU, disks, entropy, etc - -recipients[sysadmin]="${default_recipient_for_all_roles}" - - -# ----------------------------------------------------------------------------- -# DNS related alarms - -recipients[domainadmin]="${default_recipient_for_all_roles}" - - -# ----------------------------------------------------------------------------- -# database servers alarms -# mysql, redis, memcached, etc - -recipients[dba]="${default_recipient_for_all_roles}" - - -# ----------------------------------------------------------------------------- -# web servers alarms -# apache, nginx, etc - -recipients[webmaster]="${default_recipient_for_all_roles}" - - -# ----------------------------------------------------------------------------- -# proxy servers alarms -# apache, nginx, etc - -recipients[proxyadmin]="${default_recipient_for_all_roles}" - +# OBSOLETE FILE +# REPLACED WITH health_alarm_notify.conf