22 lines
435 B
Markdown
22 lines
435 B
Markdown
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
|