Skip to content

Commit

Permalink
[chrony] Add more chrony commands
Browse files Browse the repository at this point in the history
Related: SUPDEV-170

Closes: #3920

Signed-off-by: Jose Castillo <[email protected]>
Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
jcastill authored and pmoravec committed Feb 6, 2025
1 parent e6ab26d commit 3046760
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sos/report/plugins/chrony.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def setup(self):
"chronyc sourcestats",
"chronyc serverstats",
"chronyc ntpdata",
"chronyc -n clients"
"chronyc -n clients",
"chronyc -N authdata",
"chronyc -n selectdata",
])
self.add_cmd_output("chronyc -n sources", tags="chronyc_sources")

Expand Down

0 comments on commit 3046760

Please sign in to comment.