https://github.com/httpdss/collectd-web
Collectd-web is a web-based front-end for RRD data collected by collectd
https://github.com/httpdss/collectd-web
collectd frontend monitoring monitoring-tool
Last synced: 24 days ago
JSON representation
Collectd-web is a web-based front-end for RRD data collected by collectd
- Host: GitHub
- URL: https://github.com/httpdss/collectd-web
- Owner: httpdss
- License: apache-2.0
- Created: 2009-04-11T16:07:05.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T05:30:22.000Z (about 1 month ago)
- Last Synced: 2025-04-01T15:12:56.619Z (about 1 month ago)
- Topics: collectd, frontend, monitoring, monitoring-tool
- Language: Perl
- Homepage: http://httpdss.github.io/collectd-web/
- Size: 1.59 MB
- Stars: 247
- Watchers: 9
- Forks: 72
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
============
Collectd-web
============The main objective of this is to develop an easy to use and customizable web
interface for Collectd (Resource monitoring software). Two days of research
where enough to realize that collectd didn't have a real frontend and the one
bundled with the backend was really made for testing purposes, so much of the
usability and strength of statistics was left aside.Installation
============
You must have a path containing each host's files in a separate
sub-directory, named according to the host.For example,
/etc/collectd/collectd-web/localhost/In this case, your datadir will be '/etc/collectd/collectd-web/'.
Create /etc/collectd/collection.conf with the content:datadir: "/etc/collectd/collectd-web/"
For Debian-based linux distribution
-----------------------------------Install the following dependencies
apt-get install librrds-perl libjson-perl libhtml-parser-perl
Using the webserver
===================
Give collectd-web a try! Execute the standalone web server and you are done:python runserver.py
Links
=====
* http://collectdweb.appspot.com
* https://twitter.com/collectdweb
* https://www.facebook.com/collectdweb
* https://plus.google.com/111037505131782971511/posts
* https://twitter.com/collectdweb_git (Commit tracker for collectd-web repository)License
=======
Collectd-web is licensed under the GNU General Public License (GPL), version 2
or later. The full licensing terms are available in the file "COPYING".This package includes jQuery which is licensed under the GPL version 2 and the
MIT license. For more information on jQuery's license, visit their homepage at: