Hi all,
I'm trying to compare if the virus definition version on clients is equal the one on the server.
When I try to add this trigger in Template_Client:
I get this error:
I'm wondering is this is supported by Zabbix.
I'm trying to compare if the virus definition version on clients is equal the one on the server.
When I try to add this trigger in Template_Client:
Code:
{Template_Client:sep.av.update[-target, client, -key, raw].last(0)}#{server:sep.av.update[-target, server, -key, raw].last(0)}
Code:
- Added trigger "Symantec Endpoint Protection Antivirus definition is out of sync on {HOSTNAME}" to host "Template_Client"
- Missing key "sep.av.update[-target, server, -key, raw]" for host "Template_Windows"
Comment