summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/postgres.nix30
1 files changed, 15 insertions, 15 deletions
diff --git a/host/Rory-nginx/services/postgres.nix b/host/Rory-nginx/services/postgres.nix
index 38a8ef8..c728151 100755
--- a/host/Rory-nginx/services/postgres.nix
+++ b/host/Rory-nginx/services/postgres.nix
@@ -80,20 +80,20 @@
     };
   };
 
-  services.prometheus.exporters.postgres = {
-    enable = true;
-    port = 9187;
-    extraFlags = [
-      "--collector.database_wraparound"
-      "--collector.long_running_transactions"
-      "--collector.postmaster"
-      "--collector.process_idle"
-      "--collector.stat_activity_autovacuum"
-      "--collector.stat_statements"
-      #"--collector.stat_wal_receiver" #we dont have WAL receivers
-      "--collector.statio_user_indexes"
-      "--collector.xlog_location"
-    ];
-  };
+#  services.prometheus.exporters.postgres = {
+#    enable = true;
+#    port = 9187;
+#    extraFlags = [
+#      "--collector.database_wraparound"
+#      "--collector.long_running_transactions"
+#      "--collector.postmaster"
+#      "--collector.process_idle"
+#      "--collector.stat_activity_autovacuum"
+#      "--collector.stat_statements"
+#      #"--collector.stat_wal_receiver" #we dont have WAL receivers
+#      "--collector.statio_user_indexes"
+#      "--collector.xlog_location"
+#    ];
+#  };
 
 }