docker-compose/monitee/config/configuration.yml

59 lines
1.2 KiB
YAML
Raw Normal View History

2024-12-26 18:54:12 +01:00
#########################################
### sys-API user configuration ###
#########################################
metricsConfig:
monitor:
interval: 45
unit: SECONDS
history:
interval: 30
unit: MINUTES
purging:
olderThan: 14
unit: DAYS
purgeEvery: 1
purgeEveryUnit: DAYS
cache:
enabled: false
duration: 5
unit: SECONDS
user:
username: user
password: super-secret-password
windows:
enableOhmJniWrapper: true
eventLog:
enabled: true
serviceManagement:
enabled: true
linux:
journalLogs:
enabled: true
systemDaemonServiceManagement:
enabled: true
# web interface for running queries
graphQLPlayGround:
enabled: false
# docker management and metrics support
docker:
enabled: true
connectivityCheck:
enabled: true
address: https://ifconfig.me
updateCheck:
enabled: true
address: https://api.github.com
user: krillsson
repo: sys-api
# advertise service in local network for easier client setup
mDNS:
enabled: true
upnp:
enabled: true
forwardHttpToHttps: false
selfSignedCertificates:
enabled: true
## automatically put external IP in CN
populateCN: true
## automatically put internal IPs in SAN
populateSAN: true