-
Notifications
You must be signed in to change notification settings - Fork 13
/
.kitchen.yml
132 lines (125 loc) · 3.24 KB
/
.kitchen.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.7
run_list: recipe[yum]
- name: centos-7.2
run_list: recipe[yum]
- name: ubuntu-12.04
run_list: recipe[apt]
- name: ubuntu-14.04
run_list: recipe[apt]
- name: ubuntu-16.04
run_list: recipe[apt]
- name: debian-7.9
run_list: recipe[apt]
- name: debian-8.4
run_list: recipe[apt]
suites:
- name: nrsysmond-default
run_list:
- recipe[minitest-handler]
- recipe[newrelic-ng::nrsysmond-default]
attributes:
newrelic-ng:
# This key seems to be valid somehow, further information:
# https://github.com/chr4-cookbooks/newrelic-ng/issues/14
license_key: 1234567890123456789012345678901234567890
- name: plugin-agent-default
run_list:
- recipe[minitest-handler]
- recipe[newrelic-ng::plugin-agent-default]
attributes:
newrelic-ng:
# This key seems to be valid somehow, further information:
# https://github.com/chr4-cookbooks/newrelic-ng/issues/14
license_key: 1234567890123456789012345678901234567890
plugin-agent:
service_config: >
postgresql:
host: localhost
port: 5432
dbname: postgres
user: newrelic
- name: generic-agent-default
run_list:
- recipe[ruby::1.9.1]
- recipe[minitest-handler]
- recipe[newrelic-ng::generic-agent-default]
attributes:
newrelic-ng:
# This key seems to be valid somehow, further information:
# https://github.com/chr4-cookbooks/newrelic-ng/issues/14
license_key: 1234567890123456789012345678901234567890
generic-agent:
agents:
sidekiq_status_agent:
source: https://github.com/secondimpression/newrelic_sidekiq_agent/archive/v1.1.0.tar.gz
config: >
- instance_name: sidekiq_agent_test
uri: redis://localhost:6379
namespace: namespace
- name: php-agent-default
run_list:
- recipe[minitest-handler]
- recipe[apache2]
- recipe[newrelic-ng::php-agent-default]
attributes:
apache:
default_modules:
- status
- alias
- auth_basic
- authn_file
- authz_groupfile
- authz_host
- authz_user
- dir
- env
- mime
- setenvif
- deflate
- expires
- headers
- log_config
- logio
- php5
newrelic-ng:
# This key seems to be valid somehow, further information:
# https://github.com/chr4-cookbooks/newrelic-ng/issues/14
license_key: 1234567890123456789012345678901234567890
- name: php-external-default
run_list:
- recipe[minitest-handler]
- recipe[apache2]
- recipe[newrelic-ng::php-agent-default]
attributes:
apache:
default_modules:
- status
- alias
- auth_basic
- authn_file
- authz_groupfile
- authz_host
- authz_user
- dir
- env
- mime
- setenvif
- deflate
- expires
- headers
- log_config
- logio
- php5
newrelic-ng:
# This key seems to be valid somehow, further information:
# https://github.com/chr4-cookbooks/newrelic-ng/issues/14
license_key: 1234567890123456789012345678901234567890
app_monitoring:
php-agent:
startup_mode: external