Skip to content

Commit e89d106

Browse files
committed
imp: bitte[-cells] monitoring improvements, addnl alerts
1 parent 8f8a14d commit e89d106

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
n2c.url = "github:nlewo/nix2container";
66
data-merge.url = "github:divnix/data-merge";
77
# --- Bitte Stack ----------------------------------------------
8+
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/monitoring-update";
89
bitte.url = "github:input-output-hk/bitte/monitoring-update";
910
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/vbk-fixups";
1011
# bitte.url = "path:/home/manveru/github/input-output-hk/bitte";
1112
bitte-cells.url = "github:input-output-hk/bitte-cells/monitoring-update";
13+
# bitte-cells.url = "path:/home/jlotoski/work/iohk/bitte-cells-wt/monitoring-update";
1214
bitte.inputs.nomad-driver-nix.follows = "nomad-driver-nix";
1315
# --------------------------------------------------------------
1416
# --- Auxiliary Nixpkgs ----------------------------------------

nix/cloud/hydrationProfile.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,18 @@ in {
197197
resource = inputs.bitte-cells._utils.library.mkMonitoring
198198
# Alert attrset
199199
{
200+
# Organelle local declared dashboards
200201
inherit (cell.alerts)
201-
# moe-world-alert-group-1
202+
# ci-world-alert-group-1
202203
# Upstream alerts which may have downstream deps can be imported here
203204
;
204205
# Upstream alerts not having downstream deps can be directly imported here
205206
inherit (inputs.bitte-cells.bitte.alerts)
207+
bitte-consul
206208
bitte-deadmanssnitch
207209
bitte-loki
210+
bitte-system
211+
bitte-vault
208212
bitte-vm-health
209213
bitte-vm-standalone
210214
bitte-vmagent

0 commit comments

Comments
 (0)