Hello,
I would like to transform the Service State of a Service (Azure/VirtualMachines/… Resource Health) based on its own Status output (the summary).
At the moment the Service is critical when the VM has been deallocated by a user.
The Summary Text even says: “This virtual machine is stopped and deallocated as requested by an authorized user or process., Reason: Customer Initiated”
I would like to change the Service Status to OK if the summary includes this text, but to be critical if not.
The Service State translation Rule unfortunately can only remap states forever, not dynamically based on some condition.

I found several posts asking for the same feature, but so far I found no solution other than deleting the Host from monitoring via Dynamic Host Management - which is not what I want. I’d also like to use that “translation based on summary” with other Services.
Is there even a solution or is this just not possible?
Thank you in advance!