Coder Social home page Coder Social logo

easy_guard's Introduction

通用告警系统配置方法

说明

通用告警系统是指使用者通过简单配置即可完成相应业务监控并告警。

  • 热加载:新增业务监控不用重启应用
  • 线程隔离:每个告警任务不同线程,互不影响
  • 告警类型:SQL配置、HTTP拨测....可扩展
  • 告警检查频率:Cron表达式,只支持到分 ,如每分钟扫描一次:*/1 * * * *
  • 告警渠道:短信、邮件...可扩展
  • 告警发送频率:默认1小时内发送一条,可配置

使用方式

  • 增加SQL业务告警内容 SQL业务监控

  • 增加HTTP接口拨测 HTTP业务拨测

  • 配置告警系统的datasource,注意密码请存ThreeDESUtil加密后的密文(HTTP拨测不需要) 警告系统数据源配置

  • 配置告警组 警告组

  • 配置告警业务对应的告警组 警告组与告警业务绑定

调度记录查看

  • 调度记录查看 调度记录

  • 短信发送记录 短信发送记录

easy_guard's People

Contributors

jacktao219 avatar

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.