icinga2/lib/db_ido/db_ido-itl.conf

20 lines
369 B
Plaintext
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
2018-08-07 13:55:41 +02:00
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)
}