[csw-devel] SF.net SVN: gar:[5812] csw/mgar/pkg/munin/trunk/files/CSWmuninmaster. postinstall
j_arndt at users.sourceforge.net
j_arndt at users.sourceforge.net
Sun Aug 2 12:03:53 CEST 2009
Revision: 5812
http://gar.svn.sourceforge.net/gar/?rev=5812&view=rev
Author: j_arndt
Date: 2009-08-02 10:03:52 +0000 (Sun, 02 Aug 2009)
Log Message:
-----------
munin: added install instructions into postinstall script
Modified Paths:
--------------
csw/mgar/pkg/munin/trunk/files/CSWmuninmaster.postinstall
Modified: csw/mgar/pkg/munin/trunk/files/CSWmuninmaster.postinstall
===================================================================
--- csw/mgar/pkg/munin/trunk/files/CSWmuninmaster.postinstall 2009-08-02 09:58:56 UTC (rev 5811)
+++ csw/mgar/pkg/munin/trunk/files/CSWmuninmaster.postinstall 2009-08-02 10:03:52 UTC (rev 5812)
@@ -2,8 +2,28 @@
passwd -N munin
-echo
-echo "Please append the following line to the crontab of the user 'munin':"
-echo
-echo " 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/test -x /opt/csw/bin/munin-cron && /opt/csw/bin/munin-cron"
-echo
+cat << EOF
+#
+#
+#
+
+To get Munin running, please follow these steps:
+
+(1) Append the following line to the crontab of the user 'munin':"
+
+ 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/test -x /opt/csw/bin/munin-cron && /opt/csw/bin/munin-cron"
+
+(2) Edit the Apache configuration for Munin:
+ "Normal" mode: /etc/opt/csw/munin/apache/apache.conf
+ CGI mode: /etc/opt/csw/munin/apache/apache-munin-cgi.conf
+
+ (These files should work by default)
+
+(3) Add the following line to your Apache configuration
+
+ "Normal" mode: Include /etc/opt/csw/munin/apache.conf
+ CGI mode: Include /etc/opt/csw/munin/apache/apache-munin-cgi.conf
+
+#
+#
+#
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