add additional collectors to process exporter
Change-Id: I2c1055103a89663920cb309c714658caa3a74e05
This commit is contained in:
parent
3c66523aab
commit
25f811d35a
@ -62,6 +62,13 @@ spec:
|
||||
containers:
|
||||
- name: node-exporter
|
||||
{{ tuple $envAll "node_exporter" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
args:
|
||||
- --collector.ntp
|
||||
- --collector.ntp.server={{ .Values.conf.ntp_server_ip }}
|
||||
- --collector.meminfo_numa
|
||||
- --collector.bonding
|
||||
- --collector.megacli
|
||||
- --collector.mountstats
|
||||
ports:
|
||||
- name: metrics
|
||||
containerPort: {{ .Values.network.node_exporter.port }}
|
||||
|
@ -138,3 +138,6 @@ manifests:
|
||||
daemonset: true
|
||||
job_image_repo_sync: true
|
||||
service: true
|
||||
|
||||
conf:
|
||||
ntp_server_ip: 127.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user