chef-handler-datadog 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. checksums.yaml +8 -8
  2. data/.travis.yml +7 -0
  3. data/Appraisals +2 -0
  4. data/CHANGELOG.md +5 -0
  5. data/gemfiles/chef_11.16.0.gemfile +16 -0
  6. data/gemfiles/chef_12.0.0.alpha.1.gemfile +16 -0
  7. data/lib/chef/handler/datadog.rb +8 -4
  8. data/lib/chef_handler_datadog.rb +1 -1
  9. data/spec/datadog_spec.rb +1 -0
  10. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_alert_handles_when_specified.yml +43 -41
  11. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_event_title_correctly.yml +23 -22
  12. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_priority_correctly.yml +20 -19
  13. data/spec/support/cassettes/Chef_Handler_Datadog/handles_no_application_key/fails_when_no_application_key_is_provided.yml +19 -18
  14. data/spec/support/cassettes/Chef_Handler_Datadog/handles_tags_correctly/sets_the_role_and_env_and_tags.yml +22 -21
  15. data/spec/support/cassettes/Chef_Handler_Datadog/hostname/uses_the_node_name_when_no_config_specified.yml +20 -20
  16. data/spec/support/cassettes/Chef_Handler_Datadog/hostname/uses_the_specified_hostname_when_provided.yml +21 -21
  17. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/does_not_use_the_instance_id_when_config_specified_to_false.yml +20 -20
  18. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/uses_the_instance_id_when_config_is_specified.yml +20 -20
  19. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/uses_the_instance_id_when_no_config_specified.yml +20 -20
  20. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_events/posts_an_event.yml +20 -20
  21. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_events/sets_priority_correctly.yml +23 -23
  22. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_metrics/reports_metrics.yml +21 -21
  23. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/sets_tags/puts_the_tags_for_the_current_node.yml +22 -22
  24. data/spec/support/cassettes/Chef_Handler_Datadog/resources/failure_during_compile_phase/does_not_emit_metrics.yml +12 -11
  25. data/spec/support/cassettes/Chef_Handler_Datadog/resources/failure_during_compile_phase/posts_an_event.yml +13 -12
  26. data/spec/support/cassettes/Chef_Handler_Datadog/updated_resources/posts_an_event.yml +20 -20
  27. metadata +4 -2
@@ -5,7 +5,7 @@ http_interactions:
5
5
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
6
6
  body:
7
7
  encoding: UTF-8
8
- string: ! '{"series":[{"metric":"chef.resources.total","points":[[1408567899,0.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
8
+ string: ! '{"series":[{"metric":"chef.resources.total","points":[[1410264904,0.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
9
9
  headers:
10
10
  Accept:
11
11
  - ! '*/*'
@@ -21,9 +21,9 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/json; charset=UTF-8
23
23
  Date:
24
- - Wed, 20 Aug 2014 20:51:34 GMT
24
+ - Tue, 09 Sep 2014 12:14:59 GMT
25
25
  Server:
26
- - dogdispatcher/5.1.1
26
+ - dogdispatcher/5.2.0
27
27
  Content-Length:
28
28
  - '15'
29
29
  Connection:
@@ -32,13 +32,13 @@ http_interactions:
32
32
  encoding: US-ASCII
33
33
  string: ! '{"status":"ok"}'
34
34
  http_version:
35
- recorded_at: Wed, 20 Aug 2014 20:51:39 GMT
35
+ recorded_at: Tue, 09 Sep 2014 12:15:04 GMT
36
36
  - request:
37
37
  method: post
38
38
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
39
39
  body:
40
40
  encoding: UTF-8
41
- string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1408567899,0.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
41
+ string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1410264904,0.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
42
42
  headers:
43
43
  Accept:
44
44
  - ! '*/*'
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - text/json; charset=UTF-8
56
56
  Date:
57
- - Wed, 20 Aug 2014 20:51:35 GMT
57
+ - Tue, 09 Sep 2014 12:15:00 GMT
58
58
  Server:
59
59
  - dogdispatcher/5.1.1
60
60
  Content-Length:
@@ -65,13 +65,13 @@ http_interactions:
65
65
  encoding: US-ASCII
