Add additional exporters to Prometheus
This commit is contained in:
parent
ee7648653e
commit
841ee6758d
@ -64,6 +64,20 @@ with pkgs;
|
|||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [
|
targets = [
|
||||||
"localhost:${toString config.services.prometheus.exporters.node.port}"
|
"localhost:${toString config.services.prometheus.exporters.node.port}"
|
||||||
|
"localhost:${toString config.services.prometheus.exporters.zfs.port}"
|
||||||
|
"localhost:${
|
||||||
|
toString config.services.prometheus.exporters.wireguard.port
|
||||||
|
}"
|
||||||
|
"localhost:${
|
||||||
|
toString config.services.prometheus.exporters.postgres.port
|
||||||
|
}"
|
||||||
|
"localhost:${
|
||||||
|
toString config.services.prometheus.exporters.smartctl.port
|
||||||
|
}"
|
||||||
|
"localhost:${
|
||||||
|
toString config.services.prometheus.exporters.dnsmasq.port
|
||||||
|
}"
|
||||||
|
"localhost:9641"
|
||||||
];
|
];
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
|
Loading…
Reference in New Issue
Block a user