Ad Widget

Collapse

Enable discovery rule based on one item using other item value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • artyomtsybulkin
    Junior Member
    • Sep 2018
    • 3

    #1

    Enable discovery rule based on one item using other item value

    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?
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    https://www.zabbix.com/documentation...overy#override Overrides?

    Comment

    Working...