icinga2/lib/db_ido/db_ido-itl.conf

20 lines
369 B
Plaintext

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
template CheckCommand "ido-check-command" use (checkFunc = Internal.IdoCheck) {
execute = checkFunc
}
object CheckCommand "ido" {
import "ido-check-command"
}
}))
var methods = [
"IdoCheck"
]
for (method in methods) {
Internal.remove(method)
}