Skip to content

Commit

Permalink
Updated h3exporter values for dev, beta, prod
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Nov 3, 2021
1 parent d0520f6 commit b736cf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions monitor/beta/start_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export DATA_ALERTMANAGER=${DATA_PREFIX}/ukwa-monitor/alertmanager
export HTTP_PROXY=http://explorer2:3128/
export HDFS_EXPORTER='hdfs-exporter.bapi.wa.bl.uk:80'

export HDFS3_EXPORTER='h3exporter.bapi.wa.bl.uk:80'

export ALERT_RECEIVER='beta'
export ALERT_EMAIL_DEV='gil.hoggarth@bl.uk'
export ALERT_EMAIL_BETA='gil.hoggarth@bl.uk'
Expand Down
2 changes: 1 addition & 1 deletion monitor/dev/start_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DATA_ALERTMANAGER=${DATA_PREFIX}/ukwa-monitor/alertmanager
export HTTP_PROXY=http://explorer2:3128/
export HDFS_EXPORTER='hdfs-exporter.dapi.wa.bl.uk:80'

export HDFS3_EXPORTER='h3exporter.api.wa.bl.uk:80'
export HDFS3_EXPORTER='h3exporter.dapi.wa.bl.uk:80'

export ALERT_RECEIVER='dev'
export ALERT_EMAIL_DEV='gil.hoggarth@bl.uk'
Expand Down
2 changes: 2 additions & 0 deletions monitor/prod/start_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export DATA_ALERTMANAGER=/opt/data/alertmanager
export HTTP_PROXY=http://explorer2:3128/
export HDFS_EXPORTER='hdfs-exporter.api.wa.bl.uk:80'

export HDFS3_EXPORTER='h3exporter.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'
Expand Down

0 comments on commit b736cf9

Please sign in to comment.