diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /sysutils/munin-master/pkg-descr | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'sysutils/munin-master/pkg-descr')
-rw-r--r-- | sysutils/munin-master/pkg-descr | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/munin-master/pkg-descr b/sysutils/munin-master/pkg-descr deleted file mode 100644 index 4c8acb6ab016..000000000000 --- a/sysutils/munin-master/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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 collector. It is installed on the machine that shall collect -and display performance data. - -WWW: http://www.linpro.no/projects/munin/ |