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

View File

@ -1272,11 +1272,11 @@ object CheckCommand "swap" {
}} }}
"-a" = { "-a" = {
set_if = "$swap_allswaps$" 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" = { "-n" = {
value = "$swap_noswap$" 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\""
} }
} }