66
66
  string: ! '{"status":"ok"}'
67
67
  http_version:
68
- recorded_at: Wed, 20 Aug 2014 20:51:39 GMT
68
+ recorded_at: Tue, 09 Sep 2014 12:15:04 GMT
69
69
  - request:
70
70
  method: post
71
71
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
72
72
  body:
73
73
  encoding: UTF-8
74
- string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1408567899,5.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
74
+ string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1410264904,5.0]],"type":"gauge","host":"my-imaginary-hostname.local","device":null}]}'
75
75
  headers:
76
76
  Accept:
77
77
  - ! '*/*'
@@ -87,7 +87,7 @@ http_interactions:
87
87
  Content-Type:
88
88
  - text/json; charset=UTF-8
89
89
  Date:
90
- - Wed, 20 Aug 2014 20:51:36 GMT
90
+ - Tue, 09 Sep 2014 12:15:00 GMT
91
91
  Server:
92
92
  - dogdispatcher/5.1.1
93
93
  Content-Length:
@@ -98,14 +98,14 @@ http_interactions:
98
98
  encoding: US-ASCII
99
99
  string: ! '{"status":"ok"}'
100
100
  http_version:
101
- recorded_at: Wed, 20 Aug 2014 20:51:39 GMT
101
+ recorded_at: Tue, 09 Sep 2014 12:15:04 GMT
102
102
  - request:
103
103
  method: post
104
104
  uri: https://app.datadoghq.com/api/v1/events?api_key=<API_KEY>
105
105
  body:
106
106
  encoding: UTF-8
107
- string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1408567899,"msg_title":"Chef
108
- completed in 5 seconds on my-imaginary-hostname.local ","priority":"low","parent":null,"tags":[],"aggregation_key":"my-imaginary-hostname.local","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
107
+ string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1410264904,"msg_title":"Chef
108
+ completed in 5 seconds on my-imaginary-hostname.local ","priority":"low","parent":null,"tags":["env:testing"],"aggregation_key":"my-imaginary-hostname.local","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
109
109
  completed in 5 seconds on my-imaginary-hostname.local ","text":"Chef updated
110
110
  0 resources out of 0 resources total.","host":"my-imaginary-hostname.local","device":null}'
111
111
  headers:
@@ -123,22 +123,22 @@ http_interactions:
123
123
  Content-Type:
124
124
  - text/json; charset=UTF-8
125
125
  Date:
126
- - Wed, 20 Aug 2014 20:51:36 GMT
126
+ - Tue, 09 Sep 2014 12:15:01 GMT
127
127
  Server:
128
128
  - dogdispatcher/5.1.1
129
129
  Content-Length:
130
- - '369'
130
+ - '382'
131
131
  Connection:
132
132
  - keep-alive
133
133
  body:
134
134
  encoding: US-ASCII
135
- string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1408567899,
135
+ string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1410264904,
136
136
  "handle": null, "title": "Chef completed in 5 seconds on my-imaginary-hostname.local
137
- ", "url": "https://app.datadoghq.com/event/jump_to?event_id=2421036670125528935",
138
- "text": "Chef updated 0 resources out of 0 resources total.", "tags": [],
139
- "related_event_id": null, "id": 2421036670125528935}}'
137
+ ", "url": "https://app.datadoghq.com/event/jump_to?event_id=2449507680654905647",
138
+ "text": "Chef updated 0 resources out of 0 resources total.", "tags": ["env:testing"],
139
+ "related_event_id": null, "id": 2449507680654905647}}'
140
140
  http_version:
141
- recorded_at: Wed, 20 Aug 2014 20:51:39 GMT
141
+ recorded_at: Tue, 09 Sep 2014 12:15:04 GMT
142
142
  - request:
143
143
  method: put
144
144
  uri: https://app.datadoghq.com/api/v1/tags/hosts/my-imaginary-hostname.local?api_key=<API_KEY>&application_key=<APPLICATION_KEY>&source=chef
@@ -162,7 +162,7 @@ http_interactions:
162
162
  Content-Type:
163
163
  - application/json
164
164
  Date:
