Does Zabbix have the same functionality as the UNIX utility called Swatch (i.e alerting us everytime a regular expression match is made in a text file)? I've read several post and the documentation about monitoring log files, all very helpful, but just can't get it to work. More specifically, watching for the regular expression "TEST" in /var/log/messages. I've setup the Item, Trigger and test by running "logger TEST" which adds a line to syslog like:
Mar 10 13:33:32 server root: TEST
Permissions on /var/log/messages have been changed to be world-readable so the zabbix user can read it but the fact remains, I'm never alerted when "TEST" appears in the log.
Thank You,
-ptader
Mar 10 13:33:32 server root: TEST
Permissions on /var/log/messages have been changed to be world-readable so the zabbix user can read it but the fact remains, I'm never alerted when "TEST" appears in the log.
Thank You,
-ptader
). It does the filtering on the Agent side but that too appears to be capped at how many lines a second it can read.
Comment