diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 1433405..540dc56 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -175,6 +175,14 @@ } ]; } + { + job_name = "ghettoptt"; + static_configs = [ + { + targets = [ "gunter.home.2rjus.net:8989" ]; + } + ]; + } ]; }; }