自动发现主机条件详解

Type of calculation

The following options of calculating conditions are available:

  • AND - all conditions must be met
  • OR - enough if one condition is met
  • AND/OR - combination of the two: AND with different condition types and OR with the same condition type, for example:

Host group = Oracle servers
Host group = MySQL servers
Trigger name like ‘Database is down‘
Trigger name like ‘Database is unavailable‘

is evaluated as

(Host group = Oracle servers orHost group = MySQL servers) and(Trigger name like ‘Database is down‘ orTrigger name like ‘Database is unavailable‘)

The following conditions can be set for discovery-based events:

Condition type Supported operators Description
Host IP =
<>
Specify an IP address range or a range to exclude for a discovered host.
= - host IP is in the range.
<> - host IP is not in the range.
Service type =
<>
Specify a service type of a discovered service or a service type to exclude.
= - matches the discovered service.
<> - does not match the discovered service.
Available service types: SSH, LDAP, SMTP,FTP, HTTP, HTTPS (available since Zabbix 2.2 version), POP, NNTP, IMAP, TCP, Zabbix agent, SNMPv1 agent, SNMPv2 agent, SNMPv3 agent, ICMP ping, telnet (available since Zabbix 2.2 version).
Service port =
<>
Specify a TCP port range of a discovered service or a range to exclude.
= - service port is in the range.
<> - service port is not in the range.
Discovery rule =
<>
Specify a discovery rule or a discovery rule to exclude.
= - using this discovery rule.
<> - using any other discovery rule, except this one.
Discovery check =
<>
Specify a discovery check or a discovery check to exclude.
= - using this discovery check.
<> - using any other discovery check, except this one.
Discovery object = Specify the discovered object.
= - equal to discovered object (a device or a service).
Discovery status = Up - matches ‘Host Up‘ or ‘Service Up‘ events
Down - matches ‘Host Down‘ or ‘Service Down‘ events
Discovered - matches ‘Host Discovered‘ or ‘Service Discovered‘ events
Lost - matches ‘Host Lost‘ or ‘Service Lost‘ events
See Network discovery page for event description.
Uptime/Downtime >=
<=
Uptime for ‘Host Up‘ and ‘Service Up‘ events. Downtime for ‘Host Down‘ and ‘Service Down‘ events.
>= - is more or equal to. Parameter is given in seconds.
<= - is less or equal to. Parameter is given in seconds.
Received value =
<>
>=
<=
like
not like
Specify the value received from an agent
(Zabbix, SNMP). Case sensitive string comparison. If multiple Zabbix
agent or SNMP checks are configured for a rule, received values for all
of them are checked (each check generates a new event which is matched
against all conditions).
=  - equal to the value.
<>  - not equal to the value.
>= - more or equal to the value.
<= - less or equal to the value.
like - contains the substring. Parameter is given as a string.
not like - does not contain the substring. Parameter is given as a string.
Proxy =
<>
Specify a proxy or a proxy to exclude.
= - using this proxy.
<> - using any other proxy except this one.
时间: 2024-11-04 19:19:54

自动发现主机条件详解的相关文章

zabbix3.x自动发现主机

在服务器比较多的情况下,配置加入群组,添加模板是非常费时费力的,所以利用自动发现主机.自动添加群组和模板是非常好的办法. 两步走 1.配置发现规则 2.配置发现动作 1.前提在服务器是上部署了agent(参考前面的部署agent文档) 2.配置zabbix 第一步创建自动发现规则 配置 第二步,配置主机加入群组和配置模板的动作 动作名称(name) 配置条件(condition) 创建添加的操作(operation) 过个一两分钟,就可以看见新服务器加入了群组,并且带有模板有些监控项要几分钟才可

配置zabbix自动发现主机

zabbix的自动发现功能,能够基于规则自动发现主机并添加主机 基于发现规则的条件: 1.IP地址段 2.基于服务器,比如说FTP.SSH.WEB等 3.基于zabbix-Agent 4.还有snmp 配置步骤: 1.首先server端.我们要开启snmp和fping的查找方式: StartSNMPTrapper=1 FpingLocation=/usr/sbin/fping [[email protected] ~]# sed -i '[email protected]# [email pro

