From e1969b71345320c8280c004a184af377aba316f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Fri, 3 Sep 2010 00:04:36 +0000 Subject: [PATCH] --- check_hparray/trunk/check_hpacucli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_hparray/trunk/check_hpacucli.py b/check_hparray/trunk/check_hpacucli.py index fe221bc..e93edfe 100644 --- a/check_hparray/trunk/check_hpacucli.py +++ b/check_hparray/trunk/check_hpacucli.py @@ -190,7 +190,7 @@ def check_controllers(): controller_serial = 'n/a' cache_serial = 'n/a' if i.has_key('Serial Number'): - controller_serial = i['Serial Number') + controller_serial = i['Serial Number'] if i.has_key('Cache Serial Number'): cache_serial = i['Cache Serial Number'] add_long ( "%s" % (i['name']) )