趋势预测 percentile、forecast、timeleft Trigger函数---比较 与查找 求最近两值差的绝对值---abschange 函数功能 返回最近两值差的绝对值,即最近获取到的值与前一个值的差的绝对值,数学表达式为|last_value - prev_value|。如果值为字符串类型,则其绝对值返回0或1,其中0表示值相等,1表示值不等。该函数常用...
3、Trigger 正则中的单位 S:seconds m: minutes h: hosts d: days w: weeks k: kilo M: mega G: giga T: tera P: peta E: exa z: zetta Y: yotta 例如:以下语句: {host:zabbix[proxy,zabbix_proxy,lastaccess]} > 120 {host:system.uptime[].last(0)} < 86400 {host:system.cpu.load.avg(...
All problems if tag values match - 只有那些触发匹配事件标签值的问题;输入事件标签名称以用于事件关联。 标签选项卡允许您定义触发级标签。 此触发器的所有问题都将使用此处输入的值进行标记。触发器不会“继承”和显示主机级标签. Trigger expression 一个简单有用的表达式的语法是:function(/host/key,parameter)<...
({TRIGGER.VALUE}=0&{server.vfs.fs.size[/,free].max(5m)}<10G)|({TRIGGER.VALUE}=1&{server:vfs.fs.size[/,free].min(10m)}<40G) 示例三 触发器名称:接口[{#PORT}]入口带宽占用率过高 表达式: Copy ({TRIGGER.VALUE}=0 and {7750_ip_route:port_bandwidth_in_ratio[{#PORT}].last()}>75)...
建议按照触发器描述查下triggers表,按照triggerid查function表,确认表达式和监控项有没有问题,如果确定没问题的话查下event表,看看触发器是否生成事件,看事件后面的actionid和mediaid确定是否发出了报警并通知。 5、Zabbix可以监控端口带宽速度限制吗? @skey_deng: ...
实际使用的时候Items、Trigger、Graph通常采用模板进行监控配置,模板的特点就是可以对相同需求的监控项重复使用,无须对每台主机进行逐个设置。 对于zabbix来说,配置Graph不是必须的,因为没有配置图形,数据获取也不影响,数据获取是Items的功能,我们只需要对比较关心的Items设置Graph进行数据可视化。
存储trigger中使用的表达式,例如max、last、nodata等函数。 查询triggerid=18495函数信息 select * from functions where triggerid=18495; 查询关联的items select itemid,name, key_ from items where itemid=34444; 实例 触发器 triggerid =18478 依次查询触发器表--函数表达式表--监控项表 triggers -- functio...
These macro functions are supported for the {ITEM.VALUE} and {ITEM.LASTVALUE} macro values in trigger names, trigger descriptions, event tags, notifications subjects and notification messages. For more information see themacro functionsection. ...
In addition to ability to edit trigger expressions directly, a frontend to create triggers visually has been added. There is a special mode for creating log related triggers. It also incorporates ability to provide test data and try out trigger behaviour. ...
Currently when an item changes status to unsupported, any trigger expression function referencing this item change trigger value to UNKNOWN. Let's look at first group of functions. nodata() is the only sane way to detect whether an important item is receiving new values. When an item's data...