5、Zabbix自动发现主机

上一篇文档介绍了zabbix自动注册,就是zabbix agent主动寻找zabbix server并根据server定义好的规则完成添加主机.加入指定主机组.链接模板等操作. Zabbix自动发现跟自动注册正好相反,它是由server扫描某一个网段内所有主机,发现主机后根据定义好的规则完成添加主机.加入指定主机组.链接模板等操作. zabbix的自动发现功能,能够基于规则自动发现主机并添加主机 基于发现规则的条件: 1.IP地址段 2.基于服务器,比如说FTP.SSH.WEB等 3.基于zab

Zabbix自动发现主机

感谢岩哥的引导~ 这个功能用的不多,适合批量添加主机的情况.偷懒嘛~ 适用场景:工作环境中第一次部署zabbix,或者一次性增加很多系统环境时 逻辑.流程: 首先,创建自动发现规则,这个规则表明了你要自动发现主机的范围,比如:某个IP段 然后,创建动作,这个动作可以理解为触发条件,当达到动作中设置的条件时,表示发现主机 最后,创建操作,意思是自动发现主机之后,我们希望zabbix为我们做什么. 1.[配置]----[自动发现][创建发现规则] 2.看图吧 3.[配置]----[动作]----事件

zabbix自动发现主机(转)

zabbix自动发现主机 2018年06月15日 18:02:52 loyal-Wang 阅读数:817更多 个人分类: zabbix 版权声明:本文为博主原创文章,转载请注明出处. https://blog.csdn.net/weini1111/article/details/80708599 zabbix有自动发现这个功能,在添加主机数量较多的情况很好用.从发现到添加完成需要经过以下几个步骤.后面会将一些错误原因进行分析. 1.创建自动发现规则 延迟选项尽量不要选择时间过长,否则会导致主机发

Monitorix监控Linux主机图文详解

Monitorix监控Linux主机图文详解 Monitorix简介 Monitorix 是一款自由开源的轻巧型系统监视工具.使用 Monitorix你可以随时掌控 CPU 负载及温度.内存占用.活动进程.磁盘使用及温度.网络设备流量.网络服务等全方位的系统信息.Monitorix 需要 Apache Web 服务器来显示这些系统信息图表.所以它特别适合在 Linux 服务器上面使用. 下面是我安装的步骤 1.安装的环境和需要的rpm包 我是在CentOS 6.4下面安装的CentOS 5可以使

Nginx虚拟主机配置详解

Nginx虚拟主机配置详解 一.虚拟主机介绍 虚拟主机使用的是特殊的软硬件技术,它把一台运行在因特网上的服务器主机分成一台台"虚拟"的主机,每台虚拟主机都可以是一个独立的网站,可以具有独立的域名,具有完整的Intemet服务器功能(WWW.FTP.Email等),同一台主机上的虚拟主机之间是完全独立的.从网站访问者来看,每一台虚拟主机和一台独立的主机完全一样. 利用虚拟主机,不用为每个要运行的网站提供一台单独的Nginx服务器或单独运行一组Nginx进程.虚拟主机提供了在同一台服务器.

065:ORM查询条件详解-gt、gte、lt和lte

ORM查询条件详解-gt.gte.lt和lte: 1.gt:某个 field 的值要大于给定的值.示例代码如下: articles = Article.objects.filter(id__gt=3) 以上代码的意思是将所有 id 大于4的文章全部都找出来.将翻译成以下 SQL 语句: SELECT `article`.`id`, `article`.`title`, `article`.`content`, `article`.`category_id` FROM `article` WHER

iOS---NSAutoreleasePool自动释放原理及详解

当您向一个对象发送一个autorelease消息时,Cocoa就会将该对象的一个引用放入到最新的自动释放池.它仍然是个正当的对象,因此自动释放池 定义的作用域内的其它对象可以向它发送消息.当程序执行到作用域结束的位置时,自动释放池就会被释放,池中的所有对象也就被释放. 1. ojc-c 是通过一种"referring counting"(引用计数)的方式来管理内存的, 对象在开始分配内存(alloc)的时候引用计数为一,以后每当碰到有copy,retain的时候引用计数都会加一, 每当