FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 10:39 AM GMT
Port details
munin-node 1.4.6 sysutils on this many watch lists=25 search for ports that depend on this port
Node-specific part of Munin
Maintained by: flo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Mar 2004 15:54:49
Also Listed In: perl5
License: not specified in port
Munin network-wide graphing framework (node)

Munin is a tool for graphing all sorts of information about one or more
servers and displaying it in a web interface. It uses the excellent
RRDTool (written by Tobi Oetiker) and is written in Perl. Munin has a
master/node architecture. The master connects to all the nodes at regular
intervals, and asks them for data. It then stores the data in RRD-files,
and (if needed) updates the graphs. One of the main goals have been ease
of creating own "plugins" (graphs).

This is the node part. It is used on all machines Munin shall watch.

WWW: http://munin-monitoring.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Module-Build, devel/p5-DateTime-HiRes, sysutils/munin-common, net/p5-Net-Server, net-mgmt/p5-Net-SNMP, shells/bash, devel/gmake, lang/perl5.8
Required To Run: devel/p5-Cache-Cache, devel/p5-DateTime-HiRes, sysutils/munin-common, net/p5-Net-Server, net-mgmt/p5-Net-SNMP, shells/bash, lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/munin-node/ && make install clean
To add the package: pkg_add -r munin-node


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://sunet.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://iweb.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://switch.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://surfnet.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://kent.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://freefr.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://voxel.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://jaist.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://osdn.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://nchc.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://ncu.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://transact.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://softlayer.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://internode.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://ufpr.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
http://waix.dl.sourceforge.net/project/munin/munin%20stable/1.4.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 53

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.4.6
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Dec 2011 10:50:50
Original commit files touched by this commit  1.4.6
flo search for other commits by this committer
munin moved to a new home

Reported by:    Cyrill Lefevere <cyrille.lefevre-lists@laposte.net>
09 Jul 2011 18:05:47
Original commit files touched by this commit  1.4.6
flo search for other commits by this committer
update to 1.4.6

Changelog: http://munin-monitoring.org/browser/tags/1.4.6/ChangeLog
09 Mar 2011 23:40:14
Original commit files touched by this commit  1.4.5_6
flo search for other commits by this committer
- fix a bug where plugins would stop graping data after a SIGHUP to munin-node
- prevent leftovers from sed and patch otherwise these would be installed also

 The problem is that munin-nodes runs in perl taint mode and after a SIGHUP
 p5-Net-Server thinks that the path is tainted and unsets the complete path,
 this causes all plugins which do not use an absolute path to utilities they
 call to fail. The fix is to set a well known good path.

Obtained from:  OpenBSD
PR:             ports/155109
16 Feb 2011 23:47:43
Original commit files touched by this commit  1.4.5_5
flo search for other commits by this committer
- also ignore .sample files as these can confuse plugins by overwriting values
defined in the .conf files.

It would be best if munin would only include .conf files, but until that happens
use this as a workaroud.

PR:             ports/147345
Submitted by:   Rob B <rbyrnes@gmail.com>
15 Feb 2011 00:11:56
Original commit files touched by this commit  1.4.5_5
flo search for other commits by this committer
- fix newsyslog entries, logs have been living in /var/log/munin for some
time now [1]
- fix http_loadtime plugin [2]
- fix coretemp and dev_cpu plugins [3]

PR:             ports/151182 [1], ports/154688 [2], ports/154584 [3]
Submitted by:   Detlef Peeters <dp@heringa.de> [1]
                Oliver Brandmueler <ob@e-gitt.net> [2]
                Hiroki (REO) Kashiwazaki <reo@iic.hokudai.ac.jp> [3]
13 Feb 2011 15:43:44
Original commit files touched by this commit  1.4.5_4
flo search for other commits by this committer
- take over maintainership

Approved by:    des (previous maintainer)
10 Feb 2011 00:23:31
Original commit files touched by this commit  1.4.5_4
flo search for other commits by this committer
- add p5-Cache-Cache dependancy it is required by the mysql_* plugins
- bump PORTREVISION

PR:             ports/154534
Approved by:    des (maintainer, private mail)
05 Feb 2011 06:09:10
Original commit files touched by this commit  1.4.5_3
miwi search for other commits by this committer
- Use jot(1) instead of seq(1) (GNU seq(1) does not exist on FreeBSD. Use jot(1)
instead.)
- While here drop MD5 support

PR:             144602
Submitted by:   lth@
Approved by:    maintainer timeout
Feature safe:   yes
12 Dec 2010 01:07:10
Original commit files touched by this commit  1.4.5_2
pgollucci search for other commits by this committer
- Correct env.logfile setting, the dir is a different setting
- Bump PORTREVISION