165
- - Wed, 20 Aug 2014 20:51:37 GMT
165
+ - Tue, 09 Sep 2014 12:15:02 GMT
166
166
  Pragma:
167
167
  - no-cache
168
168
  Server:
@@ -175,5 +175,5 @@ http_interactions:
175
175
  encoding: US-ASCII
176
176
  string: ! '{"host": "my-imaginary-hostname.local", "tags": ["env:testing"]}'
177
177
  http_version:
178
- recorded_at: Wed, 20 Aug 2014 20:51:39 GMT
178
+ recorded_at: Tue, 09 Sep 2014 12:15:04 GMT
179
179
  recorded_with: VCR 2.9.2
@@ -5,7 +5,7 @@ http_interactions:
5
5
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
6
6
  body:
7
7
  encoding: UTF-8
8
- string: ! '{"series":[{"metric":"chef.resources.total","points":[[1408567916,0.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
8
+ string: ! '{"series":[{"metric":"chef.resources.total","points":[[1410264899,0.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
9
9
  headers:
10
10
  Accept:
11
11
  - ! '*/*'
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/json; charset=UTF-8
23
23
  Date:
24
- - Wed, 20 Aug 2014 20:51:52 GMT
24
+ - Tue, 09 Sep 2014 12:14:54 GMT
25
25
  Server:
26
26
  - dogdispatcher/5.1.1
27
27
  Content-Length:
@@ -32,13 +32,13 @@ http_interactions:
32
32
  encoding: US-ASCII
33
33
  string: ! '{"status":"ok"}'
34
34
  http_version:
35
- recorded_at: Wed, 20 Aug 2014 20:51:56 GMT
35
+ recorded_at: Tue, 09 Sep 2014 12:14:59 GMT
36
36
  - request:
37
37
  method: post
38
38
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
39
39
  body:
40
40
  encoding: UTF-8
41
- string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1408567916,0.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
41
+ string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1410264899,0.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
42
42
  headers:
43
43
  Accept:
44
44
  - ! '*/*'
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - text/json; charset=UTF-8
56
56
  Date:
57
- - Wed, 20 Aug 2014 20:51:52 GMT
57
+ - Tue, 09 Sep 2014 12:14:54 GMT
58
58
  Server:
59
59
  - dogdispatcher/5.1.1
60
60
  Content-Length:
@@ -65,13 +65,13 @@ http_interactions:
65
65
  encoding: US-ASCII
66
66
  string: ! '{"status":"ok"}'
67
67
  http_version:
68
- recorded_at: Wed, 20 Aug 2014 20:51:56 GMT
68
+ recorded_at: Tue, 09 Sep 2014 12:14:59 GMT
69
69
  - request:
70
70
  method: post
71
71
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
72
72
  body:
73
73
  encoding: UTF-8
74
- string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1408567916,5.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
74
+ string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1410264899,5.0]],"type":"gauge","host":"chef.handler.datadog.test-ec2","device":null}]}'
75
75
  headers:
76
76
  Accept:
77
77
  - ! '*/*'
@@ -87,7 +87,7 @@ http_interactions:
87
87
  Content-Type:
88
88
  - text/json; charset=UTF-8
89
89
  Date:
90
- - Wed, 20 Aug 2014 20:51:53 GMT
90
+ - Tue, 09 Sep 2014 12:14:55 GMT
91
91
  Server:
92
92
  - dogdispatcher/5.1.1
93
93
  Content-Length:
@@ -98,14 +98,14 @@ http_interactions:
98
98
  encoding: US-ASCII
99
99
  string: ! '{"status":"ok"}'
100
100
  http_version:
101
- recorded_at: Wed, 20 Aug 2014 20:51:56 GMT
101
+ recorded_at: Tue, 09 Sep 2014 12:14:59 GMT
102
102
  - request:
103
103
  method: post
104
104
  uri: https://app.datadoghq.com/api/v1/events?api_key=<API_KEY>
105
105
  body:
106
106
  encoding: UTF-8
