0.01
No release in over 3 years
Low commit activity in last 3 years
Plot collectd data using gnuplot, with useful features such as host globbing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 0.7.3
= 2.4.1
= 3.1.4
= 1.0.2
= 1.3.2
= 1.3.3
 Project Readme

Overview

Collectd-Plot provides a REST API for serving RRD files, as generated by Collectd.

Development

  • Run the Tests: bundle exec rake spec

  • Running a dev instance

    • Install vagrant
    • run vagrant up
    • the service should be available on the host machine at port 8081: http://localhost:8081
    • the service is run with shotgun, which reloads the code for every request, so edits to the source under /vagrant will be visible with the next request, with no restart.
  • Log into the vm for troubleshooting with vagrant ssh

Deployment

  • Apply the included chef role 'Prod-Collectd-Plot'

  • This role will install all dependencies, and start the service on port 80 using passenger on apache.