Skip to content

Commit

Permalink
Update VMware_All_Cluster_SuperStats.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rschitz committed Dec 28, 2022
1 parent 29dd7b2 commit 0879c1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
},
{
"aliasColors": {
"vm.dead": "dark-red",
"vm.zombie": "dark-red",
"vm.on": "#1F78C1",
"vm.registered": "#BA43A9"
},
Expand Down Expand Up @@ -597,7 +597,7 @@
"yaxis": 2
},
{
"alias": "vm.dead",
"alias": "vm.zombie",
"dashes": true,
"fill": 0,
"stack": false,
Expand Down Expand Up @@ -627,7 +627,7 @@
},
{
"refId": "D",
"target": "alias(sumSeries(removeEmptySeries(removeBelowValue(vmw.$vcenter.$datacentre.$cluster.runtime.vm.dead, 1))), 'vm.dead')"
"target": "alias(sumSeries(removeEmptySeries(removeBelowValue(vmw.$vcenter.$datacentre.$cluster.runtime.vm.dead, 1))), 'vm.zombie')"
}
],
"thresholds": [],
Expand Down

0 comments on commit 0879c1c

Please sign in to comment.