Hi,
is there a way to use tag negation in aggregated items?
Something like that:
sum(last_foreach(/*/zabbix[host,agent,available]?[group="ABC" and NOT tag="Status:Maintenance"]))
Couldn't find anything in the documentation. I've tried using tag!="Status:Maintenance" and tag<>"Status:Maintenance" which unfortunately doesn't work.
Thanks
is there a way to use tag negation in aggregated items?
Something like that:
sum(last_foreach(/*/zabbix[host,agent,available]?[group="ABC" and NOT tag="Status:Maintenance"]))
Couldn't find anything in the documentation. I've tried using tag!="Status:Maintenance" and tag<>"Status:Maintenance" which unfortunately doesn't work.
Thanks