From 1b5c8d5e9dce1135c4383b1e7bb0edb76fa69f70 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 1 Apr 2004 13:45:58 +0000 Subject: Add apan, an addon to Nagios that is used to collect results from Nagios plugins and store it in RRD-files. You can the use Apan to view graphs of the data in Nagios web-interface. WWW: http://apan.sourceforge.net PR: ports/64941 Submitted by: Janos Mohacsi --- net-mgmt/apan/files/patch-libexec_check__megaide | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net-mgmt/apan/files/patch-libexec_check__megaide (limited to 'net-mgmt/apan/files/patch-libexec_check__megaide') diff --git a/net-mgmt/apan/files/patch-libexec_check__megaide b/net-mgmt/apan/files/patch-libexec_check__megaide new file mode 100644 index 000000000000..e70e70dd8313 --- /dev/null +++ b/net-mgmt/apan/files/patch-libexec_check__megaide @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- libexec/check_megaide.orig Fri Jan 17 11:45:55 2003 ++++ libexec/check_megaide Mon Mar 29 17:09:48 2004 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!%%PREFIX%%/bin/bash + # + # 2002-12-16, Fredrik Wanglund + # +@@ -33,7 +33,7 @@ + # + # If you have installed Nagios in a non-default location, you need + # to change the path in the check-command and the variable below +-NAGIOSPLUGSDIR=/usr/local/nagios/libexec ++NAGIOSPLUGSDIR=%%NAGIOSPLUGINSDIR%% + + + -- cgit v1.2.3