document icinga2::puppet

This commit is contained in:
2024-01-26 08:31:11 +01:00
parent a4f57391d9
commit e6f3360764

View File

@@ -26,7 +26,12 @@ Still no alerts are generated, respectively they are suppressed by a global infi
icinga2::alerting::enable: true
```
Per default these alerts are now sent during office hours to the admins. For further notification fine tuning checkout the chapters [Notifications](#Notifications) and [Check Customization](#Check Customization).
Per default these alerts are now sent during office hours to the admins. For further notification fine tuning checkout the chapters [Notifications](#notifications) and [Check Customization](#check-customization).
Finally, if Icinga2 shall be managed without Puppet (not recommended except for Icinga2 infrastructure servers), then set
```
icinga2::puppet: false
```
## Web Access