Created
October 5, 2013 15:01
-
-
Save tclancy/6841979 to your computer and use it in GitHub Desktop.
Daemonize the PostgreSQL plugin for New Relic at https://rpm.newrelic.com/accounts/230318/plugins/directory/30. Requires installing Daemons (http://daemons.rubyforge.org/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'daemons' | |
Daemons.run('postgresql_agent.rb') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment