From 1c1c8e41ae3b1a53f52e4eab6364fa4446d35f74 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 26 Sep 2021 10:27:33 -0500 Subject: [PATCH] Null-mount nsca on Nagios image God DAMN the log spam from this thing I'm not using is fucking ridiculous --- playbooks/tasks/web/nagios.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/tasks/web/nagios.yml b/playbooks/tasks/web/nagios.yml index 28778eb..4e62ddd 100644 --- a/playbooks/tasks/web/nagios.yml +++ b/playbooks/tasks/web/nagios.yml @@ -97,6 +97,8 @@ - /data/nagios/plugins:/opt/Custom-Nagios-Plugins - /data/nagios/nagiosgraph/var:/opt/nagiosgraph/var - /data/nagios/nagiosgraph/etc:/opt/nagiosgraph/etc + - /dev/null:/opt/nagios/bin/nsca + - /dev/null:/opt/nagios/bin/send_nsca tags: [ docker, nagios ] - name: restart nagios docker_container: name=nagios state=started restart=yes