Skip to content

apsoto/monit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac3793f · Oct 9, 2014

History

94 Commits
Oct 1, 2014
Sep 10, 2014
Sep 9, 2014
Sep 12, 2014
Oct 1, 2014
Oct 1, 2014
Oct 30, 2013
Sep 21, 2014
Dec 3, 2013
Oct 9, 2014
Dec 5, 2013
Oct 7, 2014
Aug 25, 2011
Oct 9, 2014
Sep 10, 2014
Oct 3, 2014

Repository files navigation

Overview

Chef cookbook for the monit monitoring and management tool.

Build Status

Submitting a change

  • Make sure your code follows existing conventions
  • Squash your PR into a single commit
  • Rebase onto master if needed
  • Add Chefspec test
  • Make sure foodcritic is happy
  • Make sure your PR is marked as "safe to merge"

Changelog

Changelog

How to add to your cookbook repository

Download the tarball

It's up on the opscode cookbook community site.

Vendor via knife

$ knife cookbook site download monit

Track upstream changes via git

I use git submodules for my chef repos so I can push/pull changes with minimal hassle.

For more info, check out the Pro Git book.

Add the monit repo

$ cd YOUR_REPO_ROOT
$ git submodule add git://github.com/apsoto/monit.git cookbooks/monit