es-diag 0.0.1 → 0.0.2
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 +3 -0
- data/lib/es-diag/version.rb +1 -1
- data/resources/screen.png +0 -0
- metadata +18 -7
data/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
`es-diag` is a command line tool that evaluates your machine and setup, points out typical machine misconfiguration for Elastic Search, sniffs out health parameters from a running Elastic Search instance (not impl. yet), and recommends ways to amend it.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
<img src="https://raw.github.com/jondot/es-diag/master/resources/screen.png" /><br/>
|
|
7
|
+
|
|
8
|
+
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
## Getting Started
|
data/lib/es-diag/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: es-diag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,15 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0'
|
|
25
30
|
- !ruby/object:Gem::Dependency
|
|
26
31
|
name: ohai
|
|
27
|
-
requirement:
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
28
33
|
none: false
|
|
29
34
|
requirements:
|
|
30
35
|
- - ! '>='
|
|
@@ -32,7 +37,12 @@ dependencies:
|
|
|
32
37
|
version: '0'
|
|
33
38
|
type: :runtime
|
|
34
39
|
prerelease: false
|
|
35
|
-
version_requirements:
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
36
46
|
description: Elastic Search diagnostics tool
|
|
37
47
|
email:
|
|
38
48
|
- jondotan@gmail.com
|
|
@@ -53,6 +63,7 @@ files:
|
|
|
53
63
|
- lib/es-diag/cli.rb
|
|
54
64
|
- lib/es-diag/version.rb
|
|
55
65
|
- lib/ohai_plugins/ulimit.rb
|
|
66
|
+
- resources/screen.png
|
|
56
67
|
homepage: ''
|
|
57
68
|
licenses: []
|
|
58
69
|
post_install_message:
|
|
@@ -73,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
84
|
version: '0'
|
|
74
85
|
requirements: []
|
|
75
86
|
rubyforge_project: es-diag
|
|
76
|
-
rubygems_version: 1.8.
|
|
87
|
+
rubygems_version: 1.8.23
|
|
77
88
|
signing_key:
|
|
78
89
|
specification_version: 3
|
|
79
90
|
summary: Elastic Search diagnostics tool
|