Skip to content

Commit

Permalink
Add blackbox-exporter mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Horstmann <[email protected]>
  • Loading branch information
janhorstmann committed Nov 9, 2024
1 parent 299b20e commit bff2819
Show file tree
Hide file tree
Showing 6 changed files with 1,060 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .src/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
},
"version": "main"
},
{
"source": {
"git": {
"remote": "https://github.com/adinhodovic/blackbox-exporter-mixin.git"
}
},
"version": "main"
},
{
"source": {
"git": {
Expand Down
10 changes: 10 additions & 0 deletions .src/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/adinhodovic/blackbox-exporter-mixin.git",
"subdir": ""
}
},
"version": "bbc578d63631d320d161bc1968b2362bdc49e339",
"sum": "xtZC6Wm4L5ks4fyiDAc2or//vnFs/sartBRYucFeY4s="
},
{
"source": {
"git": {
Expand Down
7 changes: 7 additions & 0 deletions .src/mixins/infrastructure/blackbox.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local blackbox = import "blackbox-exporter-mixin/mixin.libsonnet";

blackbox {
prometheusRules+: {},
prometheusAlerts+: {},
grafanaDashboards+: {}
}
Loading

0 comments on commit bff2819

Please sign in to comment.