mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
8d9aee4b8f
commit
f0a77464cd
@ -18,6 +18,7 @@ object CheckCommand "adaptec-raid" {
|
|||||||
required = true
|
required = true
|
||||||
value = "$arcconf_path$"
|
value = "$arcconf_path$"
|
||||||
description = "Insert the path to arcconf (e.g. /sbin/arcconf)."
|
description = "Insert the path to arcconf (e.g. /sbin/arcconf)."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.arcconf_path = "/sbin/arcconf"
|
vars.arcconf_path = "/sbin/arcconf"
|
||||||
@ -38,6 +39,7 @@ object CheckCommand "lsi-raid" {
|
|||||||
required = true
|
required = true
|
||||||
value = "$storcli_path$"
|
value = "$storcli_path$"
|
||||||
description = "Insert the path to storcli (e.g. /usr/sbin/storcli)."
|
description = "Insert the path to storcli (e.g. /usr/sbin/storcli)."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.storcli_path = "/usr/sbin/storcli"
|
vars.storcli_path = "/usr/sbin/storcli"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user