mirror of https://github.com/Icinga/icinga2.git
Fix: ITL uses unsupported arguments for check_swap on Debian wheezy/Ubuntu trusty
fixes #12485
This commit is contained in:
parent
8e5961f217
commit
b7ef02f8c8
|
@ -1284,7 +1284,6 @@ object CheckCommand "swap" {
|
|||
vars.swap_cfree = "25%"
|
||||
vars.swap_integer = false
|
||||
vars.swap_allswaps = false
|
||||
vars.swap_noswap = "critical"
|
||||
}
|
||||
|
||||
object CheckCommand "load" {
|
||||
|
|
Loading…
Reference in New Issue