I have a task to create Windows Event critical event in Zabbix for ADFS server:
Event ID 385: AD FS detected that one or more certificates in AD FS configuration database need to be updated manually because they are expired, or will expire soon.
At the moment, there is NO Event ID 385 in Windows Event Viewer on ADFS server. So, this trigger is impossible to test and make sure it is working. For that purpose, I took Event ID 7031 and configured it accordingly.
Item (Zabbix agent active) was created with below parameters:
eventlog[System,,,,^7031$,,]
Trigger was created:
logeventid(/server.name/eventlog7031[System,,,,^7031$,,],#1,"7031")=1
PROBLEM event generation mode - Multiple.
Zabbix agent configuration file parameters:
Server=Zabbix.server.name
Hostname=server.name (the same name in Zabbix program)
LogFile=C:\Program Files\Zabbix\zabbix_agentd.log
eventlog[System,,,,^7031$,,]
I did all possible ways to get it work but no result.
Please help me to identify the syntaxis or possible ways to get it working.
Many thanks.
Event ID 385: AD FS detected that one or more certificates in AD FS configuration database need to be updated manually because they are expired, or will expire soon.
At the moment, there is NO Event ID 385 in Windows Event Viewer on ADFS server. So, this trigger is impossible to test and make sure it is working. For that purpose, I took Event ID 7031 and configured it accordingly.
Item (Zabbix agent active) was created with below parameters:
eventlog[System,,,,^7031$,,]
Trigger was created:
logeventid(/server.name/eventlog7031[System,,,,^7031$,,],#1,"7031")=1
PROBLEM event generation mode - Multiple.
Zabbix agent configuration file parameters:
Server=Zabbix.server.name
Hostname=server.name (the same name in Zabbix program)
LogFile=C:\Program Files\Zabbix\zabbix_agentd.log
eventlog[System,,,,^7031$,,]
I did all possible ways to get it work but no result.
Please help me to identify the syntaxis or possible ways to get it working.
Many thanks.
Comment