PR:             ports/142423
Submitted by:   Chen-Yu Tsai <wens@csie.org>
Approved by:    maintainer timeout (des ; 337 days)
02 Dec 2010 10:47:09
Original commit files touched by this commit  1.4.5_1
des search for other commits by this committer
Sorry, committed the wrong files.
02 Dec 2010 10:45:17
Original commit files touched by this commit  1.4.5_1
des search for other commits by this committer
Strip non-numeric characters (i.e. units) from the CPU frequency and
temperature.

Submitted by:   delphij@
23 Aug 2010 16:34:38
Original commit files touched by this commit  1.4.5
des search for other commits by this committer
Upgrade to 1.4.5.

PR:             ports/149909, ports/149910, ports/149911
27 Apr 2010 08:24:42
Original commit files touched by this commit  1.4.4
des search for other commits by this committer
Upgrade to 1.4.4.

PR:             ports/145948
Submitted by:   Sean Rees <sean@rees.us>
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.4.3_2
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
25 Feb 2010 12:15:38
Original commit files touched by this commit  1.4.3_2
des search for other commits by this committer
Continue rototilling the Munin ports:

 - Move some files around and adjust the plists accordingly.
 - Fix some directory creation / deletion in the plists.
 - Fix some directory ownerships.
 - Instead of patching the Makefile, specify installation directories
   on the command line.  Centralize the definition of MAKE_ARGS and some
   other shared variables.

Feature safe:   yes
24 Feb 2010 20:18:51
Original commit files touched by this commit  1.4.3_1
des search for other commits by this committer
Massive cleanup of the Munin ports:

 - Use a fixed UID / GID
 - Fix handling of sample configs in plists
 - Add missing plist entries (mostly directories)
 - Use /var/munin instead of %D/var/munin
 - Consistently use %%FOODIR%% instead of ${PREFIX}/foo etc.
 - Honor BATCH / PACKAGE_BUILDING
 - Fix network throughput probes (if_ and if_errcoll_)

PR:             120755, 120756, 124528, 129576, 129577, 143804
Submitted by:   see PRs
Feature safe:   yes
23 Feb 2010 13:55:00
Original commit files touched by this commit  1.4.3
des search for other commits by this committer
Upgrade Munin to 1.4.3.  Thanks to Sean Rees <sean@rees.us> for providing
the initial patches and getting me started with this.

Note that munin-main has been renamed to munin-master (see MOVED).

Approved by:    portmgr (erwin)
Feature safe:   yes
22 Aug 2009 00:35:32
Original commit files touched by this commit  1.2.6_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
22 Jul 2009 16:27:08
Original commit files touched by this commit  1.2.6_1
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
22 Mar 2009 22:50:56
Original commit files touched by this commit  1.2.6_1
des search for other commits by this committer
The pre-install script needs root privs, and should therefore run in the
pre-su-install phase.

PR:             ports/132781
Submitted by:   Ilya M. Slepnev <ilya@ilimit.org>, ru@
15 Oct 2008 07:47:58
Original commit files touched by this commit  1.2.6_1
des search for other commits by this committer
Merge part of upstream r1561: fix ntp_offset's shebang line

Submitted by:   kuriyama@
15 Oct 2008 07:43:34
Original commit files touched by this commit  1.2.6
des search for other commits by this committer
Empty files which I forgot to cvs rm after applying a patch.

Noticed by:     kuriyama@
03 Sep 2008 13:27:50
Original commit files touched by this commit  1.2.6
des search for other commits by this committer
Update to 1.2.6.

PR:             ports/126371
Submitted by:   Matthias Fechner <idefix@fechner.net>, Lupe Christoph
<lupe@lupe-christoph.de>
20 Feb 2008 17:17:08
Original commit files touched by this commit  1.2.5_3
des search for other commits by this committer
Include the rc.d script in pkg-plist so it will be in the package.

PR:             ports/120348
07 Feb 2008 10:41:12
Original commit files touched by this commit  1.2.5_2
des search for other commits by this committer
Assume maintainership.

Approved by:    maintainer timeout, portmgr (linimon)
06 Feb 2008 21:34:23
Original commit files touched by this commit  1.2.5_2
des search for other commits by this committer
Fix if_ plugin so it doesn't display lo and pflog interfaces.
Fix plugins.conf so mbmon plugin works.

Approved by:    maintainer timeout
22 Oct 2007 12:32:25
Original commit files touched by this commit  1.2.5_1
des search for other commits by this committer
Fix some style issues (files -> ${FILESDIR}, pkg-install -> ${PKGINSTALL})
Adjust patches so PATCH_STRIP is not needed
Fix default config so hddtemp_smartctl works out of the box
04 Oct 2007 06:10:15
Original commit files touched by this commit  1.2.5
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
08 Sep 2007 01:04:03
Original commit files touched by this commit  1.2.5
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
06 Nov 2006 22:50:50
Original commit files touched by this commit  1.2.5
miwi search for other commits by this committer
- Update to 1.2.5

Notes: Please read the UPDATING!

