remove tempest from cloudflare tunnel alerts

This commit is contained in:
Noah Masur 2024-06-27 11:36:05 -04:00
parent c86188d734
commit 63b90102f2
No known key found for this signature in database

View File

@ -2321,7 +2321,7 @@ in
datasourceUid = promUid;
model = {
editorMode = "code";
expr = ''systemd_unit_state{name=~"cloudflared-tunnel-.*", state="active"}'';
expr = ''systemd_unit_state{name=~"cloudflared-tunnel-.*", state="active", job!="tempest"}'';
hide = false;
instant = true;
intervalMs = 1000;