1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2025-04-20 06:13:40 +02:00
This commit is contained in:
argusb 2013-08-12 05:41:14 -07:00
commit 2e6a6f102b

View File

@ -231,7 +231,7 @@ def run_sssu(system=None, command="ls system full"):
error = 0
if output.pop(0).strip() != '': error = 1
if output.pop(0).strip() != '': error = 1
if output.pop(0).strip() != 'SSSU for HP StorageWorks Command View EVA': error = 1
if output.pop(0).strip().find('SSSU for HP ') != 0: error = 1
if output.pop(0).strip().find('Version:') != 0: error=1
if output.pop(0).strip().find('Build:') != 0: error=1
if output.pop(0).strip().find('NoSystemSelected> ') != 0: error=1