--- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_smart.report_0_for_non_existing_drives 2009-09-25 09:26:31.000000000 +0200 +++ smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_smart 2009-09-25 09:28:03.000000000 +0200 @@ -35,5 +35,9 @@ $cnt++; } } +for (;$cnt < 9; $cnt++){ + $OUT .= "UserParameter=system.smartd.hd" . $cnt. "[*],echo '0'\n"; +} + }