-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathborg.conf
25 lines (21 loc) · 1.04 KB
/
borg.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# update_every sets the default data collection frequency.
# If unset, the python.d.plugin default is used.
update_every: 60
# priority controls the order of charts at the netdata dashboard.
# Lower numbers move the charts towards the top of the page.
# If unset, the default for python.d.plugin is used.
# priority: 60000
# penalty indicates whether to apply penalty to update_every in case of failures.
# Penalty will increase every 5 failed updates in a row. Maximum penalty is 10 minutes.
# penalty: yes
# autodetection_retry sets the job re-check interval in seconds.
# The job is not deleted if check fails.
# Attempts to start the job are made once every autodetection_retry.
# This feature is disabled by default.
autodetection_retry: 1800
repositoryA:
name: "repositoryA" # the JOB's name as it will appear on the dashboard
repository: "ssh://[email protected]/./repositoryA.borg/"
repositoryB:
name: "repositoryB" # the JOB's name as it will appear on the dashboard
repository: "ssh://[email protected]/./repositoryB.borg/"