zabbix官方手册

手册分为19部分

第一部分是写介绍


1 Manual structure(可看可不看)

Structure

The content of this Zabbix 3.2 manual is divided into sections and subsections to provide easy access to particular subjects of interest.

(本手册内容Zabbix 3.2分章节和小节提供方便地访问感兴趣的科目。)

When you navigate to respective sections, make sure that you expand section folders to reveal full content of what is included in subsections and individual pages.

Cross-linking between pages of related content is provided as much as possible to make sure that relevant information is not missed by the users.

Sections

Introduction provides general information about current Zabbix software. Reading this section should equip you with some good reasons to choose Zabbix.

Zabbix concepts explain the terminology used in Zabbix and provides details on Zabbix components.

Installation and Quickstart sections should help you to get started with Zabbix. Zabbix appliance is an alternative for getting a quick taster of what it is like to use Zabbix.

Configuration is one of the largest and more important sections in this manual. It contains loads of essential advice about how to set up Zabbix to monitor your environment, from setting up hosts to getting essential data to viewing data to configuring notifications and remote commands to be executed in case of problems.

IT services section details how to use Zabbix for a high-level overview of your monitoring environment.

Web monitoring should help you learn how to monitor the availability of web sites.

Virtual machine monitoring presents a how-to for configuring VMware environment monitoring.

Maintenance, Regular expressions, Event acknowledgment and XML export/import are further sections that reveal how to use these various aspects of Zabbix software.

Discovery contains instructions for setting up automatic discovery of network devices, active agents, file systems, network interfaces, etc.

Distributed monitoring deals with the possibilities of using Zabbix in larger and more complex environments.

Encryption helps explaining the possibilities of encrypting communications between Zabbix components.

Web interface contains information specific for using the web interface of Zabbix.

API section presents details of working with Zabbix API.

Detailed lists of technical information are included in Appendixes. This is where you will also find a FAQ section.


2 What is Zabbix

介绍zabbix 能做什么,并且介绍都是免费开源的。

Overview

Zabbix was created by Alexei Vladishev, and currently is actively developed and supported by Zabbix SIA.

Zabbix is an enterprise-class open source distributed monitoring solution.

Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning.

Zabbix supports both polling and trapping. All Zabbix reports and statistics, as well as configuration parameters, are accessed through a web-based frontend. A web-based frontend ensures that the status of your network and the health of your servers can be assessed from any location. Properly configured, Zabbix can play an important role in monitoring IT infrastructure. This is equally true for small organisations with a few servers and for large companies with a multitude of servers.

Zabbix is free of cost. Zabbix is written and distributed under the GPL General Public License version 2. It means that its source code is freely distributed and available for the general public.

Commercial support is available and provided by Zabbix Company.

Learn more about Zabbix features.

Users of Zabbix

Many organisations of different size around the world rely on Zabbix as a primary monitoring platform.

(介绍zabbix是什么;并指出zabbix是免费的开源的,并指出商业版的由zabbix公司提供、并介绍了zabbix能干嘛可以干嘛)


3 Zabbix features            #zabbix的特点

Overview

Zabbix is a highly integrated network monitoring solution, offering a multiplicity of features in a single package.

Data gathering           #数据的收集

  • availability and performance checks
  • support for SNMP (both trapping and polling), IPMI, JMX, VMware monitoring
  • custom checks
  • gathering desired data at custom intervals
  • performed by server/proxy and by agents

Flexible threshold definitions  #灵活定义

  • you can define very flexible problem thresholds, called triggers, referencing values from the backend database

Highly configurable alerting   #高度可配置的报警

  • sending notifications can be customized for the escalation schedule, recipient, media type
  • notifications can be made meaningful and helpful using macro variables
  • automatic actions include remote commands

Real-time graphing           #实时图表

  • monitored items are immediately graphed using the built-in graphing functionality

Web monitoring capabilities           #网路监控功能

  • Zabbix can follow a path of simulated mouse clicks on a web site and check for functionality and response time

Extensive visualisation options          #广泛的可视化选项

  • ability to create custom graphs that can combine multiple items into a single view
  • network maps
  • custom screens and slide shows for a dashboard-style overview
  • reports
  • high-level (business) view of monitored resources

Historical data storage                #历史数据的存储

  • data stored in a database
  • configurable history
  • built-in housekeeping procedure

Easy configuration                    #简单的配置

  • add monitored devices as hosts
  • hosts are picked up for monitoring, once in the database
  • apply templates to monitored devices

Use of templates                       #模板的使用

  • grouping checks in templates
  • templates can inherit other templates

Network discovery        #网络的发现

  • automatic discovery of network devices
  • agent auto registration
  • discovery of file systems, network interfaces and SNMP OIDs

Fast web interface      #快速网络接口

  • a web-based frontend in PHP
  • accessible from anywhere
  • you can click your way through
  • audit log

Zabbix API                #zabbix API

  • Zabbix API provides programmable interface to Zabbix for mass manipulations, 3rd party software integration and other purposes.

Permissions system         #系统权限

  • secure user authentication
  • certain users can be limited to certain views

Full featured and easily extensible agent          #功能全、易扩展

  • deployed on monitoring targets
  • can be deployed on both Linux and Windows

