21 lines
434 B
YAML
21 lines
434 B
YAML
logging:
|
|
tofile: false # Use "true" to redirect output to a file.
|
|
filename: pbxsync.log # select filename of the logfile.
|
|
level: INFO # Set loglevel
|
|
format: "%(asctime)s [%(levelname)s] %(message)s" #Set log format
|
|
general:
|
|
interval: 10 #seconds
|
|
influx:
|
|
url: http://192.168.146.251:8086
|
|
secret:
|
|
org: Alarm24
|
|
bucket: PBXAct
|
|
mariadb:
|
|
host: 192.168.130.9
|
|
database: asteriskcdrdb
|
|
user: influx
|
|
password:
|
|
|
|
|
|
|