aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 00:23:00 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 00:23:00 -0500
commitfdd1a2d85d169bdf2f5f2841dfec4e3360b8737e (patch)
treee1b42eb522da5075be5f70f80221aa07d3ea901a
parent82081b7536817485ec768b37cf1fe93eb49a6157 (diff)
downloadselfhosted-fdd1a2d85d169bdf2f5f2841dfec4e3360b8737e.tar.gz
selfhosted-fdd1a2d85d169bdf2f5f2841dfec4e3360b8737e.zip
update readme
-rw-r--r--README.md6
1 files 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).