Skip to content

Commit e193348

Browse files
committed
various: removed default values for check variables in commands.conf
1 parent 8cea0f4 commit e193348

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

commands.conf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

2521
object 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

4134
object 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

5950
object 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
}

0 commit comments

Comments
 (0)