summaryrefslogtreecommitdiffstats
path: root/lib/db_ido/db_ido-itl.conf
blob: e2c42c3d01cf27f77427086c719f907c199f9425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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)
}