mirror of https://github.com/Icinga/icinga2.git
correct command definition
This commit is contained in:
parent
16b0042791
commit
ef0c68fe79
|
@ -105,7 +105,7 @@ object CheckCommand "ceph" {
|
|||
|
||||
object CheckCommand "btrfs" {
|
||||
import "plugin-check-command"
|
||||
[ "sudo", PluginDir + "/check_btrfs" ]
|
||||
command = [ "sudo", PluginDir + "/check_btrfs" ]
|
||||
|
||||
arguments = {
|
||||
"--allocated-warning-gib" = {
|
||||
|
|
Loading…
Reference in New Issue