I have the standard template with the expression:
last(/VMNAME/vmware.vm.state[{$VMWARE.URL},{$VMWARE.VM.UUID}],#3) <> 2
Unfortunately, an event is generated very often.
Is there any way to “fine-tune” this more? I believe that as soon as a VM is migrated via vMotion or something else, the trigger smoke is triggered.
last(/VMNAME/vmware.vm.state[{$VMWARE.URL},{$VMWARE.VM.UUID}],#3) <> 2
Unfortunately, an event is generated very often.
Is there any way to “fine-tune” this more? I believe that as soon as a VM is migrated via vMotion or something else, the trigger smoke is triggered.
"last(/host/item,#3)..." means 3rd value from the end... So it triggers 3 minutes after something has happened...
Comment