Skip to content

Commit 6c9794d

Browse files
update harvest files
1 parent 977e5e2 commit 6c9794d

File tree

3 files changed

+37
-35
lines changed

3 files changed

+37
-35
lines changed

.github/linters/.yaml-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ rules:
1414
empty-lines: disable
1515
document-start: disable
1616
new-line-at-end-of-file: disable
17+
ignore:
18+
- '**/templates/**'

Monitoring/monitor_fsxn_with_grafana/ec2/harvest.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ Defaults:
77
use_insecure_tls: true
88
Pollers:
99
fsx01:
10-
datacenter: fsx
11-
addr: <FSxN_ip_1>
12-
collectors:
13-
- Rest
14-
- RestPerf
15-
- Ems
16-
exporters:
17-
- prometheus1
18-
credentials_script:
19-
path: /opt/fetch-credentails
20-
schedule: 3h
21-
timeout: 10s
10+
datacenter: fsx
11+
addr: <FSxN_ip_1>
12+
collectors:
13+
- Rest
14+
- RestPerf
15+
- Ems
16+
exporters:
17+
- prometheus1
18+
credentials_script:
19+
path: /opt/fetch-credentails
20+
schedule: 3h
21+
timeout: 10s
2222
fsx02:
23-
datacenter: fsx
24-
addr: <FSxN_ip_2>
25-
collectors:
26-
- Rest
27-
- RestPerf
28-
- Ems
29-
exporters:
30-
- prometheus1
31-
credentials_script:
32-
path: /opt/fetch-credentails
33-
schedule: 3h
34-
timeout: 10s
23+
datacenter: fsx
24+
addr: <FSxN_ip_2>
25+
collectors:
26+
- Rest
27+
- RestPerf
28+
- Ems
29+
exporters:
30+
- prometheus1
31+
credentials_script:
32+
path: /opt/fetch-credentails
33+
schedule: 3h
34+
timeout: 10s

Monitoring/monitor_fsxn_with_grafana/ec2/prometheus.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ rule_files:
99
- 'ems_alert_rules.yml'
1010

1111
scrape_configs:
12-
- job_name: 'prometheus'
13-
static_configs:
14-
- targets: ['localhost:9090']
15-
- job_name: 'harvest'
16-
file_sd_configs:
17-
- files:
18-
- 'harvest_targets*.yml'
19-
- job_name: yace
20-
static_configs:
21-
- targets:
22-
- ['yace:8080']
12+
- job_name: 'prometheus'
13+
static_configs:
14+
- targets: ['localhost:9090']
15+
- job_name: 'harvest'
16+
file_sd_configs:
17+
- files:
18+
- 'harvest_targets*.yml'
19+
- job_name: yace
20+
static_configs:
21+
- targets:
22+
- ['yace:8080']

0 commit comments

Comments
 (0)