# Set the command-line arguments to pass to the server. # from its README: If running Alertmanager in high availability mode is not # desired, setting --cluster.listen-address= prevents Alertmanager from # listening to incoming peer requests. # If you don't add that, it will fail to start on boot because # it doesn't wait for network.target, and gives this error message: # component=cluster err="couldn't deduce an advertise address: no private IP found, explicit advertise addr not provided" # config.file and storage.path are set to match the debian package ARGS="--cluster.listen-address= --config.file=/etc/prometheus/alertmanager.yml --storage.path=/var/lib/prometheus/alertmanager/ --web.listen-address=127.0.0.1:9093" # run with --help or see README for more options