mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6330 from boltronics/doc_typo_fix
Fix $ipaddress6$ attribute name typo in the docs
This commit is contained in:
commit
745e0ba021
|
@ -588,7 +588,7 @@ for [custom attributes](03-monitoring-basics.md#custom-attributes-functions) whi
|
||||||
use the [abbreviated lambda syntax](17-language-reference.md#nullary-lambdas).
|
use the [abbreviated lambda syntax](17-language-reference.md#nullary-lambdas).
|
||||||
|
|
||||||
This example sets the `snmp_address` custom attribute
|
This example sets the `snmp_address` custom attribute
|
||||||
based on `$address$` and `$address6`.
|
based on `$address$` and `$address6$`.
|
||||||
|
|
||||||
```
|
```
|
||||||
vars.snmp_address = {{
|
vars.snmp_address = {{
|
||||||
|
|
Loading…
Reference in New Issue