{"repo":"alerta/docker-alerta","free":true,"listed":false,"github":"https://github.com/alerta/docker-alerta","clone":"git clone https://github.com/alerta/docker-alerta.git","description":"Run alerta in a docker container","language":"Ruby","stars":166,"topics":["alerta","docker","monitoring"],"license":"MIT","category":"deployment-docker-iac","readme_excerpt":"What is Alerta? =============== The alerta monitoring system is a tool used to consolidate and de-duplicate alerts from multiple sources for quick ‘at-a-glance’ visualisation. With just one system you can monitor alerts from many other monitoring tools on a single screen. How to use this image ===================== To use this image run either a mongo or postgres container first: $ docker run --name alerta-db -d mongo Then link to the database container when running the alerta-web container: $ export DATABASE URL=mongodb://db:27017/monitoring $ docker run --name alerta-web -e DATABASE URL=$DATABASE URL --link alerta-db:db \\ -d -p :8080 alerta/alerta-web The API endpoint is at: http:// : /api Browse to the alerta console at: http:// : / Environment Variables --------------------- The following environment variables are supported for configuring the alerta-web container specifically for Docker deployments: ADMIN PASSWORD - sets the password of all admins. Should be changed at first login. default: alerta ADMIN KEY - sets an admin API key. ADMIN KEY MAXAGE - sets the duration of the admin key (seconds) default: 10 years HEARTBEAT SEVERITY - severity used to create alerts for stale heartbeats The following environment variables are supported by the Alerta API to ease deployment more generally: DEBUG - debug mode for increased logging. equivalent of setting LOG LEVEL=debug (eg. DEBUG=1 ) LOG LEVEL - log level of Alerta application and nginx (default: warn ) SUPERVISORD LOG LEVEL -","default_branch":null,"files":null,"tree":[],"storefront":"/r/alerta","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/alerta/docker-alerta/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}