fablefe 发表于 2018-1-2 09:11:58

zabbix触发器依赖

触发器依赖
  

Zabbix - Router1 - Router2 – Host  

  如果router1宕机了,那么router2和host都不能连上,这样的话就会发router1、router2和host的宕机短信,但是既然他们是依赖关系,我只想收到router1的短信。
  那么就定义了他们的关系如下:
  

'Host is down' trigger depends on 'Router2 is down'  
trigger'Router2 is down' trigger depends on 'Router1 is down' trigger
  

zabbix触发器函数
  https://www.zabbix.com/documentation/2.2/manual/appendix/triggers/functions

zabbix内置宏
  https://www.zabbix.com/documentation/2.2/manual/appendix/macros/supported_by_location
页: [1]
查看完整版本: zabbix触发器依赖