碼上歡樂
  • 首頁
  • 榜單
  • 標簽
  • 關於
相關內容    簡體    繁體

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