107
- string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1408567916,"msg_title":"Chef
108
- completed in 5 seconds on chef.handler.datadog.test-ec2 ","priority":"low","parent":null,"tags":[],"aggregation_key":"chef.handler.datadog.test-ec2","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
107
+ string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1410264899,"msg_title":"Chef
108
+ completed in 5 seconds on chef.handler.datadog.test-ec2 ","priority":"low","parent":null,"tags":["env:testing"],"aggregation_key":"chef.handler.datadog.test-ec2","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
109
109
  completed in 5 seconds on chef.handler.datadog.test-ec2 ","text":"Chef updated
110
110
  0 resources out of 0 resources total.","host":"chef.handler.datadog.test-ec2","device":null}'
111
111
  headers:
@@ -123,22 +123,22 @@ http_interactions:
123
123
  Content-Type:
124
124
  - text/json; charset=UTF-8
125
125
  Date:
126
- - Wed, 20 Aug 2014 20:51:53 GMT
126
+ - Tue, 09 Sep 2014 12:14:55 GMT
127
127
  Server:
128
128
  - dogdispatcher/5.1.1
129
129
  Content-Length:
130
- - '371'
130
+ - '384'
131
131
  Connection:
132
132
  - keep-alive
133
133
  body:
134
134
  encoding: US-ASCII
135
- string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1408567916,
135
+ string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1410264899,
136
136
  "handle": null, "title": "Chef completed in 5 seconds on chef.handler.datadog.test-ec2
137
- ", "url": "https://app.datadoghq.com/event/jump_to?event_id=2421036954381948766",
138
- "text": "Chef updated 0 resources out of 0 resources total.", "tags": [],
139
- "related_event_id": null, "id": 2421036954381948766}}'
137
+ ", "url": "https://app.datadoghq.com/event/jump_to?event_id=2449507590042992872",
138
+ "text": "Chef updated 0 resources out of 0 resources total.", "tags": ["env:testing"],
139
+ "related_event_id": null, "id": 2449507590042992872}}'
140
140
  http_version:
141
- recorded_at: Wed, 20 Aug 2014 20:51:56 GMT
141
+ recorded_at: Tue, 09 Sep 2014 12:14:59 GMT
142
142
  - request:
143
143
  method: put
144
144
  uri: https://app.datadoghq.com/api/v1/tags/hosts/chef.handler.datadog.test-ec2?api_key=<API_KEY>&application_key=<APPLICATION_KEY>&source=chef
@@ -162,7 +162,7 @@ http_interactions:
162
162
  Content-Type:
163
163
  - application/json
164
164
  Date:
165
- - Wed, 20 Aug 2014 20:51:54 GMT
165
+ - Tue, 09 Sep 2014 12:14:56 GMT
166
166
  Pragma:
167
167
  - no-cache
168
168
  Server:
@@ -175,5 +175,5 @@ http_interactions:
175
175
  encoding: US-ASCII
176
176
  string: ! '{"host": "chef.handler.datadog.test-ec2", "tags": ["env:testing"]}'
177
177
  http_version:
178
- recorded_at: Wed, 20 Aug 2014 20:51:56 GMT
178
+ recorded_at: Tue, 09 Sep 2014 12:14:59 GMT
179
179
  recorded_with: VCR 2.9.2
@@ -5,7 +5,7 @@ http_interactions:
5
5
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
6
6
  body:
7
7
  encoding: UTF-8
8
- string: ! '{"series":[{"metric":"chef.resources.total","points":[[1408567910,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
8
+ string: ! '{"series":[{"metric":"chef.resources.total","points":[[1410264896,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
9
9
  headers:
10
10
  Accept:
11
11
  - ! '*/*'
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/json; charset=UTF-8
23
23
  Date:
24
- - Wed, 20 Aug 2014 20:51:45 GMT
24
+ - Tue, 09 Sep 2014 12:14:51 GMT
25
25
  Server:
26
26
  - dogdispatcher/5.1.1
27
27
  Content-Length:
@@ -32,13 +32,13 @@ http_interactions:
32
32
  encoding: US-ASCII
33
33
  string: ! '{"status":"ok"}'
34
34
  http_version:
