Hi there!

I have a situation, and I'm trying to solve this. I have an alerting rule:

expr: up{job="blackbox_probe"} == 0 or probe_success{job="blackbox_probe"} 
== 0
      for: 1m
      labels:
        severity: warning 
      annotations:
        summary: "Site down! (instance {{ $labels.instance }})"

The targets a have their owners and a severity variable. I did this:

expr: up{job="blackbox_probe"} == 0 or probe_success{job="blackbox_probe"} 
== 0
      for: 1m
      labels:
        severity: {{ $labels.severity }} 
      annotations:
        summary: "Site down! (instance {{ $labels.instance }})"

if it's critical , it's goes to the pagerduty, if it's warning , sends an 
email. That's my goal.  Any hint what went wrong? 
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/b3a58b32-3bcb-48b1-8399-ca67f2881165n%40googlegroups.com.

Reply via email to