hey -- i've defined a UserParameter in zabbix_agentd.conf, restarted the agent, and created the item:
x.sensor,sensors|grep "$1"|cut -c15-16|sens.sh (the script calculates the average temp and echoes the value)
Item: Type(Zabbix agent(active)), Key(x.sensor[Core 0]), Type of information(Numeric(unsigned)), Data type(Decimal), Units(C)
Zabbix runs the item every 30 sec, but returns a value of 0. The item stays 'Active'
When I run zabbix_get -s <host> -k x.sensor[Core 0] from the agent host I get a blank value back, when I run it from the server I get ZBX_NOTSUPPORTED.
What am I missing
Thanks much for any help! I really appreciate it.
x.sensor,sensors|grep "$1"|cut -c15-16|sens.sh (the script calculates the average temp and echoes the value)
Item: Type(Zabbix agent(active)), Key(x.sensor[Core 0]), Type of information(Numeric(unsigned)), Data type(Decimal), Units(C)
Zabbix runs the item every 30 sec, but returns a value of 0. The item stays 'Active'
When I run zabbix_get -s <host> -k x.sensor[Core 0] from the agent host I get a blank value back, when I run it from the server I get ZBX_NOTSUPPORTED.
What am I missing

Thanks much for any help! I really appreciate it.
..
Comment