With a new install of 1.8 (and updated to 1.8.1), I haven't bee able to make item, either custom or built-in, work correctly.
Zabbix_get seems to be able to get it from the host, even the agent is able to pull the items, but in the web front end I keep getting "Not supported"
From the zabbix server:
From the client:
Zabbix_get seems to be able to get it from the host, even the agent is able to pull the items, but in the web front end I keep getting "Not supported"
From the zabbix server:
Code:
[root@cc1lxa10 zabbix-1.8.1]# tail -f /var/log/zabbix/zabbix_server.log| grep Cc1lnx1 5460:20100201:122047.943 Item [Cc1lnx1:net.if.out[bond0,bytes]] error: Not supported by Zabbix Agent 5460:20100201:122047.943 Parameter [Cc1lnx1:net.if.out[bond0,bytes]] is not supported by agent Old status [0] 5459:20100201:122051.863 Item [Cc1lnx1:net.if.in[bond0,bytes]] error: Not supported by Zabbix Agent 5459:20100201:122051.863 Parameter [Cc1lnx1:net.if.in[bond0,bytes]] is not supported by agent Old status [0] [root@cc1lxa10 zabbix-1.8.1]# zabbix_get -s Cc1lnx1 -k net.if.out[bond0,bytes] 39443331162366 [root@cc1lxa10 zabbix-1.8.1]# zabbix_get -s Cc1lnx1 -k net.if.in[bond0,bytes] 261724664984488 [root@cc1lxa10 zabbix-1.8.1]#
Code:
[zabbix@cc1lnx1 ~]$ /usr/local/sbin/zabbix_agentd -t net.if.in[bond0,bytes] net.if.in[bond0,bytes] [u|261791676033145] [zabbix@cc1lnx1 ~]$ /usr/local/sbin/zabbix_agentd -t net.if.out[bond0,bytes] net.if.out[bond0,bytes] [u|39451261554551] [zabbix@cc1lnx1 ~]$
Comment