Hello,
Im already using the built in Windows Services template, however i want to make a customer trigger that is higher severity for a certain service. The item data "state of service myservice" already exists for all of my hosts, but im having trouble referencing this item from a custom trigger. It seems like i can create this trigger for one particular host, but i'm trying to make it for the entire template, like this:
last(/Windows services by Zabbix agent active/service.info["MyService",state])=0
I can only find that item if i create the trigger using one host, like this : last(/myhostname/service.info["myService",state])=0
What am i doing wrong?
Im already using the built in Windows Services template, however i want to make a customer trigger that is higher severity for a certain service. The item data "state of service myservice" already exists for all of my hosts, but im having trouble referencing this item from a custom trigger. It seems like i can create this trigger for one particular host, but i'm trying to make it for the entire template, like this:
last(/Windows services by Zabbix agent active/service.info["MyService",state])=0
I can only find that item if i create the trigger using one host, like this : last(/myhostname/service.info["myService",state])=0
What am i doing wrong?
Comment