File tree Expand file tree Collapse file tree 3 files changed +37
-35
lines changed
Monitoring/monitor_fsxn_with_grafana/ec2 Expand file tree Collapse file tree 3 files changed +37
-35
lines changed Original file line number Diff line number Diff line change 1414 empty-lines : disable
1515 document-start : disable
1616 new-line-at-end-of-file : disable
17+ ignore :
18+ - ' **/templates/**'
Original file line number Diff line number Diff line change @@ -7,28 +7,28 @@ Defaults:
77 use_insecure_tls : true
88Pollers :
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
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ rule_files:
99 - ' ems_alert_rules.yml'
1010
1111scrape_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']
You can’t perform that action at this time.
0 commit comments