• 请不要在回答技术问题时复制粘贴 AI 生成的内容
huoshuaibing
V2EX  ›  程序员

请问一下,在 Prometheus 监控系统中,告警规则: expr: job:EC2 - Node:up == 0 表示什么意思呢?

  •  
  •   huoshuaibing · Jan 21, 2019 · 2595 views
    This topic created in 2695 days ago, the information mentioned may be changed or developed.
    groups:
    - name: host-alerts
    rules:
    - alert: InstanceDown
    expr: job:EC2 - Node:up == 0
    for: 1m
    labels:
    severity: critical
    annotations:
    text: |
    {{ $labels.instance }} of job {{ $labels.job }} has been down for more than 1 minute.
    1 replies    2019-01-22 09:41:08 +08:00
    CivAx
        1
    CivAx  
       Jan 22, 2019
    当 EC2 节点持续 1 分钟检测到节点( node )在线数量为 0 时,以 Critical 级别告警并发送 text 告警信息
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1530 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 16:32 · PVG 00:32 · LAX 09:32 · JFK 12:32
    ♥ Do have faith in what you're doing.