Browse Source

Icinga2: Fix unicast prefix for ntp01.srv.in.ffho.net.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 7 years ago
parent
commit
b001a904da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      icinga2/services/ntp.conf

+ 2 - 2
icinga2/services/ntp.conf

@@ -21,8 +21,8 @@ object Host "ntp01.srv.in.ffho.net" {
 
 	display_name = "ntp01.srv.in.ffho.net"
 
-	address = "10.132.251.123"
-	address6 = "2a03:2260:2342:f251::123"
+	address = "10.132.251.124"
+	address6 = "2a03:2260:2342:f251::124"
 
 	vars.roles = [
 		"ntp",