I'm trying to create a simple widget that shows the memory utilization of our servers. I'm running into the problem that only 1 of the (at this moment) 4 servers is shown. By checking the latest data between the different servers, I found that there is a difference in the items key. The server that is shown in the widget, has an key with the value:
vm.memory.util[memoryUsedPercentage.4]
The servers that aren't shown have a key value of:
vm.memory.util[memoryUsedPercentage.5]
When creating a widget, I choose "Item value" as data. As Item, I'm choosing "Physical Memory: Memory utilization". This is the only entity I can choose for physical memory, but apparently it is mapped to the value vm.memory.util[memoryUsedPercentage.4.
How can I solve this?
vm.memory.util[memoryUsedPercentage.4]
The servers that aren't shown have a key value of:
vm.memory.util[memoryUsedPercentage.5]
When creating a widget, I choose "Item value" as data. As Item, I'm choosing "Physical Memory: Memory utilization". This is the only entity I can choose for physical memory, but apparently it is mapped to the value vm.memory.util[memoryUsedPercentage.4.
How can I solve this?
Comment