Add debian ntp pool for ntp_time
This commit is contained in:
parent
41b2ad4b20
commit
27433263e7
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ apply Service "users" {
|
||||||
apply Service "ntp" {
|
apply Service "ntp" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "ntp_time"
|
check_command = "ntp_time"
|
||||||
|
vars.ntp_address = "debian.pool.ntp.org"
|
||||||
command_endpoint = host.name
|
command_endpoint = host.name
|
||||||
assign where true
|
assign where true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue