欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Zabbix
来自开放百科 - 灰狐
				
								
				(版本间的差异)
				
																
				
				
								
小 (→安装)  | 
			小 (→监控)  | 
			||
| (未显示1个用户的16个中间版本) | |||
| 第2行: | 第2行: | ||
[[Image:Zabbix-90x90.gif|right]]  | [[Image:Zabbix-90x90.gif|right]]  | ||
| − | Zabbix是一个开源(GPL)  | + | Zabbix是一个开源(GPL)的网络管理解决方案,服务端使用C和Go编写,前端采用[[PHP]]。  | 
==新闻==  | ==新闻==  | ||
| 第8行: | 第8行: | ||
==版本==  | ==版本==  | ||
| + | *4.x  | ||
*3.0  | *3.0  | ||
*2.4  | *2.4  | ||
| + | |||
| + | ==全面监控==  | ||
| + | 适用于任何IT基础架构、服务、应用程序和资源的监控解决方案  | ||
| + | * 网络监控  | ||
| + | * 服务器监控  | ||
| + | * 云监控  | ||
| + | * 应用监控  | ||
| + | * 服务监控  | ||
| + | |||
| + | ==能力==  | ||
| + | Zabbix提供对以下技术和产品的支持:  | ||
| + | * [[SNMP]]  | ||
| + | * IPMI  | ||
| + | * Web monitoring  | ||
| + | * VMware monitoring  | ||
| + | * [[Jabber]] notifications  | ||
| + | * EZ Texting notifications  | ||
| + | * ODBC  | ||
| + | * SSH2  | ||
| + | * IPv6  | ||
| + | * SNMP Traps  | ||
| + | * Zabbix Java Gateway  | ||
==规范==  | ==规范==  | ||
| 第15行: | 第38行: | ||
==安装==  | ==安装==  | ||
| − | 下载 [https://www.zabbix.com/documentation/  | + | 下载 [https://www.zabbix.com/documentation/3.2/manual/appliance Zabbix appliance] 快速体验。  | 
  http://192.168.1.4/zabbix/  |   http://192.168.1.4/zabbix/  | ||
  Admin:zabbix  |   Admin:zabbix  | ||
| 第26行: | 第49行: | ||
  apt-get install zabbix-server-mysql zabbix-frontend-php 或者  |   apt-get install zabbix-server-mysql zabbix-frontend-php 或者  | ||
  apt-get install zabbix-server-pgsql zabbix-frontend-php // 安装Apache2  |   apt-get install zabbix-server-pgsql zabbix-frontend-php // 安装Apache2  | ||
| + | 安装agent  | ||
| + |  apt-get install zabbix-agent  | ||
vim /etc/apache2/conf.d/zabbix  | vim /etc/apache2/conf.d/zabbix  | ||
  php_value max_execution_time 300  |   php_value max_execution_time 300  | ||
| 第36行: | 第61行: | ||
  http://zabbix-frontend-hostname/zabbix    |   http://zabbix-frontend-hostname/zabbix    | ||
  Admin/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==  | ||
| 第42行: | 第83行: | ||
*[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]  | *[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==  | ==IoT==  | ||
| 第49行: | 第91行: | ||
==项目==  | ==项目==  | ||
| − | *[https://github.com/alexanderzobnin/grafana-zabbix Grafana-Zabbix]  | + | *[https://github.com/alexanderzobnin/grafana-zabbix Grafana-Zabbix] [[Grafana]]  | 
*[https://github.com/thobbs/phpcassa PHP client library for Apache Cassandra]  | *[https://github.com/thobbs/phpcassa PHP client library for Apache Cassandra]  | ||
| 第62行: | 第104行: | ||
<gallery>  | <gallery>  | ||
image:zibbix-3.0-new-interface.png|Zabbix 3.0 新界面  | 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  | ||
| 第77行: | 第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:python]]  | ||
[[category:huihoo]]  | [[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.
[编辑] 图集
[编辑] 链接
	分享您的观点
			
			
			
			
			
				
								
				
								
			