mirror of https://github.com/Icinga/icinga2.git
parent
8d9aee4b8f
commit
f0a77464cd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue