7 lines
121 B
Text
7 lines
121 B
Text
apply Service "apt" {
|
|
import "generic-service"
|
|
|
|
check_command = "apt_custom"
|
|
|
|
assign where host.name == NodeName
|
|
}
|