I've been using the Apache monitoring script here:
http://www.zabbix.com/wiki/templates/apache
And found that I was getting lots of log messages on my agents like this:
10213:20121024:163943.612 Active check [apache[localhost,TotalAccesses]] is not supported. Disabled.
10213:20121024:163943.612 Active check [apache[localhost,TotalkBytes]] is not supported. Disabled.
According to the docs, the Item Type really should be a Trapper:
http://www.zabbix.com/documentation/...mtypes/trapper
Changing that fixed the issue - no more 'not supported' log messages, and data still comes in fine.
http://www.zabbix.com/wiki/templates/apache
And found that I was getting lots of log messages on my agents like this:
10213:20121024:163943.612 Active check [apache[localhost,TotalAccesses]] is not supported. Disabled.
10213:20121024:163943.612 Active check [apache[localhost,TotalkBytes]] is not supported. Disabled.
According to the docs, the Item Type really should be a Trapper:
http://www.zabbix.com/documentation/...mtypes/trapper
Changing that fixed the issue - no more 'not supported' log messages, and data still comes in fine.