diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-03 18:04:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-03 18:04:39 -0700 |
commit | de182f8ca7624535fa15810e717be64f0a72e538 (patch) | |
tree | d830e135ae248719f6ed7bf9c13aab7bbca6fa99 | |
parent | users: ensure I'm in the docker group (diff) | |
download | world-de182f8ca7624535fa15810e717be64f0a72e538.tar.gz |
grafana: show last 6 hours for node exporter
Diffstat (limited to '')
-rw-r--r-- | hosts/common/server/dashboards/node-exporter.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/server/dashboards/node-exporter.json b/hosts/common/server/dashboards/node-exporter.json index 55c12bb..44356fa 100644 --- a/hosts/common/server/dashboards/node-exporter.json +++ b/hosts/common/server/dashboards/node-exporter.json @@ -14081,7 +14081,7 @@ ] }, "time": { - "from": "now-24h", + "from": "now-6h", "to": "now" }, "timepicker": { @@ -14113,4 +14113,4 @@ "title": "Node Exporter Full", "uid": "rYdddlPWk", "version": 67 -} \ No newline at end of file +} |