]> granicus.if.org Git - icinga2/blobdiff - itl/command-icinga.conf
Merge pull request #6657 from Icinga/feature/api-debug-log-request-body
[icinga2] / itl / command-icinga.conf
index 9457ca7221a81e3628a241f4cafb2d7cd09227ac..4141b9030c67905b31235bd42b375a9724ece882 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
+ * Copyright (C) 2012-2018 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                *
@@ -38,6 +38,13 @@ object CheckCommand "dummy" {
        vars.dummy_text = "Check was successful."
 }
 
+object CheckCommand "passive" {
+       import "dummy"
+
+       vars.dummy_state = 3
+       vars.dummy_text = "No Passive Check Result Received."
+}
+
 object CheckCommand "random" {
        import "random-check-command"
 }