From e193348c794feac14abc542ed242222ff5224839 Mon Sep 17 00:00:00 2001 From: Pascal Mathis Date: Mon, 30 Apr 2018 19:19:59 +0200 Subject: [PATCH] various: removed default values for check variables in commands.conf --- commands.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/commands.conf b/commands.conf index 2b83dbd..ffce3f9 100644 --- a/commands.conf +++ b/commands.conf @@ -16,10 +16,6 @@ object CheckCommand "nc_load" { set_if = "$nc_load_per_cpu$" } } - - vars.nc_load_warning = 0.5 - vars.nc_load_critical = 1 - vars.nc_load_per_cpu = true } object CheckCommand "nc_memory" { @@ -33,9 +29,6 @@ object CheckCommand "nc_memory" { set_if = "$nc_memory_count_reclaimable$" } } - - vars.nc_memory_warning = 80 - vars.nc_memory_critical = 90 } object CheckCommand "nc_interface" { @@ -52,8 +45,6 @@ object CheckCommand "nc_interface" { "--speed" = "$nc_interface_speed$" "--duplex" = "$nc_interface_duplex$" } - - vars.nc_interface_duplex = "full" } object CheckCommand "nc_bgp_neighbor" { @@ -78,6 +69,4 @@ object CheckCommand "nc_bgp_neighbor" { set_if = "$nc_bgp_neighbor_critical$" } } - - vars.nc_bgp_neighbor_prefix_limit = "10:90" }