Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update Remote config section in checker.example.yml #87

Open
wants to merge 1 commit into
base: release/2.7.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion checker.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,16 @@ remote:
check_interval: 60s
# Don't fetch metrics older than this value from remote storage
metrics_ttl: 168h
# Maximum timeout for HTTP-request made to Graphite HTTP API
# Maximum timeout for HTTP-request made to Graphite HTTP API, default is 60s
timeout: 60s
# Retry seconds for remote requests divided by spaces,
# default is empty, i.e. no retries on trigger checks
retry_seconds: "1 10 30 300"
# Maximum timeout for remote api health check requests, default is 60s
health_check_timeout: "5s"
# Retry seconds for remote api health check requests divided by spaces,
# default is "1 1", i.e. three attempts separated by 1s
health_check_retry_seconds: "1 1 1"`
log:
log_file: stdout
log_level: info