Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Zabbix Docker | 1,877 | 2 days ago | 1 | gpl-2.0 | Shell | |||||
Official Zabbix Dockerfiles | ||||||||||
Zabbix Threat Control | 187 | 3 months ago | 27 | gpl-3.0 | Python | |||||
Zabbix vulnerability assessment plugin | ||||||||||
Ansible Zabbix Server | 159 | 3 years ago | 5 | mit | Python | |||||
Installing and maintaining zabbix-server for RedHat/Debian/Ubuntu. | ||||||||||
Quick Installation Zabbix | 137 | 6 months ago | 1 | Shell | ||||||
一键安装 zabbix 3.0.22 zabbix install | ||||||||||
Zabbix | 92 | 6 years ago | 43 | apache-2.0 | Ruby | |||||
Zabbix chef cookbook | ||||||||||
Zabbixweb | 73 | 3 years ago | 6 | mit | HTML | |||||
A frontend monitoring board for Zabbix server. | ||||||||||
Zabbix Sender | 62 | 11 | 6 | 6 years ago | 5 | October 17, 2017 | 4 | apache-2.0 | Java | |
java zabbix-sender | ||||||||||
Zabbix Wechat | 54 | 4 years ago | 1 | apache-2.0 | Python | |||||
An auto-notification alarm system | ||||||||||
Nginx Zabbix Template | 53 | 4 years ago | Python | |||||||
nginx monitor for zabbix and include template | ||||||||||
Docker Zabbix | 48 | 6 years ago | 9 | gpl-3.0 | Python | |||||
Add and monitor running docker containers in Zabbix Server |
This software is no longer maintained by me. As far as I'm aware there's no fork where development is being continued actively. Sorry!
A frontend monitoring board for Zabbix server.
This is a GUI dashboard for Zabbix hosts. It will list the hostname, OS, Load CPU cores, number of processes, memory usage, ping, traffic on the default interface, and disk usage.
Screenshots can be found on the original blog post.
Download and extract the files on your Zabbix server, somewhere web-accessible. It is possible to host this dashboard on an external server, but some work is required to do so. This will be outlined in the wiki.
Edit index.html and change the line var zabbix = new $.zabbix ('http://zabbix.org/zabbix/api_jsonrpc.php', 'guest', '');
as follows:
Change http://zabbix.org to the IP or DNS name of your Zabbix server (but leave the /zabbix/api_jsonrpc.php
)
Change guest
and the empty string to the username and password (respectively) of a Zabbix user that the GUI will use to access the data. Ideally this should be a Zabbix user with Read-only access to the Host Groups you want to show. Don't use your own user! We make no effort to hide the password...
You may have to add an item for each of these keys to your host Templates:
system.cpu.num
- set as decimal
system.cpu.load
- set as float
vm.memory.size[total]
- set as decimal
vm.memory.size[free]
- set as decimal
vm.memory.size[cached]
- set as decimal
vm.memory.size[inactive]
- set as decimal
Open a web browser page to http://yourzabbixserver/zabbixweb-0.1-release/index.html
Enjoy!