Merge "add additional collectors to process exporter"

This commit is contained in:
Zuul 2018-03-29 19:41:34 +00:00 committed by Gerrit Code Review
commit a573d42b68
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