Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

fixed dashboards and added new var -- node-exporter v0.16.0+ #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed dashboards and added new var -- node-exporter v0.16.0+ #57

wants to merge 1 commit into from

Conversation

wguto
Copy link

@wguto wguto commented Jan 23, 2019

This fixes the problems of not getting data points on the dashboards.
The reason for this is that the metrics were out of date. When updating the metrics you will also need a new variable.
It is all fixed in this PR.

@fauzan-n
Copy link

fauzan-n commented Jul 5, 2019

@wguto can you tell us how to install this plugin with your commited version?

I tried to change the Json Directly but it doesn't reload

@ddy86
Copy link

ddy86 commented Jul 11, 2019

@x-fauzan-x

  1. git clone https://github.com/wguto/kubernetes-app.git
  2. delete the old grafana's kubernetes-app plugin dir or move out of the plugins dir, and then move the git dir to grafana's plugin.
    My grafana pod config is
"volumeMounts": [
          {
            "name": "nfs-kube-system",
            "mountPath": "/var/lib/grafana",
            "subPath": "grafana"
          }
]

so, the plugin dir is nfs/grafana/plugins
3. restart the grafana pod.

@discostur
Copy link

@Daiyoung doesn't work for me ... i have node exporter v0.18.0 deployed and the new dashboards with the fixes from your repo are still broken

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants