mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 00:32:55 +00:00
remove tempest from cloudflare tunnel alerts
This commit is contained in:
parent
c86188d734
commit
63b90102f2
@ -2321,7 +2321,7 @@ in
|
|||||||
datasourceUid = promUid;
|
datasourceUid = promUid;
|
||||||
model = {
|
model = {
|
||||||
editorMode = "code";
|
editorMode = "code";
|
||||||
expr = ''systemd_unit_state{name=~"cloudflared-tunnel-.*", state="active"}'';
|
expr = ''systemd_unit_state{name=~"cloudflared-tunnel-.*", state="active", job!="tempest"}'';
|
||||||
hide = false;
|
hide = false;
|
||||||
instant = true;
|
instant = true;
|
||||||
intervalMs = 1000;
|
intervalMs = 1000;
|
||||||
|
Loading…
Reference in New Issue
Block a user