7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
apply Service "ntp" {
|
|
import "service-1minhigh"
|
|
check_command = "ntp-check"
|
|
assign where host.address != "127.0.0.1"
|
|
}
|
|
|