diff --git a/hosts/layne/services/apps/default.nix b/hosts/layne/services/apps/default.nix index 13ea778..61f7a58 100644 --- a/hosts/layne/services/apps/default.nix +++ b/hosts/layne/services/apps/default.nix @@ -1,6 +1,6 @@ _: { imports = [ ./transmission.nix - ../../../shared/node-exporter.nix + ../../../shared/prometheus-exporters.nix ]; } diff --git a/hosts/rico0/services/apps/default.nix b/hosts/rico0/services/apps/default.nix index 9981b5f..37e9c31 100644 --- a/hosts/rico0/services/apps/default.nix +++ b/hosts/rico0/services/apps/default.nix @@ -3,6 +3,6 @@ _: { ./blocky.nix ./grafana.nix ./prometheus.nix - ../../../shared/node-exporter.nix + ../../../shared/prometheus-exporters.nix ]; } diff --git a/hosts/rico1/services/apps/default.nix b/hosts/rico1/services/apps/default.nix index 6fb1ab8..b262054 100644 --- a/hosts/rico1/services/apps/default.nix +++ b/hosts/rico1/services/apps/default.nix @@ -3,6 +3,6 @@ _: { ./adtya.xyz.nix ./proofs.nix ./wiki.nix - ../../../shared/node-exporter.nix + ../../../shared/prometheus-exporters.nix ]; } diff --git a/hosts/rico2/services/apps/default.nix b/hosts/rico2/services/apps/default.nix index fd37160..cf17cbe 100644 --- a/hosts/rico2/services/apps/default.nix +++ b/hosts/rico2/services/apps/default.nix @@ -1,5 +1,5 @@ _: { imports = [ - ../../../shared/node-exporter.nix + ../../../shared/prometheus-exporters.nix ]; } diff --git a/hosts/shared/node-exporter.nix b/hosts/shared/prometheus-exporters.nix similarity index 100% rename from hosts/shared/node-exporter.nix rename to hosts/shared/prometheus-exporters.nix diff --git a/hosts/wynne/services/apps/default.nix b/hosts/wynne/services/apps/default.nix index d1ae372..e2ea410 100644 --- a/hosts/wynne/services/apps/default.nix +++ b/hosts/wynne/services/apps/default.nix @@ -1,3 +1,3 @@ _: { - imports = [ ../../../shared/node-exporter.nix ]; + imports = [ ../../../shared/prometheus-exporters.nix ]; }