Issue 49, fixed typo for blower

This commit is contained in:
Tomas Edwardsson 2012-04-20 14:37:54 +00:00
parent 3f14f6361b
commit 9248569b6d
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ def check_blowers():
# Check blower 2
if blower2state == "1":
nagios_status(ok)
add_summary("Blower1 OK. " )
add_summary("Blower2 OK. " )
else:
add_summary("Blower2 NOT OK. ")
nagios_status(warning)