app_status 1.0.0 → 1.1.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.
- data/README.md +33 -0
- data/app/models/app_status/check_collection.rb +77 -46
- data/app/models/app_status/check_item.rb +58 -0
- data/app/views/app_status/status/index.html.erb +32 -0
- data/bin/kramdown +16 -0
- data/lib/app_status/version.rb +1 -1
- data/lib/app_status.rb +0 -1
- data/spec/dummy/config/initializers/app_status.rb +28 -0
- data/spec/dummy/config/routes.rb +0 -1
- data/spec/dummy/log/development.log +817 -0
- data/spec/dummy/log/test.log +113 -0
- data/spec/dummy/tmp/cache/assets/CA5/160/sprockets%2Fc4b6dd696758a9c186897a8c25615778 +0 -0
- data/spec/dummy/tmp/cache/assets/CB2/070/sprockets%2Fe1b30e44248fc0395505c899c0f2357e +0 -0
- data/spec/dummy/tmp/cache/assets/CB2/5B0/sprockets%2Fc8e423e85d0a1cb22332859990909a3f +0 -0
- data/spec/dummy/tmp/cache/assets/CF2/9A0/sprockets%2Fb3eee5a6a87662f428f47c908157f606 +0 -0
- data/spec/dummy/tmp/cache/assets/D15/DA0/sprockets%2Fc7e74644f623ec92a443b53b8c1d19c8 +0 -0
- data/spec/dummy/tmp/cache/assets/D3F/E00/sprockets%2Fa7629a6ce27d07753dbb05bd48098ce0 +0 -0
- data/spec/dummy/tmp/cache/assets/D51/F30/sprockets%2Fbe466f3302fef7895aad76d05d93963d +0 -0
- data/spec/dummy/tmp/cache/assets/DB8/430/sprockets%2Ff731c6599577d8f741f3afd2d8ed2efb +0 -0
- data/spec/dummy/tmp/cache/assets/DDD/460/sprockets%2Fe5b8947c2a5caf5460fecdfd48c818d5 +0 -0
- data/spec/dummy/tmp/cache/assets/E07/FD0/sprockets%2Fb3d7aafd7ce063e022cd29e7ccb898f9 +0 -0
- metadata +31 -23
- data/app/views/app_status/status/index.html.haml +0 -16
data/spec/dummy/log/test.log
CHANGED
|
@@ -50,3 +50,116 @@ Processing by AppStatus::StatusController#index as JSON
|
|
|
50
50
|
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
51
51
|
Processing by AppStatus::StatusController#index as HTML
|
|
52
52
|
Completed 200 OK in 16ms (Views: 16.0ms)
|
|
53
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
54
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
55
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
56
|
+
Completed 200 OK in 6ms (Views: 6.3ms)
|
|
57
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
58
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (0.1ms)
|
|
59
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
|
60
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
61
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
62
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
63
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
64
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
65
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
66
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
67
|
+
Completed 200 OK in 5ms (Views: 5.3ms)
|
|
68
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
69
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
70
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
71
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
72
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
73
|
+
Completed 500 Internal Server Error in 0ms
|
|
74
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
75
|
+
Completed 500 Internal Server Error in 0ms
|
|
76
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
77
|
+
Completed 500 Internal Server Error in 0ms
|
|
78
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
79
|
+
Completed 500 Internal Server Error in 0ms
|
|
80
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
81
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (0.2ms)
|
|
82
|
+
Completed 200 OK in 26ms (Views: 25.7ms)
|
|
83
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
84
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
|
85
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
86
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
87
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
88
|
+
Completed 200 OK in 18ms (Views: 18.2ms)
|
|
89
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
90
|
+
Rendered /Users/alex/Code/app_status/app/views/app_status/status/index.html.erb within layouts/app_status/application (0.1ms)
|
|
91
|
+
Completed 200 OK in 16ms (Views: 15.8ms)
|
|
92
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
93
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
|
94
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
95
|
+
Completed 500 Internal Server Error in 0ms
|
|
96
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
97
|
+
Completed 500 Internal Server Error in 0ms
|
|
98
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
99
|
+
Completed 500 Internal Server Error in 0ms
|
|
100
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
101
|
+
Completed 500 Internal Server Error in 0ms
|
|
102
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
103
|
+
Completed 500 Internal Server Error in 0ms
|
|
104
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
105
|
+
Completed 500 Internal Server Error in 0ms
|
|
106
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
107
|
+
Completed 500 Internal Server Error in 0ms
|
|
108
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
109
|
+
Completed 500 Internal Server Error in 0ms
|
|
110
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
111
|
+
Completed 500 Internal Server Error in 0ms
|
|
112
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
113
|
+
Completed 500 Internal Server Error in 0ms
|
|
114
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
115
|
+
Completed 500 Internal Server Error in 0ms
|
|
116
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
117
|
+
Completed 200 OK in 10ms (Views: 9.5ms)
|
|
118
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
119
|
+
Completed 500 Internal Server Error in 0ms
|
|
120
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
121
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
|
122
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
123
|
+
Completed 500 Internal Server Error in 0ms
|
|
124
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
125
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
|
126
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
127
|
+
Completed 500 Internal Server Error in 1ms
|
|
128
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
129
|
+
Completed 200 OK in 6ms (Views: 6.0ms)
|
|
130
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
131
|
+
Completed 500 Internal Server Error in 0ms
|
|
132
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
133
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
|
134
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
135
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
136
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
137
|
+
Completed 200 OK in 15ms (Views: 15.0ms)
|
|
138
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
139
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
140
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
141
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
142
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
143
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
144
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
145
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
|
146
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
147
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
148
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
149
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
150
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
151
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
152
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
153
|
+
Completed 200 OK in 15ms (Views: 15.3ms)
|
|
154
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
155
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
156
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
157
|
+
Completed 200 OK in 16ms (Views: 15.7ms)
|
|
158
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
159
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
160
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
161
|
+
Completed 200 OK in 18ms (Views: 17.5ms)
|
|
162
|
+
Processing by AppStatus::StatusController#index as JSON
|
|
163
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
|
164
|
+
Processing by AppStatus::StatusController#index as HTML
|
|
165
|
+
Completed 200 OK in 17ms (Views: 17.2ms)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_status
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,26 +9,10 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.2.13
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 3.2.13
|
|
30
|
-
- !ruby/object:Gem::Dependency
|
|
31
|
-
name: haml
|
|
32
16
|
requirement: !ruby/object:Gem::Requirement
|
|
33
17
|
none: false
|
|
34
18
|
requirements:
|
|
@@ -44,7 +28,7 @@ dependencies:
|
|
|
44
28
|
- !ruby/object:Gem::Version
|
|
45
29
|
version: '0'
|
|
46
30
|
- !ruby/object:Gem::Dependency
|
|
47
|
-
name:
|
|
31
|
+
name: kramdown
|
|
48
32
|
requirement: !ruby/object:Gem::Requirement
|
|
49
33
|
none: false
|
|
50
34
|
requirements:
|
|
@@ -121,12 +105,14 @@ files:
|
|
|
121
105
|
- app/controllers/app_status/status_controller.rb
|
|
122
106
|
- app/helpers/app_status/application_helper.rb
|
|
123
107
|
- app/models/app_status/check_collection.rb
|
|
124
|
-
- app/
|
|
108
|
+
- app/models/app_status/check_item.rb
|
|
109
|
+
- app/views/app_status/status/index.html.erb
|
|
125
110
|
- app/views/layouts/app_status/application.html.erb
|
|
126
111
|
- bin/autospec
|
|
127
112
|
- bin/erubis
|
|
128
113
|
- bin/haml
|
|
129
114
|
- bin/htmldiff
|
|
115
|
+
- bin/kramdown
|
|
130
116
|
- bin/ldiff
|
|
131
117
|
- bin/rackup
|
|
132
118
|
- bin/rails
|
|
@@ -159,6 +145,7 @@ files:
|
|
|
159
145
|
- spec/dummy/config/environments/development.rb
|
|
160
146
|
- spec/dummy/config/environments/production.rb
|
|
161
147
|
- spec/dummy/config/environments/test.rb
|
|
148
|
+
- spec/dummy/config/initializers/app_status.rb
|
|
162
149
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
163
150
|
- spec/dummy/config/initializers/inflections.rb
|
|
164
151
|
- spec/dummy/config/initializers/mime_types.rb
|
|
@@ -177,6 +164,16 @@ files:
|
|
|
177
164
|
- spec/dummy/Rakefile
|
|
178
165
|
- spec/dummy/README.rdoc
|
|
179
166
|
- spec/dummy/script/rails
|
|
167
|
+
- spec/dummy/tmp/cache/assets/CA5/160/sprockets%2Fc4b6dd696758a9c186897a8c25615778
|
|
168
|
+
- spec/dummy/tmp/cache/assets/CB2/070/sprockets%2Fe1b30e44248fc0395505c899c0f2357e
|
|
169
|
+
- spec/dummy/tmp/cache/assets/CB2/5B0/sprockets%2Fc8e423e85d0a1cb22332859990909a3f
|
|
170
|
+
- spec/dummy/tmp/cache/assets/CF2/9A0/sprockets%2Fb3eee5a6a87662f428f47c908157f606
|
|
171
|
+
- spec/dummy/tmp/cache/assets/D15/DA0/sprockets%2Fc7e74644f623ec92a443b53b8c1d19c8
|
|
172
|
+
- spec/dummy/tmp/cache/assets/D3F/E00/sprockets%2Fa7629a6ce27d07753dbb05bd48098ce0
|
|
173
|
+
- spec/dummy/tmp/cache/assets/D51/F30/sprockets%2Fbe466f3302fef7895aad76d05d93963d
|
|
174
|
+
- spec/dummy/tmp/cache/assets/DB8/430/sprockets%2Ff731c6599577d8f741f3afd2d8ed2efb
|
|
175
|
+
- spec/dummy/tmp/cache/assets/DDD/460/sprockets%2Fe5b8947c2a5caf5460fecdfd48c818d5
|
|
176
|
+
- spec/dummy/tmp/cache/assets/E07/FD0/sprockets%2Fb3d7aafd7ce063e022cd29e7ccb898f9
|
|
180
177
|
- spec/models/check_collection_spec.rb
|
|
181
178
|
- spec/spec_helper.rb
|
|
182
179
|
homepage: http://github.com/alexdean/app_status
|
|
@@ -193,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
193
190
|
version: '0'
|
|
194
191
|
segments:
|
|
195
192
|
- 0
|
|
196
|
-
hash:
|
|
193
|
+
hash: -3383061385064294606
|
|
197
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
195
|
none: false
|
|
199
196
|
requirements:
|
|
@@ -202,13 +199,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
202
199
|
version: '0'
|
|
203
200
|
segments:
|
|
204
201
|
- 0
|
|
205
|
-
hash:
|
|
202
|
+
hash: -3383061385064294606
|
|
206
203
|
requirements: []
|
|
207
204
|
rubyforge_project:
|
|
208
205
|
rubygems_version: 1.8.24
|
|
209
206
|
signing_key:
|
|
210
207
|
specification_version: 3
|
|
211
|
-
summary: AppStatus is a Rails engine for exposing app data to Nagios
|
|
208
|
+
summary: AppStatus is a Rails engine for exposing app data to Nagios.
|
|
212
209
|
test_files:
|
|
213
210
|
- spec/controllers/status_controller_spec.rb
|
|
214
211
|
- spec/dummy/app/assets/javascripts/application.js
|
|
@@ -223,6 +220,7 @@ test_files:
|
|
|
223
220
|
- spec/dummy/config/environments/development.rb
|
|
224
221
|
- spec/dummy/config/environments/production.rb
|
|
225
222
|
- spec/dummy/config/environments/test.rb
|
|
223
|
+
- spec/dummy/config/initializers/app_status.rb
|
|
226
224
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
227
225
|
- spec/dummy/config/initializers/inflections.rb
|
|
228
226
|
- spec/dummy/config/initializers/mime_types.rb
|
|
@@ -241,5 +239,15 @@ test_files:
|
|
|
241
239
|
- spec/dummy/Rakefile
|
|
242
240
|
- spec/dummy/README.rdoc
|
|
243
241
|
- spec/dummy/script/rails
|
|
242
|
+
- spec/dummy/tmp/cache/assets/CA5/160/sprockets%2Fc4b6dd696758a9c186897a8c25615778
|
|
243
|
+
- spec/dummy/tmp/cache/assets/CB2/070/sprockets%2Fe1b30e44248fc0395505c899c0f2357e
|
|
244
|
+
- spec/dummy/tmp/cache/assets/CB2/5B0/sprockets%2Fc8e423e85d0a1cb22332859990909a3f
|
|
245
|
+
- spec/dummy/tmp/cache/assets/CF2/9A0/sprockets%2Fb3eee5a6a87662f428f47c908157f606
|
|
246
|
+
- spec/dummy/tmp/cache/assets/D15/DA0/sprockets%2Fc7e74644f623ec92a443b53b8c1d19c8
|
|
247
|
+
- spec/dummy/tmp/cache/assets/D3F/E00/sprockets%2Fa7629a6ce27d07753dbb05bd48098ce0
|
|
248
|
+
- spec/dummy/tmp/cache/assets/D51/F30/sprockets%2Fbe466f3302fef7895aad76d05d93963d
|
|
249
|
+
- spec/dummy/tmp/cache/assets/DB8/430/sprockets%2Ff731c6599577d8f741f3afd2d8ed2efb
|
|
250
|
+
- spec/dummy/tmp/cache/assets/DDD/460/sprockets%2Fe5b8947c2a5caf5460fecdfd48c818d5
|
|
251
|
+
- spec/dummy/tmp/cache/assets/E07/FD0/sprockets%2Fb3d7aafd7ce063e022cd29e7ccb898f9
|
|
244
252
|
- spec/models/check_collection_spec.rb
|
|
245
253
|
- spec/spec_helper.rb
|