https://github.com/ronnix/fabtools.recipes.graphite
Fabric task to install graphite, using fabtools
https://github.com/ronnix/fabtools.recipes.graphite
fabtools graphite python-fabric
Last synced: 6 months ago
JSON representation
Fabric task to install graphite, using fabtools
- Host: GitHub
- URL: https://github.com/ronnix/fabtools.recipes.graphite
- Owner: ronnix
- License: bsd-2-clause
- Created: 2011-11-24T23:23:04.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-09T01:47:39.000Z (almost 14 years ago)
- Last Synced: 2025-04-05T11:21:51.152Z (7 months ago)
- Topics: fabtools, graphite, python-fabric
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Description
===========`Fabric `_ task to install `graphite `_, using `fabtools `_.
How to use
==========Import the task in your project's ``fabfile.py`` to make it available::
from fabtools.recipes.graphite import install_graphite
Then you can call it from the ``fab`` command::
fab install_graphite