Use percpu load

This commit is contained in:
Tunui Franken 2025-02-09 11:06:20 +01:00
parent e5c660210b
commit 53bd4e743a

View file

@ -47,6 +47,7 @@ apply Service "icinga" {
apply Service "load" { apply Service "load" {
import "generic-service" import "generic-service"
check_command = "load" check_command = "load"
vars.load_percpu = true
command_endpoint = host.name command_endpoint = host.name
assign where true assign where true
} }