]> granicus.if.org Git - icinga2/commitdiff
Fix closing brackets
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 16:33:38 +0000 (17:33 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 16:33:38 +0000 (17:33 +0100)
refs #5019

itl/plugins-contrib.d/raid-controller.conf

index d419bdf1ae81aeb78cc24df70805b5b60aad6716..7b3f738a2d61e1f0d7e5587526f4a11f556e0431 100644 (file)
@@ -18,6 +18,7 @@ object CheckCommand "adaptec-raid" {
                        required = true
                        value = "$arcconf_path$"
                        description = "Insert the path to arcconf (e.g. /sbin/arcconf)."
+               }
        }
 
        vars.arcconf_path = "/sbin/arcconf"
@@ -38,6 +39,7 @@ object CheckCommand "lsi-raid" {
                        required = true
                        value = "$storcli_path$"
                        description = "Insert the path to storcli (e.g. /usr/sbin/storcli)."
+               }
        }
 
        vars.storcli_path = "/usr/sbin/storcli"