码上欢乐
  • 首页
  • 榜单
  • 标签
  • 关于
相关内容   简体   繁体

alerta 集中化告警信息 -zabbix

本文转载自  查看原文  2018-07-05 09:21  1086 

Docker安装Alerta

 

https://hub.docker.com/D/alerta/alerta-web/

 

How to use this image

To use this image run either a mongo or postgres container first:

 

$ docker run --name alerta-db --restart=always -d mongo

Then link to the database container when running the alerta-web container:

$ export DATABASE_URL=mongodb://db:27017/monitoring
$ docker run --restart=always --name alerta-web -e DATABASE_URL=$DATABASE_URL --link alerta-db:db \
-d -p 8080:8080 alerta/alerta-web

The API endpoint is at:

http://<docker>:<port>/api

Browse to the alerta console at:

http://<docker>:<port>/

 

 

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:8080 alerta/alerta-web

The API endpoint is at:

http://<docker>:<port>/api

Browse to the alerta console at:

http://<docker>:<port>/




Alerta-zabbix install

https://github.com/alerta/zabbix-alerta

 





免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 使用Sentry集中化日志管理 集中化管理平台 — Ansible 详解 Swagger API文档集中化注册管理 【Hadoop学习】HDFS中的集中化缓存管理 通过ELK快速搭建一个你可能需要的集中化日志平台 zabbix告警内容 恢复告警发送告警信息,模板 ELK集中化日志解决方案——看这一篇全搞定 Docker集中化web界面管理平台-Shipyard部署记录 zabbix 告警信息与恢复信息 Carthage - 一个简单、去集中化的Cocoa依赖管理器
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM