feat(ext/metricbeat): Add switch to disable monit modules

This commit is contained in:
Antoine Cotten 2022-11-18 19:20:46 +01:00
parent 0e7fa390b4
commit 4961f99438
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 3 additions and 0 deletions

View File

@ -22,16 +22,19 @@ metricbeat.modules:
password: ${REMOTE_MONITORING_USER_PASSWORD}
xpack.enabled: true
period: 10s
enabled: true
- module: logstash
hosts: [ http://logstash:9600 ]
xpack.enabled: true
period: 10s
enabled: true
- module: kibana
hosts: [ http://kibana:5601 ]
username: remote_monitoring_user
password: ${REMOTE_MONITORING_USER_PASSWORD}
xpack.enabled: true
period: 10s
enabled: true
- module: docker
metricsets:
- container