start scraping the /var/log directory for prometheus text files

This commit is contained in:
Aaron Riedel 2023-04-20 06:03:40 +02:00
parent 477bbfbd06
commit 706e4605fb
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -7,4 +7,9 @@ alertmanager:
mountPath: /etc/alertmanager/telegram-token
subPath: ""
secretName: telegram-api
readOnly: true
readOnly: true
prometheus-node-exporter:
extraArgs:
- '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'
- '--collector.textfile.directory=/host/root/var/log/'
- '--collector.ethtool'