summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-11-20 09:54:57 +0100
committerGitHub <noreply@github.com>2021-11-20 09:54:57 +0100
commit199a5e290c19e54b671616a74695d919a8597597 (patch)
tree0fb13336369434f0cb7f020143d79e8a3818ebbf
parente74ed678807d8ccd40453bbe01246c58920c9dd1 (diff)
parent55523167a7345ea46b905d0e22db18ddc7ef76ee (diff)
Merge pull request #1954 from NefixEstrada/patch-1
Fix Grafana CPU temperature panel
-rw-r--r--conf/glances-grafana.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/glances-grafana.json b/conf/glances-grafana.json
index 2c8063a0..39380285 100644
--- a/conf/glances-grafana.json
+++ b/conf/glances-grafana.json
@@ -389,8 +389,8 @@
"tags": [
{
"key": "hostname",
- "operator": "=",
- "value": "XPS13-9333"
+ "operator": "=~",
+ "value": "/^$host$/"
}
],
"target": ""
@@ -2190,8 +2190,8 @@
{
"condition": "AND",
"key": "hostname",
- "operator": "=",
- "value": "XPS13-9333"
+ "operator": "=~",
+ "value": "/^$host$/"
}
]
}
@@ -2616,4 +2616,4 @@
"title": "Glances",
"uid": "000000002",
"version": 4
-} \ No newline at end of file
+}