mirror of https://github.com/Icinga/icinga2.git
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:
parent
d66ec60ce0
commit
551864b314
|
@ -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\""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue