start scraping the /var/log directory for prometheus text files
This commit is contained in:
parent
477bbfbd06
commit
706e4605fb
1 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,9 @@ alertmanager:
|
||||||
mountPath: /etc/alertmanager/telegram-token
|
mountPath: /etc/alertmanager/telegram-token
|
||||||
subPath: ""
|
subPath: ""
|
||||||
secretName: telegram-api
|
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'
|
||||||
|
|
Loading…
Reference in a new issue