mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
Fix Grafana CPU temperature panel
It had a specific host, with this fix it will work for all hosts
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user