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

@ -8,3 +8,8 @@ alertmanager:
subPath: ""
secretName: telegram-api
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'