How i can monitor log file (windows). File format is log_yearmonthday.log (log_20110406.log).
I try alias in zabbix_agentd.conf
Alias=test.log:"C:\log_%date:~9,4%%date:~6,2%%date :~3,2%.log"
and item
zabbix_agent active
log[test.log,,,100]
result is not supported
Can some one help me.
Br. MMK
I try alias in zabbix_agentd.conf
Alias=test.log:"C:\log_%date:~9,4%%date:~6,2%%date :~3,2%.log"
and item
zabbix_agent active
log[test.log,,,100]
result is not supported
Can some one help me.
Br. MMK
That is why they allow wild cards and pattern matching. The before mentioned item should pick up on newly created logfiles.
Comment