File: README

package info (click to toggle)
collectd 5.12.0-27
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,160 kB
  • sloc: ansic: 120,848; perl: 20,684; php: 3,007; makefile: 2,441; java: 1,713; javascript: 920; python: 892; sh: 799; cpp: 638; yacc: 231; sql: 198; lex: 146; ruby: 49; xml: 44
file content (43 lines) | stat: -rw-r--r-- 1,259 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 collection3 - Web frontend for collectd
=========================================
http://collectd.org/

About
-----

  collection3 is a graphing front-end for the RRD files created by and filled
  with collectd. It is written in Perl and should be run as an CGI-script.
  Graphs are generated on-the-fly, so no cron job or similar is necessary.

Layout
------

  The files used by collection3 are organized in a typical UNIX fashion: The
  configuration resides in etc/, executable scripts are in bin/, supplementary
  Perl modules are in lib/ and static data for displaying the web page are in
  share/.

  All files in all subdirectories except bin/ should NOT be executable.
  Ideally, the webserver should not serve them either. Consider using
  `.htaccess' files or other means to configure the web server to deny access
  to these directories.

Dependencies
------------

  collection3 depends on the following Perl modules not included in the Perl
  distribution itself:

  * Config::General
  * Regexp::Common
  * HTML::Entities
  * RRDs

Copyright and License
---------------------

  Copyright (C) 2008  Florian octo Forster <octo at verplant.org>

  collection3 is provided under the terms of the GNU General Public License,
  version 2 (GPLv2).