Hello,
I'm new to Zabbix, and I'm having quite a bit of trouble setting up a log monitor. I can't determine if the Active Agent is not working at all, or if my log item/trigger is setup incorrectly.
I'm trying to monitor a log file that looks like:
QA4 :: 1354371771 :: 020_grid_progress :: M020_grid_progress :: alert :: Grid recovery completed on Sat Dec 1 09:22:49 2012: There were 17 active application(s) when the grid controller went down. 3 application(s) have been recovered. The state of 11 applications has been reacquired.3 application(s) failed to be recovered. See the controller system log for details.
I've setup the following trigger:
(({LOG_HOST:log[/var/log/ald.log,,,5000,].regexp(":: alert ::")})#0)
When looking at the trigger screen, everything initially is fine (green check in the error column). However once I update the item or trigger, I get a red X in the error column with a message: "Trigger expression updated. No status update so far." It's been like that for over an hour.
I don't see anything useful in the agent logs, but there is an interesting message in the server log:
16214:20121203:130837.458 cannot send list of active checks to [10.1.0.5]: host [zabbix01.local] not found
When I configured Zabbix, I set "zabbix01.local" as the optional name.
My agent configuration has
Server=zabbix01.local
ServerActive=10.1.05 # This IP matches the fqdn from "Server=" directly above.
Does anyone know how to fix this problem? Any help is greatly appreciated.
Thanks,
I'm new to Zabbix, and I'm having quite a bit of trouble setting up a log monitor. I can't determine if the Active Agent is not working at all, or if my log item/trigger is setup incorrectly.
I'm trying to monitor a log file that looks like:
QA4 :: 1354371771 :: 020_grid_progress :: M020_grid_progress :: alert :: Grid recovery completed on Sat Dec 1 09:22:49 2012: There were 17 active application(s) when the grid controller went down. 3 application(s) have been recovered. The state of 11 applications has been reacquired.3 application(s) failed to be recovered. See the controller system log for details.
I've setup the following trigger:
(({LOG_HOST:log[/var/log/ald.log,,,5000,].regexp(":: alert ::")})#0)
When looking at the trigger screen, everything initially is fine (green check in the error column). However once I update the item or trigger, I get a red X in the error column with a message: "Trigger expression updated. No status update so far." It's been like that for over an hour.
I don't see anything useful in the agent logs, but there is an interesting message in the server log:
16214:20121203:130837.458 cannot send list of active checks to [10.1.0.5]: host [zabbix01.local] not found
When I configured Zabbix, I set "zabbix01.local" as the optional name.
My agent configuration has
Server=zabbix01.local
ServerActive=10.1.05 # This IP matches the fqdn from "Server=" directly above.
Does anyone know how to fix this problem? Any help is greatly appreciated.
Thanks,
Comment