Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

moutonjeremy/multizab

Repository files navigation

multizab

Code Climate

ScreenShot

ScreenShot

Update

18 Feb 2016

  • Add filter by priority

13 Feb 2016

  • Remove database (json file used now)
  • Logging if a zabbix backend is ko
  • python 3 compatibility
  • Graph (per trigger level/hosts/Zabbix)

Requirements

  • flask: web framework
  • flask-wtf: flask plugin (WTForms)
  • flask-script: flask plugin
  • gunicorn: python wsgi
  • python-slugify: A Python Slugify application that handles Unicode
  • requests: HTTP Library

Install

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

Usage with gunicorn

env/bin/gunicorn -w 4 multizab:app -b 127.0.0.1:8000 -D

Author

Jeremy Mouton (@jeremmm) [email protected]

License

MIT. See LICENSE for more details.

About

Frontend for multiple zabbix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published