Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gatus | 3,707 | 20 hours ago | 56 | April 26, 2022 | 78 | apache-2.0 | Go | |||
⛑ Automated developer-oriented status page | ||||||||||
Prometheusalert | 2,173 | 16 days ago | 10 | April 19, 2021 | 36 | mit | JavaScript | |||
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等 | ||||||||||
Noahv | 641 | 3 | 6 months ago | 14 | July 15, 2020 | 41 | apache-2.0 | JavaScript | ||
An efficient front-end application framework based on vue.js | ||||||||||
Node Monitor | 579 | 35 | 14 | 7 years ago | 30 | May 17, 2014 | 6 | mit | JavaScript | |
Node.js application monitoring | ||||||||||
Gitlab Monitor | 412 | a year ago | 29 | mit | Vue | |||||
A web-based monitor dashboard for GitLab CI | ||||||||||
Memeye | 334 | 8 | 2 | 2 years ago | 7 | March 19, 2017 | 11 | mit | JavaScript | |
👀 The eye of memory. A lightweight memory monitor and dashboard for Node.js application on development. | ||||||||||
Pagerbeauty | 304 | 10 months ago | 22 | July 12, 2020 | 21 | mit | JavaScript | |||
:pager::sparkles: PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible | ||||||||||
Pi Process Dashboard | 276 | 4 years ago | mit | Python | ||||||
How to remotely monitor your Raspberry Pi processes and IP addresses | ||||||||||
Swmp | 251 | 2 years ago | 2 | mit | CSS | |||||
A responsive, eye-pleasing Linux server statistics dashboard. | ||||||||||
Stonky | 225 | a year ago | 11 | August 19, 2021 | 4 | mit | Python | |||
command line dashboard for monitoring stocks |
###功能
一、集中展示所有分组设备
二、集中展示一个分组图像
三、集中展示一个设备图像
四、展示设备下的Application
五、展示每个Application下的图像
六、展示每个Application下的日志
七、对原生无图的监控项进行绘图
注意问题:
在组和主机级别,默认只显示系统配置的graph
点击application后,会显示3种数据:
1. 系统默认有graph的;
2. 系统默认无graph的;
3. 日志类的
Function:
Zabbix graph tree
Display all monitor things in one page.
1.All group graph
2.One Application graph
3.One group graph
4.One host graph
5.All Application one host
6.All Application log text
7.draw graph if no exist graph in host if item type is Numeric
Note:
click group and host,display graph in host graph
click Application,dispaly 3 types:
1.default graph
2.Draw graph for not exist graph(item type is Numeric)
4.item tpye is Character\Log\Text
#How to Install: 1.if you have not installed zabbix web
#说明,本项目支持3.0.4以上的ZabbixWEB版本
wget http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/3.0.4/zabbix-3.0.4.tar.gz
tar xf zabbix-3.0.4.tar.gz
cd frontends/php
wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree3.0.4.patch
#yum install -y patch
patch -Np0 <graphtree3.0.4.patch
chown -R ${WEB_USER} oneoaas
cd ../
mv php /usr/share/zabbix (Web root should be /usr/share/zabbix)
#注意此处的权限,必须和nginx或者apache的用户一致,如用的是apache,则此处为chown -R apache:apache oneoaas/
2.If you have already installed zabbix web RPM repo #从未使用过3.0.1的patch
#说明,本项目支持3.0.4以上的ZabbixWEB版本
cd /usr/share/zabbix
wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree3.0.4.patch
yum install -y patch
patch -Np0 <graphtree3.0.4.patch
chown -R ${WEB_USER} oneoaas
#注意此处的权限,必须和nginx或者apache的用户一致,如用的是apache,则此处为chown -R apache:apache oneoaas/
3.Apache Issue +
#vim /etc/httpd/conf.d/zabbix.conf
Alias /oneoaas /usr/share/zabbix/oneoaas
Alias /zabbix /user/share/zabbix
如果你觉得本项目促进了您的生产力,欢迎对作者打赏,以资支持【让作者有更多动力去开发下个版本】
打赏金额任意(注意:不接受大于500的高额赞赏)