mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-13 08:54:24 +02:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
object CheckCommand "___TEST___command" {
|
|
command = [ PluginDir + "/bla" ]
|
|
arguments += {
|
|
"-a" = {
|
|
set_if = "$a$"
|
|
}
|
|
}
|
|
}
|
|
|