pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/munin-server Show suggested entries for newsy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f936c0aa1fd5
branches:  trunk
changeset: 514246:f936c0aa1fd5
user:      he <he%pkgsrc.org@localhost>
date:      Fri Jun 09 13:24:20 2006 +0000

description:
Show suggested entries for newsyslog.conf.
Package contents the same, so no revision bump.

diffstat:

 sysutils/munin-server/MESSAGE  |  13 ++++++++++++-
 sysutils/munin-server/Makefile |   3 ++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 0055e139d3ad -r f936c0aa1fd5 sysutils/munin-server/MESSAGE
--- a/sysutils/munin-server/MESSAGE     Fri Jun 09 13:22:44 2006 +0000
+++ b/sysutils/munin-server/MESSAGE     Fri Jun 09 13:24:20 2006 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2006/06/08 19:16:24 he Exp $
+$NetBSD: MESSAGE,v 1.2 2006/06/09 13:24:20 he Exp $
 
 You can start the collection of statistics and production of graphs by
 installing a crontab for the ${MUNIN_USER} user of the form
@@ -7,4 +7,15 @@
 */5 * * * * ${PREFIX}/bin/munin-cron
 
 You may need to give ${MUNIN_USER} a valid shell to do so.
+
+
+You may also want to add lines like
+
+${VARBASE}/log/munin/munin-graph.log  munin:munin 644 7 *    24   Z  
+${VARBASE}/log/munin/munin-html.log   munin:munin 644 7 *    24   Z  
+${VARBASE}/log/munin/munin-limits.log munin:munin 644 7 *    24   Z  
+${VARBASE}/log/munin/munin-update.log munin:munin 644 7 *    24   Z  
+
+to your /etc/newsyslog.conf file to have the logs rotated.
+
 ===========================================================================
diff -r 0055e139d3ad -r f936c0aa1fd5 sysutils/munin-server/Makefile
--- a/sysutils/munin-server/Makefile    Fri Jun 09 13:22:44 2006 +0000
+++ b/sysutils/munin-server/Makefile    Fri Jun 09 13:24:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/08 19:16:24 he Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/09 13:24:20 he Exp $
 #
 
 DISTNAME=      ${PKGNAME:S:-server-:_:}
@@ -62,6 +62,7 @@
 PLIST_SUBST+=  PERL5_SITELIB=${PERL5_SITELIB:Q}
 
 MESSAGE_SUBST+=        MUNIN_USER=${MUNIN_USER:Q}
+MESSAGE_SUBST+=        VARBASE=${VARBASE:Q}
 
 EGDIR=         ${PREFIX}/share/examples/munin
 TMPL_EGDIR=    ${EGDIR}/templates



Home | Main Index | Thread Index | Old Index