Hello,
I am wondering if it is possible to use tags in the trigger expression? We do not wish to execute the trigger if its host has a specific tag.
I imagine my pseudo expression to look like this where {HOST.TAG.run_trigger} is all imaginary.
My issue is that we have servers in certain unstable regions that creates a lot of alerts & problems (as expected). But we do not wish the some triggers to go crazy about this, but still collect the data via our Items. Basically we wish to disable some triggers if they have a specific tag name or value.
I am wondering if it is possible to use tags in the trigger expression? We do not wish to execute the trigger if its host has a specific tag.
I imagine my pseudo expression to look like this where {HOST.TAG.run_trigger} is all imaginary.
Code:
last(/MyTemplate/net.tcp.listen[9000])<>1 and {HOST.TAG.run_trigger}=false
Comment