From 91634a76b7372396534c96504f2f82fa26a4bb02 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Mon, 27 May 2013 17:45:44 +0000 Subject: [PATCH] check_hpacucli.py - fix typo in hpacucli command --- check_hpacucli/check_hpacucli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_hpacucli/check_hpacucli.py b/check_hpacucli/check_hpacucli.py index 571fcbc..1dd5dde 100644 --- a/check_hpacucli/check_hpacucli.py +++ b/check_hpacucli/check_hpacucli.py @@ -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