add additional collectors to process exporter

Change-Id: I2c1055103a89663920cb309c714658caa3a74e05
This commit is contained in:
Rakesh Patnaik 2018-03-20 01:30:54 +00:00 committed by Steve Wilkerson
parent 3c66523aab
commit 25f811d35a
2 changed files with 10 additions and 0 deletions

View File

@ -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 }}

View File

@ -138,3 +138,6 @@ manifests:
daemonset: true
job_image_repo_sync: true
service: true
conf:
ntp_server_ip: 127.0.0.1