Skip to content

Commit

Permalink
Correction to alert email
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Aug 28, 2020
1 parent 2d19f35 commit a8a3fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ venv/
ENV/

*.pyc
*out

monitor/alertmanager/config.yml
monitor/grafana/grafana.ini
monitor/grafana/provisioning/_dashboard_generator/wa-status.json-template
monitor/grafana/provisioning/dashboards/daily_dashboard.json
monitor/grafana/provisioning/dashboards/wa_status.json
monitor/grafana/provisioning/datasources/frequent_crawl.yaml
monitor/grafana/provisioning/datasources/prometheus.yaml
2 changes: 1 addition & 1 deletion monitor/prod/start_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export HDFS_EXPORTER='hdfs-exporter.api.wa.bl.uk:80'
export ALERT_RECEIVER='prod'
export ALERT_EMAIL_DEV='gil.hoggarth@bl.uk'
export ALERT_EMAIL_BETA='gil.hoggarth@bl.uk'
export ALERT_EMAIL_PROD='wa=sysadm@bl.uk'
export ALERT_EMAIL_PROD='wa-sysadm@bl.uk'

source ~/gitlab/ukwa-monitor/monitoring.sh
cd ../
Expand Down

0 comments on commit a8a3fa6

Please sign in to comment.