From 6f38efd64a1ef0e8f3549ab958d633fc2d51f084 Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Sat, 3 Mar 2018 13:22:55 +0100 Subject: [chrony] use -n when calling chronyc sources As in other parts of sos, do not allow attempts to resolve DNS names when collecting 'chronyc sources` data. Resolves: #1237 Signed-off-by: Pavel Moravec Signed-off-by: Bryn M. Reeves --- sos/plugins/chrony.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/chrony.py b/sos/plugins/chrony.py index 11fc2579..f432cfbd 100644 --- a/sos/plugins/chrony.py +++ b/sos/plugins/chrony.py @@ -32,7 +32,7 @@ class Chrony(Plugin, RedHatPlugin): self.add_cmd_output([ "chronyc activity", "chronyc tracking", - "chronyc sources", + "chronyc -n sources", "chronyc sourcestats", "chronyc serverstats", "chronyc ntpdata", -- cgit