mirror of https://github.com/Icinga/icinga2.git
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:
parent
2e3a1ff0c6
commit
8f7c033ed9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue