mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-25 23:04:44 +02:00
Re-indent
This commit is contained in:
parent
4c841f570b
commit
aefa54b9cf
@ -156,6 +156,15 @@ else:
|
||||
printarray = True
|
||||
printcontroller = True
|
||||
|
||||
nagiosoutput=''
|
||||
nagiosgoodctrl = 0
|
||||
nagiosbadctrl = 0
|
||||
nagiosctrlbadarray = 0
|
||||
nagiosgoodarray = 0
|
||||
nagiosbadarray = 0
|
||||
nagiosgooddisk = 0
|
||||
nagiosbaddisk = 0
|
||||
|
||||
bad = False
|
||||
|
||||
# Find arcconf
|
||||
@ -169,7 +178,7 @@ if (arcconfpath != None):
|
||||
if is_exe(arcconfpath):
|
||||
pass
|
||||
else:
|
||||
if nagiosmode:
|
||||
if config.nagios:
|
||||
print 'UNKNOWN - Cannot find '+arcconfpath
|
||||
else:
|
||||
print 'Cannot find ' + arcconfpath + 'in your PATH. Please install it.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user