File tree Expand file tree Collapse file tree 2 files changed +28
-27
lines changed
Monitoring/monitor_fsxn_with_grafana/ec2 Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 1616 new-line-at-end-of-file : disable
1717ignore :
1818 - ' **/templates/**'
19- - ' **/eks/harvest/values.yaml'
19+ - ' **/eks/harvest/values.yaml'
20+ - ' **/cloudformation/fsx-ontap-harvest-grafana.yaml'
Original file line number Diff line number Diff line change @@ -6,29 +6,29 @@ Exporters:
66Defaults :
77 use_insecure_tls : true
88Pollers :
9- 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
22- 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
9+ 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
22+ 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
You can’t perform that action at this time.
0 commit comments