文件名称:monit:monit 厨师食谱
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-29 10:31:12
Ruby
概述 监控和管理工具的厨师食谱。 提交更改 确保您的代码遵循现有约定 将您的 PR 压缩为一次提交 如果需要,重新定位到 master 添加 Chefspec 测试 确保美食评论家很高兴 确保你的 PR 被标记为“可以安全合并” 变更日志 如何添加到您的食谱库 下载压缩包 它在 opscode网站上。 供应商通过刀 $ knife cookbook site download monit 通过 git 跟踪上游变化 我将 git 子模块用于我的厨师存储库,因此我可以轻松地推送/拉取更改。 有关更多信息,请查看书籍。 添加monit repo $ cd YOUR_REPO_ROOT $ git submodule add git://github.com/apsoto/monit.git cookbooks/monit
【文件预览】:
monit-master
----.gitignore(5B)
----README.md(1KB)
----Berksfile(24B)
----attributes()
--------postgres.rb(204B)
--------unicorn.rb(105B)
--------default.rb(1KB)
----metadata.rb(769B)
----Gemfile(100B)
----Changelog(2KB)
----LICENSE(84B)
----recipes()
--------postfix.rb(42B)
--------unicorn.rb(42B)
--------ssh.rb(38B)
--------resque.rb(229B)
--------resque_scheduler.rb(51B)
--------ubuntu12fix.rb(210B)
--------postgresql.rb(45B)
--------rabbitmq.rb(43B)
--------default.rb(539B)
----Gemfile.lock(2KB)
----spec()
--------unit()
--------spec_helper.rb(19B)
----.travis.yml(86B)
----definitions()
--------monitrc.rb(1KB)
----templates()
--------default()
----files()
--------debian()
--------default()
--------ubuntu-12.04()
--------ubuntu()
--------debian-6()
----Rakefile(787B)