From: Peter Palfrader Date: Sun, 22 Sep 2019 13:15:55 +0000 (+0200) Subject: Check munin port only localy as we do munin async these days X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=5a2b1e11c9c314cecb563f2121ff9991d24a1b4a Check munin port only localy as we do munin async these days --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index fcb74fb..ec3d668 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1857,7 +1857,7 @@ services: hostgroups: computers - name: network service - munin-node - check: check_tcp!4949 + nrpe: "/usr/lib/nagios/plugins/check_tcp -H localhost -p 4949" hostgroups: computers depends: process - munin-node ###