diff --git a/modules/nixos/monitoring/telegraf.nix b/modules/nixos/monitoring/telegraf.nix
index 84a2e24..a7a9953 100644
--- a/modules/nixos/monitoring/telegraf.nix
+++ b/modules/nixos/monitoring/telegraf.nix
@@ -1,6 +1,12 @@
 {
   services.telegraf.extraConfig.inputs = {
     http_response = [
+      {
+        urls = [ "https://hydra.nix-community.org/" ];
+        response_string_match = "hosted on this server";
+        tags.host = "build03.nix-community.org";
+        tags.org = "nix-community";
+      }
       {
         urls = [ "https://lemmy.nix-community.org/" ];
         response_string_match = "Lemmy for Nix";
@@ -13,6 +19,12 @@
         tags.host = "build03.nix-community.org";
         tags.org = "nix-community";
       }
+      {
+        urls = [ "https://r.ryantm.com/log/" ];
+        response_string_match = "Index of /log/";
+        tags.host = "build02.nix-community.org";
+        tags.org = "nix-community";
+      }
     ];
     net_response =
       let