From 3004c35beac949657b83a0115a819155272ef80a Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Fri, 31 Aug 2018 16:09:50 +0100 Subject: [PATCH] Renamed dnsdist_pools_servers to singular form dnsdist_pool_servers --- pdns/dnsdist-web.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-web.cc b/pdns/dnsdist-web.cc index 433374d4d5..324479fc62 100644 --- a/pdns/dnsdist-web.cc +++ b/pdns/dnsdist-web.cc @@ -471,7 +471,7 @@ static void connectionThread(int sock, ComboAddress remote, string password, str } const string label = "{pool=\"" + poolName + "\"}"; const std::shared_ptr pool = entry.second; - output << "dnsdist_pools_servers" << label << " " << pool->countServers(false) << "\n"; + output << "dnsdist_pool_servers" << label << " " << pool->countServers(false) << "\n"; if (pool->packetCache != nullptr) { const auto& cache = pool->packetCache; -- 2.47.2