forked from djoos-cookbooks/newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
29 lines (25 loc) · 1.2 KB
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name "newrelic"
maintainer "Escape Studios"
maintainer_email "[email protected]"
license "MIT"
description "Installs/Configures New Relic"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
%w{ debian ubuntu redhat centos fedora scientific amazon windows smartos }.each do |os|
supports os
end
depends "python"
recommends "php"
recommends "ms_dotnet4"
recommends "curl"
recommends "nodejs"
recipe "newrelic", "Adds the New Relic repository, installs & configures the New Relic server monitor package."
recipe "newrelic::repository", "Adds the New Relic repository."
recipe "newrelic::server-monitor", "Installs & configures the New Relic server monitor package."
recipe "newrelic::dotnet-agent", "Installs New Relic .NET agent"
recipe "newrelic::java-agent", "Installs the New Relic Java agent."
recipe "newrelic::nodejs-agent", "Installs New Relic Node.js agent"
recipe "newrelic::php-agent", "Installs the New Relic PHP agent."
recipe "newrelic::python-agent", "Installs the New Relic Python agent."
recipe "newrelic::ruby-agent", "Installs the New Relic Ruby agent."
recipe "newrelic::meetme-plugin", "Installs the New Relic MeetMe plugin."