Hi,
I want to monitor windows logs. From MS I found that there are "Event Types" of "Information", "Warning", "Error", ..."Failure".
I have an active zabbix agent item eventlog[Application]. Now I want to have a trigger that triggers if Event Type > "Error". In the zabbix doc I found the function logseverity.
How can I map MS's "Event Type" to logseverity? Just Number 3, so definening a trigger like:
{MyTemplate::[Application].logseverity(0)}>2
Thanks for any help.
Michael.
I want to monitor windows logs. From MS I found that there are "Event Types" of "Information", "Warning", "Error", ..."Failure".
I have an active zabbix agent item eventlog[Application]. Now I want to have a trigger that triggers if Event Type > "Error". In the zabbix doc I found the function logseverity.
How can I map MS's "Event Type" to logseverity? Just Number 3, so definening a trigger like:
{MyTemplate::[Application].logseverity(0)}>2
Thanks for any help.
Michael.
. So maybe you want Event Type
Comment