Update 03-monitoring-basics.md

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).
This commit is contained in:
Jens Link 2018-07-28 11:57:17 +02:00 committed by GitHub
parent 2e3a1ff0c6
commit 8f7c033ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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"