VMware Cloud Community
GildasDeclercq
Contributor
Contributor

DRS monitoring automation level.

Hi all,

It happens that for some maintenance reason we, the vmware admin team, set the DRS automation to "manual".

As we are humain, we may forget to set it back to "fully automated".

I know how to check the DRS level using powercli, but I would like to have an alarm on the vcenter so this DRS status is monitored in compliance with our standards.

I had a look around in documentation, and forums. I can't find anything.

Am I missing something ? Maybe I should think of another way to satisfy my need ? (which is : "be informed in vcenter interface that DRS is not on fully auto")

thanks for your replies / hints.

regards

Gildas

0 Kudos
2 Replies
Nick_Andreev
Expert
Expert

Create a custom alarm. Choose "Cluster" in Alarm Type and try "DRS disabled" and "DRS enabled" triggers.

---
If you found my answers helpful please consider marking them as helpful or correct.
VCIX-DCV, VCIX-NV, VCAP-CMA | vExpert '16, '17, '18
Blog: http://niktips.wordpress.com | Twitter: @nick_andreev_au
0 Kudos
vijayrana968
Virtuoso
Virtuoso

No Specific alarms are defined by default for this in vSphere. However you can create some custom alarms for this.

- Set Alarm type to Monitor 'Clusters'

- Create alarm for 'DRS Enabled'

- Create alarm for 'DRS Disabled'

Capture.JPG

You might also want to monitor cluster status, 'Cluster Status Changed' and 'Cluster Overcommited' event can be used for that.

Automation level can be set through powercli :

Set-Cluster Cluster -DRSEnabled $True -DRSAutomationLevel - FullyAutomated

Please remember to mark the replies as helpful/answers if they help and un-mark them if they provide no help.

0 Kudos