mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/blackbox: init
This commit is contained in:
parent
1b5e41e7ad
commit
d4fa5996ae
6 changed files with 1034 additions and 0 deletions
|
@ -124,6 +124,7 @@ in
|
|||
}).overrideAttrs (self: super: {
|
||||
src = ./prometheus.json; # sadly only imported dashboards work
|
||||
});
|
||||
|
||||
grafana = (buildGrafanaDashboard {
|
||||
id = 3590;
|
||||
pname = "grafana";
|
||||
|
@ -131,4 +132,13 @@ in
|
|||
}).overrideAttrs (self: super: {
|
||||
src = ./grafana.json; # sadly only imported dashboards work
|
||||
});
|
||||
|
||||
blackbox = (buildGrafanaDashboard {
|
||||
id = 13659;
|
||||
pname = "blackbox";
|
||||
version = "1";
|
||||
hash = "sha256-nnBFWFDAqKUqTOYxOrkRPlVla4ioQZ6rqEqakdzUj1Q=";
|
||||
}).overrideAttrs (self: super: {
|
||||
src = ./blackbox.json; # sadly only imported dashboards work
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue