https://github.com/davidcollom/capistrano-nrsysmond
NewRelic Sysmond capistrano recipe
https://github.com/davidcollom/capistrano-nrsysmond
Last synced: about 5 hours ago
JSON representation
NewRelic Sysmond capistrano recipe
- Host: GitHub
- URL: https://github.com/davidcollom/capistrano-nrsysmond
- Owner: davidcollom
- License: mit
- Created: 2013-04-05T08:30:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T10:55:59.000Z (over 12 years ago)
- Last Synced: 2025-02-23T02:15:18.674Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capistrano-nrsysmond
[](https://codeclimate.com/github/davidcollom/capistrano-nrsysmond)
[](https://bitdeli.com/free "Bitdeli Badge")
Capistrano recipe for installing the newrelic sysmond service on multiple operating systems.
## Installation
Add this line to your application's Gemfile:
gem 'capistrano-nrsysmond'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-nrsysmond
Prepend your config/deploy.rb with the following lines
require 'capistrano-nrsysmond'
set :newrelic_licencekey, '<< NEWRELIC LICENCE KEY >>'
## Usage
$ cap newrelic:sysmond
## Tested on:
* Ubuntu 10.04
* CentOS 5.9 (Final)
# Credits
* Jamis Buck ([Capistrano's](https://github.com/capistrano) original author)
* [Patrick Reagan](http://stackoverflow.com/users/206390/patrick-reagan) for the `remote_file_exists?` method example from [How can you check to see if a file exists (on the remote server) in Capistrano?](http://stackoverflow.com/questions/1661586/how-can-you-check-to-see-if-a-file-exists-on-the-remote-server-in-capistrano)
* [NewRelic](http://www.newrelic.com/)
* Mitchell Hashimoto [@mitchellh](https://twitter.com/mitchellh) (http://tech.pro/tutorial/1226/basic-rubygem-development)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Bugs & Feedback
http://github.com/davidcollom/capistrano-nrsysmond/issues