[csw-devel] SF.net SVN: gar:[10526] csw/mgar/pkg/munin/trunk
j_arndt at users.sourceforge.net
j_arndt at users.sourceforge.net
Wed Jul 14 20:22:41 CEST 2010
Revision: 10526
http://gar.svn.sourceforge.net/gar/?rev=10526&view=rev
Author: j_arndt
Date: 2010-07-14 18:22:40 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
munin: moved munin-node.log to a new location, changed start script, that the node does not start in debug mode anymore
Modified Paths:
--------------
csw/mgar/pkg/munin/trunk/checksums
csw/mgar/pkg/munin/trunk/files/cswmuninnode
csw/mgar/pkg/munin/trunk/files/munin-node.conf.in.patch
Modified: csw/mgar/pkg/munin/trunk/checksums
===================================================================
--- csw/mgar/pkg/munin/trunk/checksums 2010-07-14 15:20:09 UTC (rev 10525)
+++ csw/mgar/pkg/munin/trunk/checksums 2010-07-14 18:22:40 UTC (rev 10526)
@@ -7,12 +7,12 @@
e6bafa4aa3cba7fc16e444ad168b4cd1 README.CSW
59409f4b412953283c3df4546fd4886c apache-munin-cgi.conf.CSW
e701d132ba0b6f3dcc90190860f5aa6b apache-munin.conf.CSW
-31aec7f9a9a452cc6c75c1096c937fdd cswmuninnode
+2e0173bf615787eaf37e551b956dc9b8 cswmuninnode
50fa4a545f878d79e219891c6ac8d2d2 cswusergroup
4ae84b9a27b686c3819d8d7b51d8cb4c munin-1.4.5.tar.gz
1a13b606a5c82958ed8e9bf139044988 munin-graph.in.patch
e96eab2e321a33517d88dfbe1d510211 munin-htaccess.in.patch
-803021ab0539f83936c9adec6bd9336c munin-node.conf.in.patch
+05a23869a8c0e637a423c2559c150b4f munin-node.conf.in.patch
e9d94e230c8719c5d7d3fe624e87bea2 munin.conf.in.patch
c0e9f043fe5ea79a1fc7dfc91f09a961 perl.patch
5673776262a0d1b2c386f45f0fd6a783 sunos_memory.in.patch
Modified: csw/mgar/pkg/munin/trunk/files/cswmuninnode
===================================================================
--- csw/mgar/pkg/munin/trunk/files/cswmuninnode 2010-07-14 15:20:09 UTC (rev 10525)
+++ csw/mgar/pkg/munin/trunk/files/cswmuninnode 2010-07-14 18:22:40 UTC (rev 10526)
@@ -35,7 +35,7 @@
{
if [ -f $CONFIG_FILE ]; then
wait 1
- $BIN_FILE -c $CONFIG_FILE -d
+ $BIN_FILE -c $CONFIG_FILE
fi
}
Modified: csw/mgar/pkg/munin/trunk/files/munin-node.conf.in.patch
===================================================================
--- csw/mgar/pkg/munin/trunk/files/munin-node.conf.in.patch 2010-07-14 15:20:09 UTC (rev 10525)
+++ csw/mgar/pkg/munin/trunk/files/munin-node.conf.in.patch 2010-07-14 18:22:40 UTC (rev 10526)
@@ -1,23 +1,25 @@
-From 272b43ac170c907476ad5698c960fd84b31996c3 Mon Sep 17 00:00:00 2001
+From 0ffc51f49ec0107bb5346871640a14f3f65b50bb Mon Sep 17 00:00:00 2001
From: Juergen Arndt <ja at opencsw.org>
-Date: Sun, 11 Jul 2010 18:25:14 +0200
-Subject: [PATCH] munin-node.conf.in: set some paths for OpenCSW, change hostname to "yourhostname"
+Date: Wed, 14 Jul 2010 20:06:33 +0200
+Subject: [PATCH] munin-node.conf.in: set logfiles and log level, change hostname to "yourhostname"
---
- node/munin-node.conf.in | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ node/munin-node.conf.in | 8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/node/munin-node.conf.in b/node/munin-node.conf.in
-index 40793b2..67a92a5 100644
+index 40793b2..d25e14d 100644
--- a/node/munin-node.conf.in
+++ b/node/munin-node.conf.in
-@@ -3,8 +3,8 @@
+@@ -2,9 +2,9 @@
+ # Example config-file for munin-node
#
- log_level 4
+-log_level 4
-log_file @@LOGDIR@@/munin-node.log
-pid_file @@STATEDIR@@/munin-node.pid
-+log_file /var/opt/csw/munin/munin-node.log
++log_level 1
++log_file /var/opt/csw/munin/log/munin-node.log
+pid_file /var/opt/csw/munin/run/munin-node.pid
background 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list