You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
djunin | 4 years ago | |
docker | 4 years ago | |
.coveragerc | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
Dockerfile | 4 years ago | |
LICENSE.txt | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
docker_settings.py | 4 years ago | |
manage.py | 5 years ago | |
requirements.txt | 4 years ago | |
requirements_dev.txt | 4 years ago | |
run-manage.py.sh | 5 years ago | |
sonar-project.properties | 5 years ago | |
test_settings.py | 5 years ago |
README.md
Djunin is a Django-based frontend for Munin.
Features:
- client-side graph rendering via d3.js.
- mobile friendly
- searching
Installation
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
License
See LICENSE.txt