From eaeb142ff0dc934c32aeb27af4ea55b9b5f83294 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 24 Jun 2021 14:53:30 -0400 Subject: [PATCH] That settles that --- morph/lib/customize-monitoring.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/morph/lib/customize-monitoring.nix b/morph/lib/customize-monitoring.nix index 564f056c..331a2dbd 100644 --- a/morph/lib/customize-monitoring.nix +++ b/morph/lib/customize-monitoring.nix @@ -20,10 +20,11 @@ , vpnClientIPs # A list of VPN clients (IP addresses or hostnames) as strings indicating - # which nodes to scrape metrics from. + # which nodes to scrape "nodeExporter" metrics from. , nodeExporterTargets - # ... + # A list of VPN clients (IP addresses or hostnames) as strings indicating + # which nodes to scrape "nginxExporter" metrics from. , nginxExporterTargets ? [] # A string giving the NixOS state version for the system. -- GitLab