mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
object Service "apt" {
|
|
import "generic-service"
|
|
|
|
host_name = "localhost"
|
|
check_command = "apt"
|
|
}
|