欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Zabbix
来自开放百科 - 灰狐
(版本间的差异)
小 (→Python) |
小 (→监控) |
||
(未显示1个用户的37个中间版本) | |||
第2行: | 第2行: | ||
[[Image:Zabbix-90x90.gif|right]] | [[Image:Zabbix-90x90.gif|right]] | ||
− | Zabbix是一个开源(GPL) | + | Zabbix是一个开源(GPL)的网络管理解决方案,服务端使用C和Go编写,前端采用[[PHP]]。 |
==新闻== | ==新闻== | ||
<rss>http://www.zabbix.com/forum/blog_external.php?type=RSS2|short|date|max=10</rss> | <rss>http://www.zabbix.com/forum/blog_external.php?type=RSS2|short|date|max=10</rss> | ||
+ | |||
+ | ==版本== | ||
+ | *4.x | ||
+ | *3.0 | ||
+ | *2.4 | ||
+ | |||
+ | ==全面监控== | ||
+ | 适用于任何IT基础架构、服务、应用程序和资源的监控解决方案 | ||
+ | * 网络监控 | ||
+ | * 服务器监控 | ||
+ | * 云监控 | ||
+ | * 应用监控 | ||
+ | * 服务监控 | ||
+ | |||
+ | ==能力== | ||
+ | Zabbix提供对以下技术和产品的支持: | ||
+ | * [[SNMP]] | ||
+ | * IPMI | ||
+ | * Web monitoring | ||
+ | * VMware monitoring | ||
+ | * [[Jabber]] notifications | ||
+ | * EZ Texting notifications | ||
+ | * ODBC | ||
+ | * SSH2 | ||
+ | * IPv6 | ||
+ | * SNMP Traps | ||
+ | * Zabbix Java Gateway | ||
+ | |||
+ | ==规范== | ||
+ | *[http://zabbix.org/wiki/Docs/specs/ZBXNEXT-844 Cassandra support for historical data] | ||
+ | |||
+ | ==安装== | ||
+ | 下载 [https://www.zabbix.com/documentation/3.2/manual/appliance Zabbix appliance] 快速体验。 | ||
+ | http://192.168.1.4/zabbix/ | ||
+ | Admin:zabbix | ||
+ | |||
+ | ===Debian=== | ||
+ | Zabbix 2.4 for Debian 7 | ||
+ | wget http://repo.zabbix.com/zabbix/2.4/debian/pool/main/z/zabbix-release/zabbix-release_2.4-1+wheezy_all.deb | ||
+ | dpkg -i zabbix-release_2.4-1+wheezy_all.deb | ||
+ | apt-get update | ||
+ | apt-get install zabbix-server-mysql zabbix-frontend-php 或者 | ||
+ | apt-get install zabbix-server-pgsql zabbix-frontend-php // 安装Apache2 | ||
+ | 安装agent | ||
+ | apt-get install zabbix-agent | ||
+ | vim /etc/apache2/conf.d/zabbix | ||
+ | php_value max_execution_time 300 | ||
+ | php_value memory_limit 128M | ||
+ | php_value post_max_size 16M | ||
+ | php_value upload_max_filesize 2M | ||
+ | php_value max_input_time 300 | ||
+ | # php_value date.timezone Europe/Riga | ||
+ | service apache2 restart | ||
+ | http://zabbix-frontend-hostname/zabbix | ||
+ | Admin/zabbix | ||
+ | |||
+ | *[http://simonpaarlberg.com/post/installing-zabbix-gui-on-debian/ Installing Zabbix GUI on Debian Wheezy (with dotdeb, MySQL and lighttpd)] | ||
+ | |||
+ | ==数据库== | ||
+ | Zabbix的数据库选型: | ||
+ | * Zabbix server ([[MySQL]]) | ||
+ | * Zabbix server ([[PostgreSQL]]) | ||
+ | * Zabbix proxy (MySQL) | ||
+ | * Zabbix proxy ([[SQLite]] 3) | ||
+ | |||
+ | ===MySQL=== | ||
+ | 数据备份和恢复 | ||
+ | sudo mysqldump zabbix | bzip2 -9 > dbdump.bz2 | ||
+ | bzcat dbdump.bz2 | sudo mysql zabbix | ||
+ | |||
+ | ===PostgreSQL=== | ||
==Python== | ==Python== | ||
*[https://pypi.python.org/pypi/zabbix-api Zabbix API in Python] | *[https://pypi.python.org/pypi/zabbix-api Zabbix API in Python] | ||
+ | *[https://github.com/lukecyca/pyzabbix PyZabbix] | ||
*[http://docs.huihoo.com/zabbix/conference/2013/Zabby-Zabbix-Agent-Written-in-Python.pdf Zabby - Zabbix Agent Written in Python] | *[http://docs.huihoo.com/zabbix/conference/2013/Zabby-Zabbix-Agent-Written-in-Python.pdf Zabby - Zabbix Agent Written in Python] | ||
+ | *[http://docs.huihoo.com/zabbix/conference/2014/ZabbixUnify-one-dashboard-to-rule-them-all.pdf ZabbixUnify - one dashboard to rule them all] | ||
+ | *[https://github.com/QthCN/hmonitor HMonitor:一个用于管理Zabbix的告警、事件丰富及自动化处理的工具] | ||
+ | |||
+ | ==IoT== | ||
+ | *[http://jpmens.net/2014/05/27/zabbix-meets-mqtt/ Zabbix meets MQTT] | ||
+ | *[https://github.com/jpmens/mqttwarn mqttwarn] | ||
+ | *[http://zabbix.org/wiki/Zabbix_on_the_Raspberry_Pi_%28OS_Raspbian%29 Zabbix on the Raspberry Pi (OS Raspbian)] | ||
+ | |||
+ | ==项目== | ||
+ | *[https://github.com/alexanderzobnin/grafana-zabbix Grafana-Zabbix] [[Grafana]] | ||
+ | *[https://github.com/thobbs/phpcassa PHP client library for Apache Cassandra] | ||
==文档== | ==文档== | ||
*[http://docs.huihoo.com/zabbix/conference/2012/Adform-Case-From-0-to-Business-Metrics.pdf Adform Case - From 0 to Business Metrics] | *[http://docs.huihoo.com/zabbix/conference/2012/Adform-Case-From-0-to-Business-Metrics.pdf Adform Case - From 0 to Business Metrics] | ||
Why Zabbix won the battle? Choosing between Zabbix, Nagios+Cacti, Zenoss, Splunk, SCOM and other monitoring solutions. | Why Zabbix won the battle? Choosing between Zabbix, Nagios+Cacti, Zenoss, Splunk, SCOM and other monitoring solutions. | ||
+ | *[http://docs.huihoo.com/zabbix/conference/2015/Using-Logstash-with-Zabbix.pdf Using Logstash with Zabbix] | ||
+ | *[http://docs.huihoo.com/zabbix/conference/2015/Employing-Zabbix-to-monitor-OpenWrt-Beesip-devices-with-Uciprov.pdf OpenWrt (Beesip) And Zabbix] | ||
+ | *[http://docs.huihoo.com/zabbix/conference/2015/HyClops-Zabbix-add-on-for-monitoring-and-management-of-cloud-service-including-Amazon-AWS.pdf Zabbix for Hybrid Cloud Management] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
+ | image:zibbix-3.0-new-interface.png|Zabbix 3.0 新界面 | ||
+ | image:grafana-zabbix.png|Grafana | ||
Image:screens_Zabbix.1.png|high-level map, several graphs, status of ZABBIX server and other information | Image:screens_Zabbix.1.png|high-level map, several graphs, status of ZABBIX server and other information | ||
Image:screens_Zabbix.2.png|shows CPU utilisation of database servers | Image:screens_Zabbix.2.png|shows CPU utilisation of database servers | ||
+ | image:zabbix-dashboard-2.4.6.png|仪表盘 | ||
+ | image:zabbix-triggers-2.4.6.png|触发器 | ||
+ | image:zabbix-events-2.4.6.png|事件 | ||
image:Zabbix-for-Hybrid-Cloud-Management.png|管理混合云 | image:Zabbix-for-Hybrid-Cloud-Management.png|管理混合云 | ||
image:A-Complete-Log-Infrastructure-with-Zabbix-Alerting.png|日志基础设施 | image:A-Complete-Log-Infrastructure-with-Zabbix-Alerting.png|日志基础设施 | ||
+ | image:zabbix-workflow-orchestration.png|工作流编排 | ||
+ | image:zabbix-mqtt-architecture.png|MQTT | ||
+ | image:zabbix-raspberry-pi-2.jpg|树莓派2 | ||
</gallery> | </gallery> | ||
第26行: | 第120行: | ||
*http://www.zabbix.com/ | *http://www.zabbix.com/ | ||
*http://sourceforge.net/projects/zabbix/ | *http://sourceforge.net/projects/zabbix/ | ||
+ | *[http://www.zabbix.org/wiki/Main_Page Zabbix Wiki] | ||
+ | *[https://github.com/zabbix Zabbix @ GitHub] | ||
+ | *[https://github.com/monitoringartist/zabbix-community-repos Zabbix community projects @ GitHub] | ||
*http://docs.huihoo.com/zabbix/ | *http://docs.huihoo.com/zabbix/ | ||
− | |||
*[http://jaseywang.me/2013/01/13/log-%E6%94%B6%E9%9B%86%E5%A4%84%E7%90%86%E6%96%B9%E5%BC%8F%E6%B1%87%E6%80%BB/ log 收集处理方式汇总] | *[http://jaseywang.me/2013/01/13/log-%E6%94%B6%E9%9B%86%E5%A4%84%E7%90%86%E6%96%B9%E5%BC%8F%E6%B1%87%E6%80%BB/ log 收集处理方式汇总] | ||
− | |||
− | |||
[[category:monitoring]] | [[category:monitoring]] | ||
+ | [[category:c programming language]] | ||
+ | [[category:go]] | ||
[[category:PHP]] | [[category:PHP]] | ||
+ | [[category:python]] | ||
+ | [[category:huihoo]] |
2020年2月10日 (一) 10:14的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Zabbix Thanks, Wikipedia. |
Zabbix是一个开源(GPL)的网络管理解决方案,服务端使用C和Go编写,前端采用PHP。
目录 |
[编辑] 新闻
自http://www.zabbix.com/forum/blog_external.php?type=RSS2加载RSS失败或RSS源被墙
[编辑] 版本
- 4.x
- 3.0
- 2.4
[编辑] 全面监控
适用于任何IT基础架构、服务、应用程序和资源的监控解决方案
- 网络监控
- 服务器监控
- 云监控
- 应用监控
- 服务监控
[编辑] 能力
Zabbix提供对以下技术和产品的支持:
- SNMP
- IPMI
- Web monitoring
- VMware monitoring
- Jabber notifications
- EZ Texting notifications
- ODBC
- SSH2
- IPv6
- SNMP Traps
- Zabbix Java Gateway
[编辑] 规范
[编辑] 安装
下载 Zabbix appliance 快速体验。
http://192.168.1.4/zabbix/ Admin:zabbix
[编辑] Debian
Zabbix 2.4 for Debian 7
wget http://repo.zabbix.com/zabbix/2.4/debian/pool/main/z/zabbix-release/zabbix-release_2.4-1+wheezy_all.deb dpkg -i zabbix-release_2.4-1+wheezy_all.deb apt-get update apt-get install zabbix-server-mysql zabbix-frontend-php 或者 apt-get install zabbix-server-pgsql zabbix-frontend-php // 安装Apache2
安装agent
apt-get install zabbix-agent
vim /etc/apache2/conf.d/zabbix
php_value max_execution_time 300 php_value memory_limit 128M php_value post_max_size 16M php_value upload_max_filesize 2M php_value max_input_time 300 # php_value date.timezone Europe/Riga
service apache2 restart
http://zabbix-frontend-hostname/zabbix Admin/zabbix
[编辑] 数据库
Zabbix的数据库选型:
- Zabbix server (MySQL)
- Zabbix server (PostgreSQL)
- Zabbix proxy (MySQL)
- Zabbix proxy (SQLite 3)
[编辑] MySQL
数据备份和恢复
sudo mysqldump zabbix | bzip2 -9 > dbdump.bz2 bzcat dbdump.bz2 | sudo mysql zabbix
[编辑] PostgreSQL
[编辑] Python
- Zabbix API in Python
- PyZabbix
- Zabby - Zabbix Agent Written in Python
- ZabbixUnify - one dashboard to rule them all
- HMonitor:一个用于管理Zabbix的告警、事件丰富及自动化处理的工具
[编辑] IoT
[编辑] 项目
[编辑] 文档
Why Zabbix won the battle? Choosing between Zabbix, Nagios+Cacti, Zenoss, Splunk, SCOM and other monitoring solutions.
[编辑] 图集
[编辑] 链接
分享您的观点