]> granicus.if.org Git - icinga2/commitdiff
Fix order attribute for the ssh check command
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 21 Jul 2014 13:09:01 +0000 (15:09 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 21 Jul 2014 13:09:01 +0000 (15:09 +0200)
fixes #6773

itl/command-plugins.conf

index da86b48a2358bb7a08ae8004c857025907243a9f..dee69f8bfae0719fac4b245368b232a044b15f29 100644 (file)
@@ -318,7 +318,7 @@ object CheckCommand "ssh" {
                "host" = {
                        value = "$ssh_address$"
                        skip_key = true
-                       order = -1
+                       order = 1
                }
        }