~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to contrib/collection3/README

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-11-18 15:54:20 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081118155420-sc2mxv2pebafkmon
Tags: 4.4.2-2ubuntu1
* Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
* Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
* Add ubuntu_hardening.dpatch patch, fix FTBFS.
* Add ubuntu_perl.c.dpatch, fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 collection3 - Web frontend for collectd
 
2
=========================================
 
3
http://collectd.org/
 
4
 
 
5
About
 
6
-----
 
7
 
 
8
  collection3 is a graphing front-end for the RRD files created by and filled
 
9
  with collectd. It is written in Perl and should be run as an CGI-script.
 
10
  Graphs are generated on-the-fly, so no cron job or similar is necessary.
 
11
 
 
12
Layout
 
13
------
 
14
 
 
15
  The files used by collection3 are organized in a typical UNIX fashion: The
 
16
  configuration resides in etc/, executable scripts are in bin/, supplementary
 
17
  Perl modules are in lib/ and static data for displaying the web page are in
 
18
  share/.
 
19
 
 
20
  All files in all subdirectories except bin/ should NOT be executable.
 
21
  Ideally, the webserver should not serve them either. Consider using
 
22
  `.htaccess' files or other means to configure the web server to deny access
 
23
  to these directories.
 
24
 
 
25
Dependencies
 
26
------------
 
27
 
 
28
  collection3 depends on the following Perl modules not included in the Perl
 
29
  distribution itself:
 
30
 
 
31
  * Config::General
 
32
  * HTML::Entities
 
33
  * RRDs
 
34
 
 
35
Copyright and License
 
36
---------------------
 
37
 
 
38
  Copyright (C) 2008  Florian octo Forster <octo at verplant.org>
 
39
 
 
40
  collection3 is provided under the terms of the GNU General Public License,
 
41
  version 2 (GPLv2).
 
42