Skip to content

Commit

Permalink
update harvest files
Browse files Browse the repository at this point in the history
  • Loading branch information
adizalmanovich1 committed Feb 13, 2025
1 parent 0530cb1 commit 024eebe
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ rules:
new-line-at-end-of-file: disable
ignore:
- '**/templates/**'
- '**/eks/harvest/values.yaml'
- '**/eks/harvest/values.yaml'
- '**/cloudformation/fsx-ontap-harvest-grafana.yaml'
52 changes: 26 additions & 26 deletions Monitoring/monitor_fsxn_with_grafana/ec2/harvest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ Exporters:
Defaults:
use_insecure_tls: true
Pollers:
fsx01:
datacenter: fsx
addr: <FSxN_ip_1>
collectors:
- Rest
- RestPerf
- Ems
exporters:
- prometheus1
credentials_script:
path: /opt/fetch-credentails
schedule: 3h
timeout: 10s
fsx02:
datacenter: fsx
addr: <FSxN_ip_2>
collectors:
- Rest
- RestPerf
- Ems
exporters:
- prometheus1
credentials_script:
path: /opt/fetch-credentails
schedule: 3h
timeout: 10s
fsx01:
datacenter: fsx
addr: <FSxN_ip_1>
collectors:
- Rest
- RestPerf
- Ems
exporters:
- prometheus1
credentials_script:
path: /opt/fetch-credentails
schedule: 3h
timeout: 10s
fsx02:
datacenter: fsx
addr: <FSxN_ip_2>
collectors:
- Rest
- RestPerf
- Ems
exporters:
- prometheus1
credentials_script:
path: /opt/fetch-credentails
schedule: 3h
timeout: 10s

0 comments on commit 024eebe

Please sign in to comment.