Hello! I'm building template for Hyper-V cluster monitoring via WMI. I want only use condition rules on hosts which is current cluster master. To identify cluster master I have specific item wmi_cluster_master.
I have WMI items and depending LLDs to retrieve cluster related information.
I'm looking for solution to enable or disable LLD based on condition like:
if (wmi_cluster_master == {HOST.NAME}) then {Enable LLDs} else {Disable LLDs}
Just want to process LLD on current cluster master and do nothing on other members.
Do anybody can suggest idea?
I have WMI items and depending LLDs to retrieve cluster related information.
I'm looking for solution to enable or disable LLD based on condition like:
if (wmi_cluster_master == {HOST.NAME}) then {Enable LLDs} else {Disable LLDs}
Just want to process LLD on current cluster master and do nothing on other members.
Do anybody can suggest idea?
Comment