侍奉主持人

如果一个人不想收到特定主机或服务的任何警报 - 至少是暂时的 - 可以压制它。

alert thisis.down {
  macro = host.mymacro
  template = mytemplate
  $notes = This alert will...
  $metric = "avg:os.service.running{host=*,name=...
  warn = min( a($metric, ...

  squelch = host=sqldev01,flavor=amq
  squelch = host=test01
}

此警报不会出现在主机 sqldev01 上的服务 amq 的仪表板中,并且对于在主机 test01 上运行的任何服务都不会出现。 ** **