]> granicus.if.org Git - icinga2/blobdiff - itl/command-icinga.conf
ITL: Fix missing double quote in ssl-cert CheckCommand
[icinga2] / itl / command-icinga.conf
index 063e66ca8aa94c34cb658fa98cdbff35dccf9f5b..adfa38397465f1a418c4349106a4b77e0a07b9e9 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org)    *
+ * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
@@ -31,3 +31,10 @@ object CheckCommand "cluster-zone" {
        vars.cluster_zone = "$host.name$"
 }
 
+object CheckCommand "random" {
+       import "random-check-command"
+}
+
+object CheckCommand "exception" {
+       import "exception-check-command"
+}