From 3adc605bef4e3e4aea9b9a9bd4952eaa1799f8a3 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Mon, 9 Mar 2015 15:11:25 +0100 Subject: [PATCH] Fix check_disk thresholds: make sure partitions are the last arguments fixes #8658 Signed-off-by: Gunnar Beutner --- itl/command-plugins.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index dbf3535dd..5f345c25c 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -493,11 +493,13 @@ object CheckCommand "disk" { value = "$disk_partitions$" description = "Path or partition (may be repeated)" repeat_key = true + order = 1 } "-p_old" = { key = "-p" value = "$disk_partition$" + order = 1 } "-x" = { -- 2.40.0