Skip to content

Commit

Permalink
various: removed default values for check variables in commands.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ppmathis committed Apr 30, 2018
1 parent 8cea0f4 commit e193348
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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" {
Expand All @@ -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" {
Expand All @@ -78,6 +69,4 @@ object CheckCommand "nc_bgp_neighbor" {
set_if = "$nc_bgp_neighbor_critical$"
}
}

vars.nc_bgp_neighbor_prefix_limit = "10:90"
}

0 comments on commit e193348

Please sign in to comment.