Really useful software project management and source code hosting. tell me more...
Remove obsolete Scout plugin
| 54 | 54 | :options: | |
| 55 | 55 | :git: :git://github.com/newrelic/rpm.git | |
| 56 | 56 | :if: monitoring == "new_relic" | |
| 57 | -scout_rails_instrumentation: | ||
| 58 | - :options: | ||
| 59 | - :git: :git://github.com/highgroove/scout_rails_instrumentation.git | ||
| 60 | - :if: monitoring == "scout" | ||
| 61 | 57 | ||
| 62 | 58 | # Optional exception handling | |
| 63 | 59 | exceptional: |
| 5 | 5 | #{'- Set up new app at http://www.hoptoadapp.com/' if exception_handling == 'hoptoad'} | |
| 6 | 6 | #{'- Put the right API key in config/initializers/hoptoad.rb' if exception_handling == 'hoptoad'} | |
| 7 | 7 | #{'- Put the right API key in config/new_relic.yml' if monitoring == 'new_relic'} | |
| 8 | -#{'- Put the right plugin ID in config/scout.yml' if monitoring == 'scout'} | ||
| 9 | -#{'- Install the scout agent gem on the production server (sudo gem install scout_agent)' if monitoring == 'scout'} | ||
| 8 | +#{'- Install the scout gem (sudo gem install scout) and the request-log-analyzer gem (sudo gem install request-log-analyzer) on the production server.' if monitoring == 'scout'} | ||
| 10 | 9 | - Create public/favicon.ico | |
| 11 | 10 | - Put the production database password in config/database.yml | |
| 12 | 11 | - Put mail server information in mail.rb |
| 233 | 233 | file 'config/newrelic.yml', load_pattern('config/newrelic.yml', 'default', binding) | |
| 234 | 234 | end | |
| 235 | 235 | ||
| 236 | -if monitoring == "scout" | ||
| 237 | - file 'config/scout.yml', load_pattern('config/scout.yml', 'default', binding) | ||
| 238 | -end | ||
| 239 | - | ||
| 240 | 236 | # local monitoring | |
| 241 | 237 | generate(:health_monitor) | |
| 242 | 238 | ||
| --- | --- | ||
| 574 | 570 | puts ' Put the right API key in config/new_relic.yml' | |
| 575 | 571 | end | |
| 576 | 572 | if monitoring == "scout" | |
| 577 | - puts ' Put the right plugin ID in config/scout.yml' | ||
| 578 | - puts ' Install the scout agent gem on the production server (sudo gem install scout_agent)' | ||
| 573 | + puts ' Install the scout gem (sudo gem install scout) and the request-log-analyzer gem (sudo gem install request-log-analyzer) on the production server.' | ||
| 579 | 574 | end | |
| 580 | 575 | puts ' Create public/favicon.ico' | |
| 581 | 576 | puts ' Put the production database password in config/database.yml' |