mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
check_hpacucli.py - fix typo in hpacucli command
This commit is contained in:
parent
5eb8ce9199
commit
91634a76b7
@ -164,7 +164,7 @@ def run_hpacucli(run_type='controllers', controller=None):
|
||||
else:
|
||||
end()
|
||||
return
|
||||
command = command % (subcommand, identifier)
|
||||
command = command % (identifier, subcommand)
|
||||
debug(command)
|
||||
if sudo:
|
||||
command = "sudo " + command
|
||||
|
Loading…
Reference in New Issue
Block a user