GitHub user chunkyen edited a comment on the discussion: 4.22 Missing CPU/Mem Storage and Network stats from dashboard
Ok, I found the culprit after examining the management log files. It is related to backup provider: > ERROR [c.c.a.AlertManagerImpl] (CapacityChecker:[ctx-1be179aa]) > (logid:93156341) Exception in CapacityChecker > com.cloud.utils.exception.CloudRuntimeException: Failed to find backup > provider by the name: nas, networker I tried to add multiple backup provider as shown in the helper text, but it resulted in the above error and also somehow affected the CapcityChecker that is responsible to display the stats on the dashboard. Removing it solves the issue. However, question remains on how to add multiple backup provider without affecting the dashboard, or adding multiple providers is not supported? (The helper text seems to suggest that this is doable) <img width="1300" height="99" alt="image" src="https://github.com/user-attachments/assets/ef29d124-b42c-40a2-be7f-2af72ca373ad" /> GitHub link: https://github.com/apache/cloudstack/discussions/12437#discussioncomment-15512795 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
