mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-11 01:40:01 -04:00
9 lines
161 B
Text
9 lines
161 B
Text
object CheckCommand "___TEST___command" {
|
|
command = [ PluginDir + "/bla" ]
|
|
arguments += {
|
|
"-a" = {
|
|
set_if = "$a$"
|
|
}
|
|
}
|
|
}
|
|
|