From 86b17ab83d2c933001ff228d5efdaa309941b6a0 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Thu, 19 Jun 2025 22:37:02 +0100 Subject: [PATCH] A few added notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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