diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-01 13:45:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-01 13:45:58 +0000 |
commit | 1b5c8d5e9dce1135c4383b1e7bb0edb76fa69f70 (patch) | |
tree | ab5d45f3030bf2982dae51ff60837f863ebd16d6 /net-mgmt/apan/files/patch-libexec_check__megaide | |
parent | Quick fix to avoid DoS attack due to malloc(3) bug. (diff) |
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 <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=105876
Diffstat (limited to 'net-mgmt/apan/files/patch-libexec_check__megaide')
-rw-r--r-- | net-mgmt/apan/files/patch-libexec_check__megaide | 20 |
1 files changed, 20 insertions, 0 deletions
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%% + + + |