diff --git a/README.md b/README.md index c5be5e6..d763e12 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,20 @@ OVERVIEW ======== This ansible playbook installs an icinga2 monitoring solution onto an Ubuntu 24.04 LTS system. +Additional packages installed in order to be able to monitor certificates and their expirey: +sudo apt install monitoring-plugins-contrib + VARIABLES ========= I need to do more documentation! + + + +CONFIGURATION FLOW +================== + +vi /etc/icinga2/conf.d/*.conf +sudo icinga2 daemon -C +systemctl reload icinga2.service