Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-icinga2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4e6c4a59c379f88ea7e5ef0321398defea8ae85a
Choose a base ref
..
head repository: voxpupuli/puppet-icinga2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b156c2205671a5c12412dd37d1be4bd99d4d9973
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 examples/example3/README.md
2 changes: 1 addition & 1 deletion examples/example3/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ All nodes that should be monitored inherit from the monitorednode role, thus app

Each monitored node exports itself as an endpoint and a zone. This information is then automatically collected on the master to generate the necessary configuration files.

Agents also export a `Host` object (`@@icinga2::object::host`) and use array_hash() to get and assemble host properties from the respective hiera files throughout the hiera hierarchy.
Agents also export a `Host` object (`@@icinga2::object::host`) and use hiera_hash() to get and assemble host properties from the respective hiera files throughout the hiera hierarchy.

#### A word of caution on services and apply rules