Skip to content

Commit

Permalink
Removed h3dn1 & 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Aug 3, 2023
1 parent 15751e5 commit 6db8b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ services:
- "gluster16:192.168.45.129"
- "gluster17:192.168.45.130"
- "gluster18:192.168.45.131"
- "h3dn1:192.168.45.191"
- "h3dn2:192.168.45.192"
# - "h3dn1:192.168.45.191"
# - "h3dn2:192.168.45.192"
- "h3dn3:192.168.45.193"
- "h3dn4:192.168.45.194"
- "h3dn5:192.168.45.195"
Expand Down
6 changes: 3 additions & 3 deletions monitor/prometheus/prometheus.yml-template
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ scrape_configs:
- job_name: 'hadoop3'
static_configs:
- targets:
- 'h3dn1:9100'
- 'h3dn2:9100'
# - 'h3dn1:9100'
# - 'h3dn2:9100'
- 'h3dn3:9100'
- 'h3dn4:9100'
- 'h3dn5:9100'
Expand Down Expand Up @@ -206,7 +206,7 @@ scrape_configs:
- 'solr2:3903'
- 'solr3:3903'
- 'solr4:3903'
- 'solr5:3903'
# - 'solr5:3903'
- 'solr-proxy:3903'

- job_name: 'solr-query'
Expand Down

0 comments on commit 6db8b2b

Please sign in to comment.