Forum Discussion
Ramanan16
Jan 24, 2021Copper Contributor
How to Monitoring RAM Size
Hi Team, I want to monitoring VM RAM size. So that if the RAM size got increased i will be notified. Is it possible?
Ramanan16
Jan 26, 2021Copper Contributor
Thanks for your time and the details. But, the "Available Memory" metrics will show only the remaining unused Memory on the VM. It will not show the Total Memory on that VM. All i need is if the VM has 16GB RAM, i need to monitor it and should get the alert if the RAM size get upgraded or downgraded.
ibnmbodji
Jan 26, 2021Iron Contributor
Hi
You cannot upgrade the memory without picking a new size for the VM . In this case you can use native administrative signal logic and have condition like this to trigger an alert :
Whenever the Activity Log has an event with Category='Administrative', Signal name='Create or Update Virtual Machine (Microsoft.Compute/virtualMachines)'
With Application Change analysis you can preview and see what was the old and new value for the size