Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undera/customfunctions
Additional functions for graphite-web
https://github.com/undera/customfunctions
Last synced: about 1 month ago
JSON representation
Additional functions for graphite-web
- Host: GitHub
- URL: https://github.com/undera/customfunctions
- Owner: undera
- License: apache-2.0
- Created: 2014-02-20T15:50:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T10:34:16.000Z (over 10 years ago)
- Last Synced: 2023-04-13T23:45:55.927Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Additional functions for graphite-web
===============To install it:
```
sudo apt-get install python-numpy python-scipy
sudo wget -O /usr/lib/python2.7/seglinreg.py https://raw.github.com/undera/segmented-linear/master/seglinreg.py
sudo git clone https://github.com/undera/customfunctions.git /usr/lib/python2.7/customfunctions
echo "from graphite.app_settings import *" | sudo tee -a /opt/graphite/webapp/graphite/local_settings.py
echo "INSTALLED_APPS+=('customfunctions',)" | sudo tee -a /opt/graphite/webapp/graphite/local_settings.py
sudo service apache2 restart
```