feat(metrics): Add blackbox exporter
This commit is contained in:
parent
92f5040cbc
commit
07b5064a85
3 changed files with 50 additions and 3 deletions
configuration/services/metrics
|
@ -47,7 +47,7 @@ in
|
|||
};
|
||||
|
||||
extraSettings = mkOption {
|
||||
type = types.anything;
|
||||
inherit (pkgs.formats.yaml { }) type;
|
||||
description = ''
|
||||
Other settings to set for this scrape config.
|
||||
'';
|
||||
|
@ -217,6 +217,7 @@ in
|
|||
name: exporter:
|
||||
# A bunch of deprecated exporters that need to be ignored
|
||||
!(builtins.elem name [
|
||||
"blackbox"
|
||||
"minio"
|
||||
"tor"
|
||||
"unifi-poller"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue