Skip to content

Latest commit

 

History

History

alertmanager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Alertmanager

Architecture

prometheus

Table of contents

Installation

$ docker run -p 9093:9093 --name alertmanager \
    -v $(pwd)/alertmanager.yml:/etc/alertmanager/alertmanager.yml \
    -d prom/alertmanager

Access web

http://127.0.0.1:9093

prometheus