Fix description of -a and -n for check_swap

fixes #12570

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
Evgeni Golov 2016-08-27 22:36:55 +02:00 committed by Gunnar Beutner
parent d66ec60ce0
commit 551864b314
1 changed files with 2 additions and 2 deletions

View File

@ -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\""
}
}