A few added notes

This commit is contained in:
Peter Edmond 2025-06-19 22:37:02 +01:00
parent 775b3f1aac
commit 86b17ab83d

View File

@ -2,8 +2,20 @@ OVERVIEW
======== ========
This ansible playbook installs an icinga2 monitoring solution onto an Ubuntu 24.04 LTS system. 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 VARIABLES
========= =========
I need to do more documentation! I need to do more documentation!
CONFIGURATION FLOW
==================
vi /etc/icinga2/conf.d/*.conf
sudo icinga2 daemon -C
systemctl reload icinga2.service