-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
- Loading branch information
1 parent
24aba2e
commit 0b46918
Showing
2 changed files
with
10 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
receivers: | ||
purefa: | ||
endpoint: https://172.0.0.0:9490/metrics/ | ||
endpoint: http://172.31.60.208:9490/metrics | ||
|
||
purefa/with_custom_intervals: | ||
endpoint: https://172.0.0.0:9490/metrics/ | ||
endpoint: http://172.31.60.208:9490/metrics | ||
arrays: | ||
- address: gse-array01 | ||
auth: bearertokenauth/array01 | ||
- address: gse-array02 | ||
auth: bearertokenauth/array02 | ||
- address: gse-array01 | ||
auth: | ||
authenticator: bearertokenauth/array01 | ||
- address: gse-array02 | ||
auth: | ||
authenticator: bearertokenauth/array02 | ||
settings: | ||
reload_intervals: | ||
array: 10s | ||
host: 1m | ||
volume: 2m | ||
pods: 15s | ||
directories: 15s |