I recently upgraded to Zabbix v1.4 and am now in the process of organizing everything better.
I used to have all items and triggers in the windows_t template. I now have an Exchange template for monitoring my Exchange servers, a SQL template for the database servers, etc. I used the Copy function to copy the items from the windows_t template to the appropriate new one, then deleted it from windows_t. I want to do that now with the triggers, but I am getting an error: "Missing key 'eventlog[Application]' for host 'Exchange'"
The Trigger expression is: ({Windows_t:eventlog[Application].logsource(MSExchangeIS Mailbox Store)}=1)&({Windows_t:eventlog[Application].logseverity(2)}=2)
Apparently it's looking for the event log item in the Exchange template and not finding it, which makes sense. When I tried copying the expression directly into a new trigger form while in the Exchange template, it simply created it under the Windows_t template instead.
Is there a way to reference items from a different template?
I used to have all items and triggers in the windows_t template. I now have an Exchange template for monitoring my Exchange servers, a SQL template for the database servers, etc. I used the Copy function to copy the items from the windows_t template to the appropriate new one, then deleted it from windows_t. I want to do that now with the triggers, but I am getting an error: "Missing key 'eventlog[Application]' for host 'Exchange'"
The Trigger expression is: ({Windows_t:eventlog[Application].logsource(MSExchangeIS Mailbox Store)}=1)&({Windows_t:eventlog[Application].logseverity(2)}=2)
Apparently it's looking for the event log item in the Exchange template and not finding it, which makes sense. When I tried copying the expression directly into a new trigger form while in the Exchange template, it simply created it under the Windows_t template instead.
Is there a way to reference items from a different template?
Comment