We run VMs in remote data centers. We are responsible for the VM, but not for the hypervisor.
We want to detect changes in the resources of the VM.
Example:
- VM has 10GByte memory - everything is fine
- Remote data center changes its setting, we only get 7 GByte and forgets to inform us.
- Customer calls us: Our service is slow
- Since the customer is responsible for the remote data center, I want to detect since when we have less resources.
I could solve this with some scripts, but I would like to reuse an existing tool.
How to track this?