mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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" = {
|
"-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\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user