/* 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)
}