From 551864b314d836abb16604db971adf163988c873 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 27 Aug 2016 22:36:55 +0200 Subject: [PATCH] Fix description of -a and -n for check_swap fixes #12570 Signed-off-by: Gunnar Beutner --- itl/command-plugins.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index ce0f5a835..a0c109265 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1272,11 +1272,11 @@ object CheckCommand "swap" { }} "-a" = { set_if = "$swap_allswaps$" - description = "Resulting state when there is no swap regardless of thresholds. Possible values are \"ok\", \"warning\", \"critical\", \"unknown\". Defaults to \"critical\"" + description = "Conduct comparisons for all swap partitions, one by one" } "-n" = { value = "$swap_noswap$" - description = "Conduct comparisons for all swap partitions, one by one" + description = "Resulting state when there is no swap regardless of thresholds. Possible values are \"ok\", \"warning\", \"critical\", \"unknown\". Defaults to \"critical\"" } } -- 2.40.0