https://github.com/undera/customfunctions
Additional functions for graphite-web
https://github.com/undera/customfunctions
Last synced: over 1 year 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T10:34:16.000Z (over 12 years ago)
- Last Synced: 2025-01-23T15:14:15.899Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 1
- Watchers: 3
- 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
```