-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathzsys.conf
27 lines (27 loc) · 908 Bytes
/
zsys.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
26
27
history:
# Keep at least n history entry per unit of time if enough of them are present
# The order condition the bucket start and end dates (from most recent to oldest)
gcstartafter: 1
keeplast: 20 # Minimum number of recent states to keep.
# - name: Abitrary name of the bucket
# buckets: Number of buckets over the interval
# bucketlength: Length of each bucket in days
# samplesperbucket: Number of datasets to keep in each bucket
gcrules:
- name: PreviousDay
buckets: 1
bucketlength: 1
samplesperbucket: 3
- name: PreviousWeek
buckets: 5
bucketlength: 1
samplesperbucket: 1
- name: PreviousMonth
buckets: 4
bucketlength: 7
samplesperbucket: 1
general:
# Minimal free space required before taking a snapshot
minfreepoolspace: 20
# Daemon timeout in seconds
timeout: 60