Is there a way to read NTP information on the host...
# general
d
Is there a way to read NTP information on the host? meaning, settings of chrony or ntp server on linux? This question has been asked before on the channels but unsure if there was a clear way.
s
I think the best way to answer that is to search the table schemas at https://osquery.io/schema
d
I could not find a table that surfaces that. No chrony config or ntp config. The time table is only about the current date and time.
s
Those are the tables in osquery. If it’s not there, then it’s not there.
There might be an extension, but I’m not aware of a comprehensive list.
It might be an interesting to try to write. if you wanted to think about submitting a PR