- Add filter by priority
- Remove database (json file used now)
- Logging if a zabbix backend is ko
- python 3 compatibility
- Graph (per trigger level/hosts/Zabbix)
flask
: web frameworkflask-wtf
: flask plugin (WTForms)flask-script
: flask plugingunicorn
: python wsgipython-slugify
: A Python Slugify application that handles Unicoderequests
: HTTP Library
git clone [email protected]:Jeremmm/multizab.git
cd multizab
virtualenv env -p python2.7
env/bin/pip install -r requirements.txt
cp multizab\config-template.py multizab\config.py
env/bin/python manage.py runserver
env/bin/gunicorn -w 4 multizab:app -b 127.0.0.1:8000 -D
Jeremy Mouton (@jeremmm) [email protected]
MIT. See LICENSE
for more details.