8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
apply Service "apt" {
|
|
import "generic-service"
|
|
|
|
check_command = "apt"
|
|
|
|
assign where host.name == NodeName
|
|
}
|