#                      FLAGS:
#
# --chrony.address="[::1]:323"  
#                            Address of the Chrony server.
# --chrony.timeout=5s        Timeout on requests to the Chrony server.
# --[no-]collector.tracking  Collect tracking metrics
# --[no-]collector.sources   Collect sources metrics
# --[no-]collector.sourcestats
#                            Collect sourcestats metrics
# --[no-]collector.sources.with-ntpdata  
#                            Extend sources with ntpdata metrics (requires socket connection)
# --[no-]collector.serverstats  
#                            Collect serverstats metrics
# --[no-]collector.clients   Collect clients metrics
# --[no-]collector.chmod-socket  
#                            Chmod 0666 the receiving unix datagram socket
# --[no-]collector.dns-lookups  
#                            do reverse DNS lookups
# --web.telemetry-path="/metrics"  
#                            Path under which to expose metrics.
# --[no-]web.systemd-socket  Use systemd socket activation listeners instead of port listeners (Linux only).
# --web.listen-address=:9123 ...  
#                            Addresses on which to expose metrics and web interface. Repeatable for multiple
#                            addresses.
# --web.config.file=""       Path to configuration file that can enable TLS or authentication. See:
#                            https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
# --log.level=info           Only log messages with the given severity or above. One of: [debug, info, warn,
#                            error]
# --log.format=logfmt        Output format of log messages. One of: [logfmt, json]

ARGS="--chrony.address=unix:///run/chrony/chronyd.sock --collector.chmod-socket"