35
- recorded_at: Wed, 20 Aug 2014 20:51:50 GMT
35
+ recorded_at: Tue, 09 Sep 2014 12:14:56 GMT
36
36
  - request:
37
37
  method: post
38
38
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
39
39
  body:
40
40
  encoding: UTF-8
41
- string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1408567910,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
41
+ string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1410264896,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
42
42
  headers:
43
43
  Accept:
44
44
  - ! '*/*'
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - text/json; charset=UTF-8
56
56
  Date:
57
- - Wed, 20 Aug 2014 20:51:46 GMT
57
+ - Tue, 09 Sep 2014 12:14:52 GMT
58
58
  Server:
59
59
  - dogdispatcher/5.1.1
60
60
  Content-Length:
@@ -65,13 +65,13 @@ http_interactions:
65
65
  encoding: US-ASCII
66
66
  string: ! '{"status":"ok"}'
67
67
  http_version:
68
- recorded_at: Wed, 20 Aug 2014 20:51:50 GMT
68
+ recorded_at: Tue, 09 Sep 2014 12:14:56 GMT
69
69
  - request:
70
70
  method: post
71
71
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
72
72
  body:
73
73
  encoding: UTF-8
74
- string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1408567910,5.0]],"type":"gauge","host":"i-123456","device":null}]}'
74
+ string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1410264896,5.0]],"type":"gauge","host":"i-123456","device":null}]}'
75
75
  headers:
76
76
  Accept:
77
77
  - ! '*/*'
@@ -87,7 +87,7 @@ http_interactions:
87
87
  Content-Type:
88
88
  - text/json; charset=UTF-8
89
89
  Date:
90
- - Wed, 20 Aug 2014 20:51:46 GMT
90
+ - Tue, 09 Sep 2014 12:14:53 GMT
91
91
  Server:
92
92
  - dogdispatcher/5.1.1
93
93
  Content-Length:
@@ -98,14 +98,14 @@ http_interactions:
98
98
  encoding: US-ASCII
99
99
  string: ! '{"status":"ok"}'
100
100
  http_version:
101
- recorded_at: Wed, 20 Aug 2014 20:51:50 GMT
101
+ recorded_at: Tue, 09 Sep 2014 12:14:56 GMT
102
102
  - request:
103
103
  method: post
104
104
  uri: https://app.datadoghq.com/api/v1/events?api_key=<API_KEY>
105
105
  body:
106
106
  encoding: UTF-8
107
- string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1408567910,"msg_title":"Chef
108
- completed in 5 seconds on i-123456 ","priority":"low","parent":null,"tags":[],"aggregation_key":"i-123456","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
107
+ string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1410264896,"msg_title":"Chef
108
+ completed in 5 seconds on i-123456 ","priority":"low","parent":null,"tags":["env:testing"],"aggregation_key":"i-123456","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
109
109
  completed in 5 seconds on i-123456 ","text":"Chef updated 0 resources out
110
110
  of 0 resources total.","host":"i-123456","device":null}'
111
111
  headers:
@@ -123,22 +123,22 @@ http_interactions:
123
123
  Content-Type:
124
124
  - text/json; charset=UTF-8
125
125
  Date:
126
- - Wed, 20 Aug 2014 20:51:47 GMT
126
+ - Tue, 09 Sep 2014 12:14:53 GMT
127
127
  Server:
128
128
  - dogdispatcher/5.1.1
129
129
  Content-Length:
130
- - '350'
130
+ - '363'
131
131
  Connection:
132
132
  - keep-alive
133
133
  body:
134
134
  encoding: US-ASCII
135
- string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1408567910,
135
+ string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1410264896,
136
136
  "handle": null, "title": "Chef completed in 5 seconds on i-123456 ", "url":
137
- "https://app.datadoghq.com/event/jump_to?event_id=2421036845196076998", "text":
138
- "Chef updated 0 resources out of 0 resources total.", "tags": [], "related_event_id":
139
- null, "id": 2421036845196076998}}'
137
+ "https://app.datadoghq.com/event/jump_to?event_id=2449507553450058109", "text":
138
+ "Chef updated 0 resources out of 0 resources total.", "tags": ["env:testing"],
139
+ "related_event_id": null, "id": 2449507553450058109}}'
140
140
  http_version:
