aggiunto monitee
This commit is contained in:
59
monitee/config/configuration.yml
Normal file
59
monitee/config/configuration.yml
Normal file
@ -0,0 +1,59 @@
|
||||
#########################################
|
||||
### 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
|
Reference in New Issue
Block a user