# Set the command-line arguments to pass to the server.
ARGS=''

# Prometheus-nginx-vts-exporter supports the following options:
#   -insecure
#         Ignore server certificate if using https (default true)
#   -metrics.namespace string
#         Prometheus metrics namespace. (default "nginx")
#   -nginx.scrape_timeout int
#         The number of seconds to wait for an HTTP response from the nginx.scrape_uri (default 2)
#   -nginx.scrape_uri string
#         URI to nginx stub status page (default "http://localhost/status")
#   -telemetry.address string
#         Address on which to expose metrics. (default ":9913")
#   -telemetry.endpoint string
#         Path under which to expose metrics. (default "/metrics")
#   -version
#         Print version information.