141
- recorded_at: Wed, 20 Aug 2014 20:51:50 GMT
141
+ recorded_at: Tue, 09 Sep 2014 12:14:56 GMT
142
142
  - request:
143
143
  method: put
144
144
  uri: https://app.datadoghq.com/api/v1/tags/hosts/i-123456?api_key=<API_KEY>&application_key=<APPLICATION_KEY>&source=chef
@@ -162,7 +162,7 @@ http_interactions:
162
162
  Content-Type:
163
163
  - application/json
164
164
  Date:
165
- - Wed, 20 Aug 2014 20:51:47 GMT
165
+ - Tue, 09 Sep 2014 12:14:54 GMT
166
166
  Pragma:
167
167
  - no-cache
168
168
  Server:
@@ -175,5 +175,5 @@ http_interactions:
175
175
  encoding: US-ASCII
176
176
  string: ! '{"host": "i-123456", "tags": ["env:testing"]}'
177
177
  http_version:
178
- recorded_at: Wed, 20 Aug 2014 20:51:50 GMT
178
+ recorded_at: Tue, 09 Sep 2014 12:14:56 GMT
179
179
  recorded_with: VCR 2.9.2
@@ -5,7 +5,7 @@ http_interactions:
5
5
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
6
6
  body:
7
7
  encoding: UTF-8
8
- string: ! '{"series":[{"metric":"chef.resources.total","points":[[1408567912,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
8
+ string: ! '{"series":[{"metric":"chef.resources.total","points":[[1410264893,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
9
9
  headers:
10
10
  Accept:
11
11
  - ! '*/*'
@@ -21,7 +21,7 @@ http_interactions:
21
21
  Content-Type:
22
22
  - text/json; charset=UTF-8
23
23
  Date:
24
- - Wed, 20 Aug 2014 20:51:49 GMT
24
+ - Tue, 09 Sep 2014 12:14:49 GMT
25
25
  Server:
26
26
  - dogdispatcher/5.1.1
27
27
  Content-Length:
@@ -32,13 +32,13 @@ http_interactions:
32
32
  encoding: US-ASCII
33
33
  string: ! '{"status":"ok"}'
34
34
  http_version:
35
- recorded_at: Wed, 20 Aug 2014 20:51:52 GMT
35
+ recorded_at: Tue, 09 Sep 2014 12:14:53 GMT
36
36
  - request:
37
37
  method: post
38
38
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
39
39
  body:
40
40
  encoding: UTF-8
41
- string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1408567912,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
41
+ string: ! '{"series":[{"metric":"chef.resources.updated","points":[[1410264893,0.0]],"type":"gauge","host":"i-123456","device":null}]}'
42
42
  headers:
43
43
  Accept:
44
44
  - ! '*/*'
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - text/json; charset=UTF-8
56
56
  Date:
57
- - Wed, 20 Aug 2014 20:51:49 GMT
57
+ - Tue, 09 Sep 2014 12:14:49 GMT
58
58
  Server:
59
59
  - dogdispatcher/5.1.1
60
60
  Content-Length:
@@ -65,13 +65,13 @@ http_interactions:
65
65
  encoding: US-ASCII
66
66
  string: ! '{"status":"ok"}'
67
67
  http_version:
68
- recorded_at: Wed, 20 Aug 2014 20:51:52 GMT
68
+ recorded_at: Tue, 09 Sep 2014 12:14:53 GMT
69
69
  - request:
70
70
  method: post
71
71
  uri: https://app.datadoghq.com/api/v1/series?api_key=<API_KEY>
72
72
  body:
73
73
  encoding: UTF-8
74
- string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1408567912,5.0]],"type":"gauge","host":"i-123456","device":null}]}'
74
+ string: ! '{"series":[{"metric":"chef.resources.elapsed_time","points":[[1410264893,5.0]],"type":"gauge","host":"i-123456","device":null}]}'
75
75
  headers:
76
76
  Accept:
77
77
  - ! '*/*'
@@ -87,7 +87,7 @@ http_interactions:
87
87
  Content-Type:
