File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ object CheckCommand "nc_load" {
1616 set_if = "$nc_load_per_cpu$"
1717 }
1818 }
19-
20- vars.nc_load_warning = 0.5
21- vars.nc_load_critical = 1
22- vars.nc_load_per_cpu = true
2319}
2420
2521object CheckCommand "nc_memory" {
@@ -33,9 +29,6 @@ object CheckCommand "nc_memory" {
3329 set_if = "$nc_memory_count_reclaimable$"
3430 }
3531 }
36-
37- vars.nc_memory_warning = 80
38- vars.nc_memory_critical = 90
3932}
4033
4134object CheckCommand "nc_interface" {
@@ -52,8 +45,6 @@ object CheckCommand "nc_interface" {
5245 "--speed" = "$nc_interface_speed$"
5346 "--duplex" = "$nc_interface_duplex$"
5447 }
55-
56- vars.nc_interface_duplex = "full"
5748}
5849
5950object CheckCommand "nc_bgp_neighbor" {
@@ -78,6 +69,4 @@ object CheckCommand "nc_bgp_neighbor" {
7869 set_if = "$nc_bgp_neighbor_critical$"
7970 }
8071 }
81-
82- vars.nc_bgp_neighbor_prefix_limit = "10:90"
8372}
You can’t perform that action at this time.
0 commit comments