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

# The alert manager supports the following options:

#  --config.file="/etc/prometheus/alertmanager.yml"
#       Alertmanager configuration file name.
#  --storage.path="/var/lib/prometheus/alertmanager/"
#       Base path for data storage.
#  --data.retention=120h
#       How long to keep data for.
#  --alerts.gc-interval=30m
#       Interval between alert GC.
#  --log.level=info
#       Only log messages with the given severity or above.
#  --web.external-url=WEB.EXTERNAL-URL
#       The URL under which Alertmanager is externally reachable (for example,
#       if Alertmanager is served via a reverse proxy). Used for generating
#       relative and absolute links back to Alertmanager itself. If the URL has
#       a path portion, it will be used to prefix all HTTP endpoints served by
#       Alertmanager. If omitted, relevant URL components will be derived
#       automatically.
#  --web.route-prefix=WEB.ROUTE-PREFIX
#       Prefix for the internal routes of web endpoints. Defaults to path of
#       --web.external-url.
#  --web.listen-address=":9093"
#       Address to listen on for the web interface and API.
#  --web.local-assets="/usr/share/prometheus/alertmanager/"
#       Path to static assets/templates directory.
#  --mesh.listen-address="0.0.0.0:6783"
#       mesh listen address. Pass an empty string to disable.
#  --mesh.peer-id="<mac address>"
#       mesh peer ID
#  --mesh.nickname="<hostname>"
#       mesh peer nickname
#  --mesh.password=""
#       password to join the peer network (empty password disables encryption)
#  --mesh.peer=MESH.PEER ...
#       initial peers (may be repeated)
