It works fine for me in 2.0.5
Does ExternalScripts variable in zabbix config points to where the script is?
My template's item are like:
ipmi_sensors.pl['FAN 1', numeric, {$IPMI_HOSTNAME}]
So, it's much like yours.
Try to run this script as a zabbix user, maybe there's some permission issue.
Does zabbix user have rights to write to a directory where the cache files are?
In my case it's /var/tmp, but maybe you've changed it.
Does ExternalScripts variable in zabbix config points to where the script is?
My template's item are like:
ipmi_sensors.pl['FAN 1', numeric, {$IPMI_HOSTNAME}]
So, it's much like yours.
Try to run this script as a zabbix user, maybe there's some permission issue.
Does zabbix user have rights to write to a directory where the cache files are?
In my case it's /var/tmp, but maybe you've changed it.
Comment