PR:             ports/105107
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
25 Sep 2006 10:47:02
Original commit files touched by this commit  1.2.4_2
miwi search for other commits by this committer
- Fix premissions with pre-existing user's
- Bump PORTREVISION

PR:             ports/103451
Submitted by:   Lupe Christoph <lupe(at)lupe-christoph.de> (maintainer)
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.2.4_1
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
24 Jan 2006 01:06:45
Original commit files touched by this commit  1.2.4_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:52:21
Original commit files touched by this commit  1.2.4_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
26 Dec 2005 07:11:05
Original commit files touched by this commit  1.2.4_1
sem search for other commits by this committer
- Fix depends on 4.11

PR:             ports/90887
Reported by:    Antoine Beaupre <anarcat@koumbit.org>
Submitted by:   Lupe Christoph (maintainer)
03 Nov 2005 16:59:38
Original commit files touched by this commit  1.2.4
garga search for other commits by this committer
- Update to 1.2.4

PR:             ports/88438
Submitted by:   maintainer
05 Apr 2005 07:22:12
Original commit files touched by this commit  1.2.2
sem search for other commits by this committer
- Update to 1.2.2
- Remove some extra dirs
- Be sure rc_subr is installed on 4.x

PR:             ports/79127
Submitted by:   maintainer
04 Mar 2005 17:47:19
Original commit files touched by this commit  1.2.0
sem search for other commits by this committer
- Update tp 1.2.0
- Upgrade FreeBSD4 support to rcNG
- Use INSTALL_SCRIPT to install the start-stop script
- Correct rcNG version of pkg-message, adding PREFIX
- Use SUB_FILES and SUB_LIST
- Add log rotation support

PR:             ports/77721
Submitted by:   maintainer
14 Dec 2004 01:44:54
Original commit files touched by this commit  1.0.4
sem search for other commits by this committer
Add files forgoten with the last commit.
14 Dec 2004 01:43:10
Original commit files touched by this commit  1.0.4
sem search for other commits by this committer
- Update to 1.0.4
* it unbreaks munin-node

PR:             ports/74165, ports/74166
Submitted by:   maintainer
04 Dec 2004 01:39:53
Original commit files touched by this commit  1.0.3
kris search for other commits by this committer
BROKEN on 5.x: Broken pkg-plist
16 Nov 2004 15:16:37
Original commit files touched by this commit  1.0.3
leeym search for other commits by this committer
- undo the damage that made by an overzealous committer (yes, me, leeym@)
- commit the patch **EXACTLY** as maintainer's wish

PR:             73377
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de>
13 Oct 2004 01:46:15
Original commit files touched by this commit  1.0.2
leeym search for other commits by this committer
- remove extra files from PLIST
- add missing file into PLIST
- unbreak this port

PR:             72104
Submitted by:   leeym
Approved by:    maintainer timeout
12 Oct 2004 07:27:20
Original commit files touched by this commit  1.0.2
linimon search for other commits by this committer
Update to 1.0.2.

PR:             ports/71647
Submitted by:   Lupe Christoph <lupe at lupe-christoph dot de> (maintainer)
19 Sep 2004 01:20:32
Original commit files touched by this commit  1.0.0
kris search for other commits by this committer
BROKEN on 5.x: Broken pkg-plist

Approved by:    portmgr (self)
14 Jun 2004 20:13:13
Original commit files touched by this commit  1.0.0
vs search for other commits by this committer
Update to 1.0.0

PR:             ports/67931, ports/67932
Submitted by:   maintainer
03 Jun 2004 22:46:59
Original commit files touched by this commit  1.0.0.p5
pav search for other commits by this committer
- Update to 1.0.0 pre5

PR:             ports/67533
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
20 Apr 2004 21:47:47
Original commit files touched by this commit  1.0.0.p3_1
pav search for other commits by this committer
- Don't change permissions on system directories
- Fix pkg-plist

  Note that this still trails one file behind, but that's intentional.

PR:             ports/65814, ports/65440
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
19 Apr 2004 03:13:48
Original commit files touched by this commit  1.0.0.p3_1
kris search for other commits by this committer
BROKEN: Broken pkg-plist, and changes permissions on system directories
10 Apr 2004 14:26:04
Original commit files touched by this commit  1.0.0.p3_1
pav search for other commits by this committer
- Do not delete etc/munin/VERSION.node, it must be preserved over upgrades
- Add instructions how to completely remove munin-node

PR:             ports/64285
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
02 Mar 2004 19:16:32
Original commit files touched by this commit  1.0.0.p3
olgeni search for other commits by this committer
Fix a couple of typos.
02 Mar 2004 15:54:05
Original commit files touched by this commit  1.0.0.p3
mat search for other commits by this committer
Add Munin network-wide graphing framework (node)

This is the node part. It is used on all machines Munin shall watch.

PR:             ports/62479
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de>

Number of commits found: 53

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.217 seconds.