Hello all:
I'm monitoring a Squid proxy using the program squidclient with UserParameter. In zabbix_agentd.conf in the proxy machine I wrote:
When I test the return:
Zabbix_agentd is 1.1.1. In the Server side (Zabbix 1.1) the Web frontend displays the item as "unsupported".
The log in the zabbix_server I have:
What's the problem?
fricardo
I'm monitoring a Squid proxy using the program squidclient with UserParameter. In zabbix_agentd.conf in the proxy machine I wrote:
Code:
UserParameter=squid.requests,squidclient mgr:info|grep 'Average HTTP'|cut -d':' -f2
Code:
# zabbix_agentd -t squid.requests squid.requests [t| 1190.5]
The log in the zabbix_server I have:
Code:
011021:20060830:105516 Type of received value [ 1188.2] is not sutable for [squid.requests@xxxx] having type [0] 011021:20060830:105516 Parameter [squid.requests] is not supported by agent on host [xxxx] Old status [0] 011021:20060830:105516 Type of received value [ 1188.2] is not sutable for [squid.requests@xxxx] having type [0]
fricardo
.
Comment