From 3462def934be6caf26562481ef26bf203f837863 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 18 Apr 2017 15:25:41 -0400 Subject: [PATCH] fix path --- nagios-nrpe/templates/evolix_bsd.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios-nrpe/templates/evolix_bsd.cfg.j2 b/nagios-nrpe/templates/evolix_bsd.cfg.j2 index 001843e6..436bf125 100644 --- a/nagios-nrpe/templates/evolix_bsd.cfg.j2 +++ b/nagios-nrpe/templates/evolix_bsd.cfg.j2 @@ -29,6 +29,6 @@ command[check_vpn]=sudo /usr/local/libexec/nagios/check_ipsecctl.sh IPDISTANTE I command[check_openvpn]=/usr/local/libexec/nagios/check_openvpn command[check_pf_states]=bash -x /usr/local/libexec/nagios/check_pf_states command[check_carp1]=/usr/local/libexec/nagios/check_carp_if carp0 master -command[check_mem]=/usr/local/libexec/nagios/check_free_mem.sh -w 20 -c 10 +command[check_mem]=/usr/local/libexec/nagios/plugins/check_free_mem.sh -w 20 -c 10 command[check_dhcpclient]=/usr/local/libexec/nagios/check_dhcp -i INTERFACE command[check_smb]=/usr/local/libexec/nagios/check_tcp -H IPLOCALE -p 445