Binary daemons                   #二进制的守护进程

  • written in C, for performance and small memory footprint    
  • easily portable

Ready for complex environments         #准备复杂的环境

  • remote monitoring made easy by using a Zabbix proxy   #通过代理可以轻松实现zabbix监控

第二部分是写概念

第三部分是写安装

第四部分是写快速入门

第五部分是写装置

第六部分是写配置

转载于:https://www.cnblogs.com/it-hack/p/7471998.html

zabbix-3.2 官方手册相关推荐

  1. 翻译:XtraDB/InnoDB中的AUTO_INCREMENT处理方式(已提交到MariaDB官方手册)

    本文为mariadb官方手册:XtraDB/InnoDB中的AUTO_INCREMENT处理方式的译文. 原文:https://mariadb.com/kb/en/auto_increment-han ...

  2. 在虚拟机中安装gentoo简化步骤(基于官方手册)

    **************************第1部分-关于如何安装gentoo linux************************** 1-1.本步骤中只包含官方手册中最必须的内容,如 ...

  3. 翻译:用户变量(User-Defined Variable)(已提交到MariaDB官方手册)

    本文为mariadb官方手册:User-Defined Variables的译文. 原文:https://mariadb.com/kb/en/user-defined-variables/ 我提交到M ...

  4. 服务器日志文件中包含堆栈跟踪,日志框架 Logback 官方手册(第三章:Configuration)...

    以下内容翻译整理自logback官方手册,地址:logback官方手册 logback 配置 将日志请求插入应用程序代码需要相当多的计划和工作.观察表明,大约有4%的代码用于日志记录.因此,即使是一个 ...

  5. 翻译:TRUNCATE TABLE(已提交到MariaDB官方手册)

    本文为mariadb官方手册:TRUNCATE TABLE的译文. 原文:https://mariadb.com/kb/en/truncate-table/ 我提交到MariaDB官方手册的译文:ht ...

  6. 翻译:group_concat()函数(已提交到MariaDB官方手册)

    本文为mariadb官方手册:group_concat()函数的译文. 原文:https://mariadb.com/kb/en/group_concat/ 我提交到MariaDB官方手册的译文:ht ...

  7. PhysX官方手册翻译

    PhysX官方手册翻译 本人水平有限,翻译中如果出现比较恶的句子...大家一定要查阅原文. 更新:2008-7-1   22:22  Raycasting(射线查询) 更新:2008-6-26 23: ...

  8. QT QList<T>介绍与应用、详解、使用说明、官方手册翻译

    文章目录 1. 简介 2. 使用示例 3. 官方手册 4. Member Function Documentation 1. 简介 QList<T>是目前最常用的容器类 .它存储了给定类型 ...

  9. grub2详解(翻译和整理官方手册)

    GRUB2是借鉴GRUB改写到更加安全强大到多系统引导程序,现在大部分较新的Linux发行版都是使用GRUB2作为引导程序的. GRUB2采用了模块化设计,使得GRUB2核心更加精炼,使用更加灵活,同 ...

最新文章

  1. CG游戏道具全流程制作视频教程 Artstation – Stylized Game Asset
  2. 软件可读性和效率取舍_网络通信设计中的一些限制和取舍:摘要
  3. java hashset应用_三.java集合的应用
  4. golang中的strings.Compare
  5. Redis实战(八):面试常问:击穿,穿透,雪崩,分布式锁,API(jedis,luttce,springboot:low/high level)
  6. 软件设计原则(四)依赖倒置原则 -Dependence Inversion Principle
  7. 设置go path_Go命令的PATH安全性
  8. 又见黑科技!量子薄膜传感器或推动VR设备变革
  9. 在SQL Server 语句中,如何将参数做为表名传递到查询语句中
  10. v6使用手册 天正电气t20_电气工程设计软件-T20天正电气软件下载 v6.0官方版--pc6下载站...
  11. PR导入视频后无声音
  12. 《Improving Cross-lingual Text Classification with Zero-shot Instance-Weighting》论文笔记
  13. [Unity]Unity3D游戏引擎游戏开发软件相比与其他的优势
  14. mino文件服务器,mimo技术有什么用_mino技术原理解析
  15. Spanning-tree guard features配置案例
  16. java mqtt发布_使用kura或MQTT将消息发布到kapua
  17. 操作系统-为什么进程之间的通信必须借助操作系统内核功能?
  18. excel怎么筛选?教你一个简单粗暴的筛选技巧
  19. [4G5G专题-129]:RF-架构演进的驱动力与RF常见术语
  20. html5 canvas爆炸,html5 canvas彩色爆炸的小球动画特效

热门文章

  1. linux使用running网卡ping,Linux CentOS 7 IP地址配置及网络问题排查
  2. 2021中国大学生程序设计竞赛部分题解(CCPC)- 网络选拔赛(重赛)
  3. 非零段划分(CSP202109-2)
  4. python︱imagehash中的四种图像哈希方式(phash/ahash/dhash/小波hash)
  5. PHP系统学习3 正则
  6. babel-preset-env
  7. 应用联合服务 云计算拉近应用和操作距离
  8. 对蚊子个人博客进行了彻底的改造
  9. Windows live Writer的安装配置
  10. 大数据分析引擎Apache Flink升级成为Apache顶级项目