文件名称:shout_at:Rails Shouter宝石
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-11 21:06:42
Ruby
发威 ShoutAt是Ruby的集中式通知框架,用于根据紧急情况通知具有不同服务的不同团队。 当前支持以下服务: 日志 电子邮件 PagerDuty 松弛 气刹 安装 将此行添加到您的应用程序的Gemfile中: gem 'shout_at' 然后执行: $ bundle 或将其自己安装为: $ gem install shout_at 用法 配置示例 production : &production devops : loud : channel : " pagerduty " service_key : " <%= ENV['PAGERDUTY_SERVICE_KEY'] % > " quiet : channel : " airbrake " silent : channel : " lo
【文件预览】:
shout_at-master
----.gitignore(1KB)
----README.md(3KB)
----bin()
--------console(333B)
--------setup(115B)
----Jenkinsfile(2KB)
----Gemfile(93B)
----.rspec(31B)
----shout_at.gemspec(1KB)
----release(783B)
----spec()
--------shout_at_spec.rb(3KB)
--------spec_helper.rb(78B)
----LICENSE.txt(1KB)
----lib()
--------shout_at()
--------shout_at.rb(2KB)
----Rakefile(117B)