aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2017-08-30 16:42:29 +0200
committerBryn M. Reeves <bmr@redhat.com>2018-03-28 17:09:15 +0100
commit0746c4317487112d26575d8148df85ef61434507 (patch)
tree85fe3cb4d0cd6717d0f880dc11d6d687f3e36ba1
parentdd8aa02b6e9113827750816a49c3683edc832433 (diff)
downloadsos-0746c4317487112d26575d8148df85ef61434507.tar.gz
[chrony] don't resolve clients' hostnames
Related: #1081 Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/chrony.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/chrony.py b/sos/plugins/chrony.py
index 7f8de994..11fc2579 100644
--- a/sos/plugins/chrony.py
+++ b/sos/plugins/chrony.py
@@ -36,7 +36,7 @@ class Chrony(Plugin, RedHatPlugin):
"chronyc sourcestats",
"chronyc serverstats",
"chronyc ntpdata",
- "chronyc clients"
+ "chronyc -n clients"
])
self.add_journal(units="chronyd")