Frank Villaro-Dixon
Frank Villaro-Dixon
##### Issue type - Feature ##### Summary Hi, This introduces 2 main changes: - removed chunked read as this is no longer useful in python3. Related to #111 - add...
## Summary We must use the DGRAM type when connecting to the chrony socket. On top of that, the socket must be duplicated in order to allow concurrent calls to...
### Relevant telegraf.conf ```toml [[inputs.chrony]] server = "unix:///var/run/chrony/chronyd.sock" metrics = ["activity", "tracking", "sources", "sourcestats"] ``` ### Logs from Telegraf ```text [pid 612402] write(9, "\6\1\0\0\0,\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 416 [pid 612402] ) = 416...
The `permissions` field can either be a top level key, or a per-job one. It supports a map of scopepermission relations. For example, to allow the jobs to write to...