mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Documentation: Fix missing url
This commit is contained in:
parent
2d150bda63
commit
bcc6b8258c
@ -20,8 +20,7 @@ object specific policies.
|
|||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> It is highly recommended to review your existing installation, do an inventory
|
> It is highly recommended to review your existing installation, do an inventory
|
||||||
> of checked objects, thresholds and then pland and design your new configuration
|
> of checked objects, thresholds and then design your new configuration layout.
|
||||||
> layout.
|
|
||||||
> Keep in mind that the more dynamic approach using the [apply rules](3-monitoring-basics.md#using-apply)
|
> Keep in mind that the more dynamic approach using the [apply rules](3-monitoring-basics.md#using-apply)
|
||||||
> allows you to start over in many scenarios.
|
> allows you to start over in many scenarios.
|
||||||
|
|
||||||
|
@ -562,7 +562,7 @@ types. This could look like the following example:
|
|||||||
Now we want to create service checks for `if01` and `temp` but not `bgp`.
|
Now we want to create service checks for `if01` and `temp` but not `bgp`.
|
||||||
Furthermore we want to pass the snmp oid stored as dictionary value to the
|
Furthermore we want to pass the snmp oid stored as dictionary value to the
|
||||||
custom attribute called `vars.snmp_oid` - this is the command argument required
|
custom attribute called `vars.snmp_oid` - this is the command argument required
|
||||||
by the [snmp]() check command.
|
by the [snmp](7-icinga-template-library.md#plugin-check-command-snmp) check command.
|
||||||
The service's `display_name` should be set to the identifier inside the dictionary.
|
The service's `display_name` should be set to the identifier inside the dictionary.
|
||||||
|
|
||||||
apply Service for (identifier => oid in host.vars.oids) {
|
apply Service for (identifier => oid in host.vars.oids) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user