aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/mo/monitoring/components/prometheus.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 16:43:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 16:43:20 +0200
commitcf1abc83409fe36dc839d251115250765fd20091 (patch)
tree341d9a1456db216af63aa9cced7af566e71c2e3d /modules/by-name/mo/monitoring/components/prometheus.nix
parentmodules/monitoring/: Persist all state directories (diff)
downloadnixos-server-cf1abc83409fe36dc839d251115250765fd20091.zip
modules/monitoring/{prometheus,scrutiny}: Move smartctl exporting to scrutiny
Diffstat (limited to 'modules/by-name/mo/monitoring/components/prometheus.nix')
-rw-r--r--modules/by-name/mo/monitoring/components/prometheus.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/by-name/mo/monitoring/components/prometheus.nix b/modules/by-name/mo/monitoring/components/prometheus.nix
index 44c5952..395d71a 100644
--- a/modules/by-name/mo/monitoring/components/prometheus.nix
+++ b/modules/by-name/mo/monitoring/components/prometheus.nix
@@ -58,10 +58,6 @@ in {
target = "127.0.0.1:${toString prom_cfg.exporters.node.port}";
}
{
- name = "smartctl";
- target = "127.0.0.1:${toString prom_cfg.exporters.smartctl.port}";
- }
- {
name = "prometheus_internal";
target = "127.0.0.1:${toString prom_cfg.port}";
}
@@ -182,11 +178,6 @@ in {
port = 9112;
listenAddress = "127.0.0.1";
};
- smartctl = {
- enable = true;
- port = 9115;
- listenAddress = "127.0.0.1";
- };
# services.prometheus.exporters.redis = lib.mkIf (builtins.length (lib.attrNames config.services.redis.servers) > 0) {
# enable = true;
# port = 9119;