I have a key defined in zabbix_agend.conf
when I run this script from the command line everything works. If I run zabbix_agentd -t weather.indoortemp I get proper ouput ([t|84.32]). However, the UI shows "0F". Everything seems as if it should be retrieving the correct values, but it only shows 0. Logs don't show errors, type is set to float, other similar scripts work.
Any suggestions of a procedure that I could use to find out what's going on?
Code:
UserParameter=weather.indoortemp, /dir/temperhum_cachedata.pl printtocli | awk '{print $1}'
Any suggestions of a procedure that I could use to find out what's going on?