All Projects → OneOaaS → Graphtrees

OneOaaS / Graphtrees

此项目当前不再更新,只适用于3.0和3.2版本

Projects that are alternatives of or similar to Graphtrees

Pagerbeauty
📟✨ PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible
Stars: ✭ 250 (+142.72%)
Mutual labels:  monitor, dashboard
monitor system docs
No description or website provided.
Stars: ✭ 30 (-70.87%)
Mutual labels:  monitor, zabbix
Stonky
A command line dashboard for monitoring stocks
Stars: ✭ 208 (+101.94%)
Mutual labels:  monitor, dashboard
Opcache Dashboard
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
Stars: ✭ 117 (+13.59%)
Mutual labels:  monitor, dashboard
Noahv
An efficient front-end application framework based on vue.js
Stars: ✭ 593 (+475.73%)
Mutual labels:  monitor, dashboard
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (-32.04%)
Mutual labels:  monitor, zabbix
Elasticsearch-zabbix-monitor
Elasticsearch zabbix 监控
Stars: ✭ 16 (-84.47%)
Mutual labels:  monitor, zabbix
Grafana Zabbix Dashboards
Grafana dashboards for Zabbix
Stars: ✭ 50 (-51.46%)
Mutual labels:  zabbix, dashboard
Gitlab Monitor
A web-based monitor dashboard for GitLab CI
Stars: ✭ 343 (+233.01%)
Mutual labels:  monitor, dashboard
Memeye
👀 The eye of memory. A lightweight memory monitor and dashboard for Node.js application on development.
Stars: ✭ 332 (+222.33%)
Mutual labels:  monitor, dashboard
Prometheusalert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Stars: ✭ 822 (+698.06%)
Mutual labels:  monitor, zabbix
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+1067.96%)
Mutual labels:  monitor, dashboard
Postgresql Dashboard
A real-time monitoring screen based on Dashing and Sinatra
Stars: ✭ 96 (-6.8%)
Mutual labels:  dashboard
Bluecommand
Dashboarding and Tooling front-end for PowerShell Empire using PowerShell Universal Dashboard
Stars: ✭ 99 (-3.88%)
Mutual labels:  dashboard
Cboard V
CBoard Vue 版 (BI dashboard platform)
Stars: ✭ 96 (-6.8%)
Mutual labels:  dashboard
Kwd Dashboard
Fully responsive dashboard built with tailwindcss & alpinejs
Stars: ✭ 95 (-7.77%)
Mutual labels:  dashboard
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-2.91%)
Mutual labels:  dashboard
Mozaik Demo
Sample mozaïk app with two dashboards
Stars: ✭ 98 (-4.85%)
Mutual labels:  dashboard
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1192.23%)
Mutual labels:  dashboard
D2 Admin Xiya Go Cms
cms by d2-admin
Stars: ✭ 94 (-8.74%)
Mutual labels:  dashboard

graphtrees

最新版集成到OneOaaS Monitor中,下载地址http://www.oneoaas.com/download

###功能

一、集中展示所有分组设备
二、集中展示一个分组图像
三、集中展示一个设备图像
四、展示设备下的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

zabbix web version >=3.0.0

安装

注意:如果你用过3.0.1的patch,需要重新下载zabbix的源码包,请用第一种方法安装

#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		

#screenshot http://t.cn/RqAeAxT http://t.cn/RcwoOGf 项目捐款

如果你觉得本项目促进了您的生产力,欢迎对作者打赏,以资支持【让作者有更多动力去开发下个版本】
打赏金额任意(注意:不接受大于500的高额赞赏)

image image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].