Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 568 Bytes

ZabImIn

ZabImIn stand for Zabbix Improved Interface. It's bootstrap based shiny Zabbix™ UI.

Install

  1. Clone it
git clone https://github.com/pepyaka/zabimin.git
  1. Change current dir
cd zabimin
  1. Copy config
cp -v js/config.example.js js/config.js
  1. Edit config. Set Zabbix™ API URL. You need to set remote URL (ex. http://zabbix.example.net/api_jsonrpc.php)
  2. Start for example python simple http server
python -m SimpleHTTPServer
  1. Go to http://localhost:8000/