Git Product home page Git Product logo

Comments (4)

NickNYU avatar NickNYU commented on June 2, 2024

这个 bug 我在 这个 commit 修掉了

目前最新的打包还没有打进去, 你可以试试用最新的代码

from x-pipe.

zouzc avatar zouzc commented on June 2, 2024

@NickNYU 好的,谢谢。我试下最新代码。请问下xpipe的告警机制是咋样的,需要部署什么组件。当监控的redis,keeper宕机时,xpipe以什么样的方式将告警信息发送给管理者

from x-pipe.

NickNYU avatar NickNYU commented on June 2, 2024

xpipe 的告警机制是通过实现 email 的 SPI 模块来实现的, xpipe 检查到有问题之后, 会调用发邮件的模块

这个模块是 SPI 的机制, 携程有自己的邮件系统

用户可以实现 "com.ctrip.xpipe.api.email.EmailService" 来收到邮件, 通过 maven 打包进去即可

具体开发模式在 service 中, 启用自己的 maven module, 然后在里面实现

打包的时候, 加上 -Ppackage,<自己的模块名字>

from x-pipe.

zouzc avatar zouzc commented on June 2, 2024

了解了,谢谢。

from x-pipe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.