/zabirepo

Dashboard using the API of Zabbix

Primary LanguageJavaScriptMIT LicenseMIT

ZabiRepo

license Gitter

ZabiRepo -Dashboard using the API of Zabbix-

YouTube:

zabirepo

Online Demo

・UserID:guest Password:none

https://usiusi360.github.io/zabirepo/

Features

  • You can aggregate the Zabbix of events in the pivot table like.
  • Aggregate event information can be graphed.
  • You can see the list of the graph with a simple operation.

Requirements

  • Zabbix >= 3.0
  • Web Browser : Google Chrome

Installation

2 ways to setup.

A. Zip download

Zip is downloaded and developed in zabbix directories of http server.

$ wget https://github.com/usiusi360/zabirepo/archive/master.zip
$ unzip master.zip
$ sudo mv ./zabirepo-master /usr/share/zabbix/zabirepo

B. Git clone

$ cd /usr/share/zabbix/
$ sudo git clone https://github.com/usiusi360/zabirepo.git

Usage

  • Access the browser.
http://<ZabbixServer>/zabbix/zabirepo/

FAQ

  • What's this message? [the number of items has exceeded the limit]

Limit the number to be displayed at the same time. We want you to change the following parameters.

* zabirepo/dist/js/zabirepo-param.js

GRAPH_CELL_LIMIT : 40 (default)
GRAPH_ITEM_LIMIT : 40 (default)
  • Network Error is displayed. I want to see if the URL path is correct. Default is /zabbix. But, necessary to change the different if setting.
* zabirepo/dist/js/zabirepo-param.js

var baseURL = '//' + location.host + '/zabbix/';

Contact

gitter: https://gitter.im/usiusi360/zabirepo

Twitter: @usiusi360

Gallery

image image image image image image