mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Fix #2 Display right swap value in stack
This commit is contained in:
parent
dbf9451d05
commit
6abbd3c09b
|
@ -1151,6 +1151,10 @@
|
|||
{
|
||||
"alias": "/.*RAM Used*./",
|
||||
"stack": false
|
||||
},
|
||||
{
|
||||
"alias": "/.*SWAP Used*./",
|
||||
"stack": false
|
||||
}
|
||||
],
|
||||
"span": 6,
|
||||
|
@ -11631,5 +11635,5 @@
|
|||
},
|
||||
"timezone": "browser",
|
||||
"title": "Node Exporter Full",
|
||||
"version": 10
|
||||
"version": 11
|
||||
}
|
Loading…
Reference in a new issue