Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usiusi360/zabirepo
Dashboard using the API of Zabbix
https://github.com/usiusi360/zabirepo
Last synced: 3 months ago
JSON representation
Dashboard using the API of Zabbix
- Host: GitHub
- URL: https://github.com/usiusi360/zabirepo
- Owner: usiusi360
- License: mit
- Created: 2016-07-08T11:08:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T10:47:46.000Z (over 6 years ago)
- Last Synced: 2024-05-29T00:29:08.451Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.96 MB
- Stars: 86
- Watchers: 21
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZabiRepo #
[![license](https://img.shields.io/github/license/usiusi360/zabirepo.svg?style=flat-square)](https://github.com/usiusi360/zabirepo/blob/master/LICENSE.txt)
ZabiRepo -Dashboard using the API of Zabbix-
YouTube:
[![zabirepo](http://img.youtube.com/vi/hf_Y7E9xL6k/0.jpg)](https://www.youtube.com/watch?v=hf_Y7E9xL6k)
## 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:///zabbix/zabirepo/
````
- Log in with a Zabbix user.
- Detailed instructions on how to use , please look at the YouTube.
https://www.youtube.com/watch?v=hf_Y7E9xL6k## 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.jsGRAPH_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.jsvar baseURL = '//' + location.host + '/zabbix/';
```## Gallery ##
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image001.png)
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image002.png)
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image003.png)
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image004.png)
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image005.png)
![image](https://raw.githubusercontent.com/usiusi360/zabirepo/master/gallery/image006.png)