88
88
  - text/json; charset=UTF-8
89
89
  Date:
90
- - Wed, 20 Aug 2014 20:51:50 GMT
90
+ - Tue, 09 Sep 2014 12:14:50 GMT
91
91
  Server:
92
92
  - dogdispatcher/5.1.1
93
93
  Content-Length:
@@ -98,14 +98,14 @@ http_interactions:
98
98
  encoding: US-ASCII
99
99
  string: ! '{"status":"ok"}'
100
100
  http_version:
101
- recorded_at: Wed, 20 Aug 2014 20:51:52 GMT
101
+ recorded_at: Tue, 09 Sep 2014 12:14:53 GMT
102
102
  - request:
103
103
  method: post
104
104
  uri: https://app.datadoghq.com/api/v1/events?api_key=<API_KEY>
105
105
  body:
106
106
  encoding: UTF-8
107
- string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1408567912,"msg_title":"Chef
108
- completed in 5 seconds on i-123456 ","priority":"low","parent":null,"tags":[],"aggregation_key":"i-123456","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
107
+ string: ! '{"msg_text":"Chef updated 0 resources out of 0 resources total.","date_happened":1410264893,"msg_title":"Chef
108
+ completed in 5 seconds on i-123456 ","priority":"low","parent":null,"tags":["env:testing"],"aggregation_key":"i-123456","alert_type":"success","event_type":"config_management.run","source_type_name":"chef","title":"Chef
109
109
  completed in 5 seconds on i-123456 ","text":"Chef updated 0 resources out
110
110
  of 0 resources total.","host":"i-123456","device":null}'
111
111
  headers:
@@ -123,22 +123,22 @@ http_interactions:
123
123
  Content-Type:
124
124
  - text/json; charset=UTF-8
125
125
  Date:
126
- - Wed, 20 Aug 2014 20:51:50 GMT
126
+ - Tue, 09 Sep 2014 12:14:50 GMT
127
127
  Server:
128
128
  - dogdispatcher/5.1.1
129
129
  Content-Length:
130
- - '350'
130
+ - '363'
131
131
  Connection:
132
132
  - keep-alive
133
133
  body:
134
134
  encoding: US-ASCII
135
- string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1408567912,
135
+ string: ! '{"status": "ok", "event": {"priority": "low", "date_happened": 1410264893,
136
136
  "handle": null, "title": "Chef completed in 5 seconds on i-123456 ", "url":
137
- "https://app.datadoghq.com/event/jump_to?event_id=2421036904738174744", "text":
138
- "Chef updated 0 resources out of 0 resources total.", "tags": [], "related_event_id":
139
- null, "id": 2421036904738174744}}'
137
+ "https://app.datadoghq.com/event/jump_to?event_id=2449507503705612444", "text":
138
+ "Chef updated 0 resources out of 0 resources total.", "tags": ["env:testing"],
139
+ "related_event_id": null, "id": 2449507503705612444}}'
140
140
  http_version:
141
- recorded_at: Wed, 20 Aug 2014 20:51:52 GMT
141
+ recorded_at: Tue, 09 Sep 2014 12:14:53 GMT
142
142
  - request:
143
143
  method: put
144
144
  uri: https://app.datadoghq.com/api/v1/tags/hosts/i-123456?api_key=<API_KEY>&application_key=<APPLICATION_KEY>&source=chef
@@ -162,7 +162,7 @@ http_interactions:
162
162
  Content-Type:
163
163
  - application/json
164
164
  Date:
165
- - Wed, 20 Aug 2014 20:51:51 GMT
165
+ - Tue, 09 Sep 2014 12:14:51 GMT
166
166
  Pragma:
167
167
  - no-cache
168
168
  Server:
@@ -175,5 +175,5 @@ http_interactions:
175
175
  encoding: US-ASCII
176
176
  string: ! '{"host": "i-123456", "tags": ["env:testing"]}'
177
177
  http_version:
178
- recorded_at: Wed, 20 Aug 2014 20:51:52 GMT
178
+ recorded_at: Tue, 09 Sep 2014 12:14:53 GMT
179
179
  recorded_with: VCR 2.9.2