From: Gunnar Beutner Date: Mon, 21 Jul 2014 13:09:01 +0000 (+0200) Subject: Fix order attribute for the ssh check command X-Git-Tag: v2.0.2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc38692181b5c0495592842cac1b6480712c2eb;p=icinga2 Fix order attribute for the ssh check command fixes #6773 --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index da86b48a2..dee69f8bf 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -318,7 +318,7 @@ object CheckCommand "ssh" { "host" = { value = "$ssh_address$" skip_key = true - order = -1 + order = 1 } }