blob: 3cb6460287dbb6eb5e0f561c51c8a6440fc5ebe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Mandatory
restlos.api.host: mamat-monitoringapi.infra.server.lan
# Optional, default value is 'https'
restlos.api.protocol: https
# Optional, default value is '443'
restlos.api.port: 443
# Optional, default value is $USER
restlos.auth.username: USERNAME
# Mandatory
restlos.auth.password.enc: PASSWORDBASE64ENCODED
# Optional, default value is '1'
backups.disable: 1
# Optional, default value is '7'
backups.keep.days: 0.1
# Optional, default value is '~/.mon'
backups.dir: ~/.mon
|