diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-22 01:48:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-22 01:48:42 +0000 |
commit | ac47e376bcd341604648e044f405c837c6f0c106 (patch) | |
tree | 84639941c8f041587f2e77bfbda61ff090750d21 /net-mgmt/nagiostat/files/patch-nagiostat | |
parent | upgrade to 1.4 (diff) |
add nagiostat 1.0.0
Nagiostat parses performance-data from Nagios and generates graphs
PR: 69370
Submitted by: Janos Mohacsi <mohacsi@niif.hu>
Notes
Notes:
svn path=/head/; revision=114385
Diffstat (limited to 'net-mgmt/nagiostat/files/patch-nagiostat')
-rw-r--r-- | net-mgmt/nagiostat/files/patch-nagiostat | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-mgmt/nagiostat/files/patch-nagiostat b/net-mgmt/nagiostat/files/patch-nagiostat new file mode 100644 index 000000000000..7809eeb52e1b --- /dev/null +++ b/net-mgmt/nagiostat/files/patch-nagiostat @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- nagiostat.orig Tue Jul 20 17:30:18 2004 ++++ nagiostat Tue Jul 20 18:01:53 2004 +@@ -21,8 +21,8 @@ + use strict; + + ## Basic configuration options +-my $BASE_DIR = "/usr/local/nagios/nagiostat"; +-my $CONFIG_FILE = $BASE_DIR."/nagiostat.conf"; ## Config-file location ++my $BASE_DIR = "%%NAGIOSTATDIR%%"; ++my $CONFIG_FILE = "%%NAGIOSTATCONFDIR%%/nagiostat.conf"; ## Config-file location + my $DEBUG_LOG_FILE = $BASE_DIR."/debug.log"; ## Specify where to create log-file and what filename (must be writable by nagios-user!) + my $DEBUGLEVEL = 3; ## 0=Nothing, 1=Errors, 2=Warnings, 3=Debug + my $DEBUGOUTPUT = 0; ## 0=file, 1=STDERR, 2=STDOUT (for cgi) |