Hi,
I have a problem with hddtemp monitoring. The zabbix_agent are no values.
see commands:
home/zabbix/bin# hddtemp /dev/sda
/dev/sda: Maxtor 6Y080M0: 35°C
home/zabbix/bin# hddtemp /dev/sda|cut -c27-28
34
home/zabbix/bin# ./zabbix_agentd UserParameter=disk.temp,hddtemp /dev/sda|cut -c27-28
home/zabbix/bin#
root@i1rrzszabbix01:/home/zabbix/bin# hddtemp -n /dev/sda
34
home/zabbix/bin# ./zabbix_agent UserParameter=disksda.temp,hddtemp -n /dev/sda
./zabbix_agent [28868]: illegal zbx_option -- n
usage: ./zabbix_agent [-Vhp] [-c <file>] [-t <metric>]
How can I produce output?
Christian
I have a problem with hddtemp monitoring. The zabbix_agent are no values.
see commands:
home/zabbix/bin# hddtemp /dev/sda
/dev/sda: Maxtor 6Y080M0: 35°C
home/zabbix/bin# hddtemp /dev/sda|cut -c27-28
34
home/zabbix/bin# ./zabbix_agentd UserParameter=disk.temp,hddtemp /dev/sda|cut -c27-28
home/zabbix/bin#
root@i1rrzszabbix01:/home/zabbix/bin# hddtemp -n /dev/sda
34
home/zabbix/bin# ./zabbix_agent UserParameter=disksda.temp,hddtemp -n /dev/sda
./zabbix_agent [28868]: illegal zbx_option -- n
usage: ./zabbix_agent [-Vhp] [-c <file>] [-t <metric>]
How can I produce output?
Christian
Comment