From: Louis Sautier Date: Wed, 15 Apr 2015 08:02:16 +0000 (+0200) Subject: Fix order of check_disk's ignored paths arguments X-Git-Tag: v2.4.0~727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a3326fe66a37959734a1e681758529742980d56;p=icinga2 Fix order of check_disk's ignored paths arguments fixes #9049 Signed-off-by: Michael Friedrich --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 6bf7dcca3..5da777ee0 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -578,12 +578,14 @@ object CheckCommand "disk" { value = "$disk_ignore_eregi_path$" description = "Regular expression to ignore selected path/partition (case insensitive) (may be repeated)" repeat_key = true + order = 2 } "-i" = { value = "$disk_ignore_ereg_path$" description = "Regular expression to ignore selected path or partition (may be repeated)" repeat_key = true + order = 2 } "-t" = {