You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
collectd/contrib/collection3
Michael Prokop 64639b774e
Adding upstream version 4.10.1
13 years ago
..
bin Adding upstream version 4.10.1 13 years ago
etc Adding upstream version 4.10.1 13 years ago
lib Adding upstream version 4.10.1 13 years ago
share Adding upstream version 4.10.1 13 years ago
README Adding upstream version 4.10.1 13 years ago

README

 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).