diff --git a/check_hpssacli/check_hpssacli.py b/check_hpssacli/check_hpssacli.py index ef65a23..29a4370 100644 --- a/check_hpssacli/check_hpssacli.py +++ b/check_hpssacli/check_hpssacli.py @@ -136,6 +136,7 @@ def set_path(path): if path == '': path = ";C:\Program Files\hp\hpssacli\Bin" path = path + ";C:\Program Files (x86)\hp\hpssacli\Bin" + path = path + ";C:\Program Files\Smart Storage Administrator\ssacli\bin" else: path = ';' + path else: # Unix/Linux, etc