mirror of https://github.com/Icinga/icinga2.git
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
object Service "apt" {
|
||
|
import "generic-service"
|
||
|
|
||
|
host_name = "localhost"
|
||
|
check_command = "apt"
|
||
|
}
|