From b1c1224496dad3e60528be386eb84785f93a2ab7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 17 Apr 2013 13:58:56 +0200 Subject: [PATCH] Fix a typo in smart.conf --- zabbix_conf/smart.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zabbix_conf/smart.conf b/zabbix_conf/smart.conf index 29330cf..278c077 100644 --- a/zabbix_conf/smart.conf +++ b/zabbix_conf/smart.conf @@ -1,7 +1,7 @@ # Discover S.M.A.R.T. capable hard drives # The only macro returned is {#SMARTDRIVE} and value is like /dev/sda -UserParameter=hardward.disk.smart.discovery,/usr/bin/sudo /var/lib/zabbix/bin/disco_smart_sudo +UserParameter=hardware.disk.smart.discovery,/usr/bin/sudo /var/lib/zabbix/bin/disco_smart_sudo # Takes two args: the drives to check, and the value to get # eg: hardward.disk.smart[/dev/sda,Reallocated_Sector_Ct] -UserParameter=hardward.disk.smart[*],/usr/bin/sudo /var/lib/zabbix/bin/check_smart_sudo $1 $2 +UserParameter=hardware.disk.smart[*],/usr/bin/sudo /var/lib/zabbix/bin/check_smart_sudo $1 $2