The article contains a solution to the problem when statistics are not displayed:
- on cluster nodes;
- on a virtual machine.
Statistics are not displayed on nodes
Description
One or more cluster nodes do not display statistics: CPU, disk, network load.
Solution
To resolve the issue:
- Connect to the server with the platform via SSH.
-
Restart the monitor service:
docker exec -it vm_box supervisorctl restart monitor
After that, the statistics will be displayed correctly.
VM statistics are not displayed
Description
In the Statistics section of the platform, the virtual machine data is not displayed.
Solution
To resolve the issue:
- Connect to the server with the platform via SSH.
-
Restart the monitor and vmwatch services:
docker exec -it vm_box supervisorctl restart monitor && supervisorctl restart vmwatch
After that, the statistics will be displayed correctly.