--- # alerta_base_path: /srv/alerta # alerta_storage: # type: (zfs|lvm) # ... # alerta_web_version: 8.7.0 # alerta_postgres_version: 14.2 # alerta_redis_version: 6.2.6 alerta_web_port: 8080 # alerta_web_nginx_vhost: # alerta_web_secret_key: "randomstring" # alerta_postgres_password: "secret" alerta_alert_timeout: 3600 alerta_heartbeat_timeout: 1200 alerta_default_environment: Development alerta_environments: - Production - Staging - Development # alerta_hearbeat_force_severity: 'critical' alerta_plugins: - reject - blackout alerta_plugin_blackout: set_status: True accept: ['normal', 'ok', 'cleared'] # alerta_plugin_heartbeat: # events: # - PrometheusAlertmanagerE2eDeadManSwitch # alerta_plugin_prometheus: # api_url: 'http://192.0.2.3:9093' # use_externalurl_for_silences: False # username: 'alerta' # password: 'secret' # silence_days: 1 # silence_from_ack: True # alerta_mailer: # severities: critical, major, minor # smtp_host: 192.0.2.1 # smtp_port: 25 # smtp_starttls: False # skip_mta: False # mail_to: admin@exmaple.com # mail_from: noreply@example.com # dashboard_url: https://alerta.example.com alerta_client_timezone: Europe/Vienna