Hi all, I'm working all the day and come to no solution... 
What I'm trying to do is to trigger an alert when a user (administrator) logs on a windows machine.
So what I've done till now:
Configured the zabbix_agentd.conf: inserted the hostname
Created an item: Eventlog Security with type zabbix agent (active), key eventlog[Security], type of information Log
Created a trigger VARIOUS TRIGGER like this two one
({__Server.Win32:eventlog[Security].str(Successful Logon: User Name: administrator)}=1)
({__Server.Win32:eventlog[Security].logsource(Security)}=1)&({__Server.Win32:eventlog[Security].str(Successful Network Logon: User Name: administrator)}=1)
In the recived data I can see:
[2009.Aug.07 15:52:22] 2009.Aug.07 15:52:19 Security Unknown Successful Logon: User Name: administrator
So I supposed that when a user administrator logs in it shoukld fire up a trigger, but the trigger remains allways in FALSE state.
Soes someone solved this problem?
Thanks in advance for any help, Gianluca

What I'm trying to do is to trigger an alert when a user (administrator) logs on a windows machine.
So what I've done till now:
Configured the zabbix_agentd.conf: inserted the hostname
Created an item: Eventlog Security with type zabbix agent (active), key eventlog[Security], type of information Log
Created a trigger VARIOUS TRIGGER like this two one
({__Server.Win32:eventlog[Security].str(Successful Logon: User Name: administrator)}=1)
({__Server.Win32:eventlog[Security].logsource(Security)}=1)&({__Server.Win32:eventlog[Security].str(Successful Network Logon: User Name: administrator)}=1)
In the recived data I can see:
[2009.Aug.07 15:52:22] 2009.Aug.07 15:52:19 Security Unknown Successful Logon: User Name: administrator
So I supposed that when a user administrator logs in it shoukld fire up a trigger, but the trigger remains allways in FALSE state.
Soes someone solved this problem?
Thanks in advance for any help, Gianluca
Comment