aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-main/pkg-descr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-03-02 15:52:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-03-02 15:52:48 +0000
commit4e96c16014996a5ecdb5bddca7805028b08cb425 (patch)
treeef0b01fb8a485f86a5ef0378f198f6b807a656a9 /sysutils/munin-main/pkg-descr
parent46a6e076cb8c375fe9d3e25db03ba07bd96845cc (diff)
downloadports-4e96c16014996a5ecdb5bddca7805028b08cb425.tar.gz
ports-4e96c16014996a5ecdb5bddca7805028b08cb425.zip
Add Munin network-wide graphing framework
This is the collector. It is installed on the machine that shall collect and display perfromance data. PR: ports/62480 Submitted by: Lupe Christoph <lupe@lupe-christoph.de>
Notes
Notes: svn path=/head/; revision=102739
Diffstat (limited to 'sysutils/munin-main/pkg-descr')
-rw-r--r--sysutils/munin-main/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/munin-main/pkg-descr b/sysutils/munin-main/pkg-descr
new file mode 100644
index 000000000000..69168aa584ca
--- /dev/null
+++ b/sysutils/munin-main/pkg-descr
@@ -0,0 +1,14 @@
+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 execellent
+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 collector. It is installed on the machine that shall collect
+and display perfromance data.
+
+WWW: http://www.linpro.no/projects/munin/