add Icinga2 configuration

This commit is contained in:
2023-07-31 08:43:59 +02:00
parent 952ba9a924
commit 710314dcef
3 changed files with 23 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Icinga2
**this is very much work in progress**
The overview of your nodes in Icinga2 you get at [monitoring.psi.ch](https://monitoring.psi.ch) and there you can handle the alerts and create service windows, etc.
But the configuration as such is not done therein, but in Hiera and automatically propagated.
## Basic Configuration
Enable monitoring with Icinga2 by
```
icinga2::enable: true
```
(which will be default at some point, e.g. for RHEL9).
Users and groups in `aaa::admins` and `icinga2::web::users` will have access to these nodes on [monitoring.psi.ch](https://monitoring.psi.ch).