|
1 year ago | |
---|---|---|
djunin | 1 year ago | |
docker | 1 year ago | |
.coveragerc | 2 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 2 years ago | |
Dockerfile | 1 year ago | |
LICENSE.txt | 3 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
docker_settings.py | 1 year ago | |
manage.py | 2 years ago | |
requirements.txt | 1 year ago | |
requirements_dev.txt | 1 year ago | |
run-manage.py.sh | 3 years ago | |
sonar-project.properties | 2 years ago | |
test_settings.py | 2 years ago |
Djunin is a Django-based frontend for Munin.
Features:
Install Djunin like any other Django application (see Deploying Django). Since Djunin accesses Munin’s files, the user needs read access to Munin’s datadir (typically /var/lib/munin
).
Djunin uses django-compressor so you have to run manage.py compress
after installation.
The following settings needs to be set in your settings.py
:
MUNIN_DATA_DIR - Path to munins data directory
If you are using rrdcached set the following two values too:
RRDCACHED - path to rrdcached`s socket (e.g. unix:/var/run/rrdcached.sock)
FLUSH_BEFORE_FETCH=True
See LICENSE.txt