From fdd1a2d85d169bdf2f5f2841dfec4e3360b8737e Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 28 Feb 2023 00:23:00 -0500 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a296c6c..55e185b 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,9 @@ mapping. I use [Nagios](roles/nagios). I know. I KNOW! I'm sorry. It's honestly perfect for my use case. I have a bunch of static VMs that once -built, basically never change. The configs are all generated automatically from -my Ansible inventory, and I get an email whenever something goes wrong. +built, basically never change. The [configs](roles/nagios_server/templates/etc/nagios/objects) +are all generated automatically from my Ansible inventory, and I get an email +whenever something goes wrong. I don't use Nagios for any metrics gathering--only health checks. In addition to the usual ping/disk usage/load/network interface/certificate validity checks, @@ -184,7 +185,6 @@ I also have a few custom plugins that check for [failed systemd units](roles/nag [dead asterisk endpoints](roles/nagios_server/files/usr/lib64/nagios/plugins/check_asterisk_endpoints), and other random stuff. - ### Backup and Restore In my environment, periodic backups are performed by the [archiver](roles/archive_server). -- cgit