]> granicus.if.org Git - icinga2/blob - lib/db_ido/db_ido-itl.conf
Merge pull request #7185 from Icinga/bugfix/gelfwriter-wrong-log-facility
[icinga2] / lib / db_ido / db_ido-itl.conf
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 System.assert(Internal.run_with_activation_context(function() {
4         template CheckCommand "ido-check-command" use (checkFunc = Internal.IdoCheck) {
5                 execute = checkFunc
6         }
7
8         object CheckCommand "ido" {
9                 import "ido-check-command"
10         }
11 }))
12
13 var methods = [
14         "IdoCheck"
15 ]
16
17 for (method in methods) {
18         Internal.remove(method)
19 }