Hi all,
I have digitemp installed to poll the values of 1wire devices (like temp, hum., etc)
But i can't get it to work in Zabbix.
zabbix_agentd.conf:
I can run digitemp as user zabbix with no problems:
When I run as user zabbix zabbix_agentd -t digi.rack.top i get:
So i can assume digitemp and the zabbix_agentd are working ok (?)
When I run as user zabbix zabbix_get -s localhost -k digi.rack.top i get:
Anyone got i clue what could be wrong?
Greetings
I have digitemp installed to poll the values of 1wire devices (like temp, hum., etc)
But i can't get it to work in Zabbix.
zabbix_agentd.conf:
Code:
UserParameter=digi.rack.top,/opt/digitemp -c /opt/digi.conf -q -t 0 UserParameter=digi.rack.mid,/opt/digitemp -c /opt/digi.conf -q -t 1
Code:
[zabbix@mgmt bin]$ /opt/digitemp -c /opt/digi.conf -q -t 0 20.937500
Code:
[zabbix@mgmt bin]$ ./zabbix_agentd -t digi.rack.top digi.rack.top [t|20.937500]
When I run as user zabbix zabbix_get -s localhost -k digi.rack.top i get:
Code:
[zabbix@mgmt bin]$ ./zabbix_get -s localhost -k digi.temp.top ZBX_NOTSUPPORTED
Greetings
Comment