]> granicus.if.org Git - icinga2/commitdiff
Update 03-monitoring-basics.md 6501/head
authorJens Link <jenslink@quux.de>
Sat, 28 Jul 2018 09:57:17 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 09:57:17 +0000 (11:57 +0200)
Changed ::1 to 2001:db8:1234::42.  RFC 3849 reserves 2001:db8/32 for use in documentation and something that looks like a "real" global IPv6 address is much better in an example than using ::1 (localhost).

doc/03-monitoring-basics.md

index 95c0ce2340e390f53936c0f3b4bb59c9a7ec3130..627423e625ee047aee78f9a320a09bde1d387dad 100644 (file)
@@ -984,7 +984,7 @@ types. This could look like the following example:
 ```
 object Host "router-v6" {
   check_command = "hostalive"
-  address6 = "::1"
+  address6 = "2001:db8:1234::42"
 
   vars.oids["if01"] = "1.1.1.1.1"
   vars.oids["temp"] = "1.1.1.1.2"