乐趣区

关于prometheus:prometheus-报警规则限制时间段

  • 周日不报警
(probe_success{devicetype="ipadreservation",monitortype="icmp"} == 0) and (day_of_week(timestamp(up)) != 0 )

没思考 utc 工夫本人想方法在工夫戳 + 8 个小时

  • 23 点当前不报警
(probe_success{devicetype="ipadreservation",monitortype="icmp"} == 0) and ((hour(timestamp(up)) + 8) < 23)

0-23 小时

0 是周日

退出移动版