mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
ssacli path updated for windows
This commit is contained in:
parent
23714fa9cd
commit
d9b0b77dc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user