elesai 0.5.3 → 0.5.4
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 +0 -7
- data/lib/elesai/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -72,10 +72,3 @@ Pipe output to `elesai`:
|
|
72
72
|
[PD] e253s5 29 online:spunup 1.82TB HDD SATA 0 0 a0 9WM7L834ST32000644NS SN12
|
73
73
|
[PD] e253s6 31 unconfigured(bad): 0.00KB HDD SAS 0 0 a0 SEAGATE ST33000650SS 0003Z29182VM
|
74
74
|
[PD] e253s7 32 unconfigured(bad): 0.00KB HDD SAS 0 0 a0 SEAGATE ST33000650SS 0003Z291A3QV
|
75
|
-
|
76
|
-
# STATUS
|
77
|
-
|
78
|
-
Very much in progress. The tool does not yet poke MegaCli itself.
|
79
|
-
|
80
|
-
|
81
|
-
|
data/lib/elesai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elesai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06-
|
12
|
+
date: 2012-06-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: workflow
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - ! '>='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 0.2.
|
53
|
+
version: 0.2.2
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.2.
|
61
|
+
version: 0.2.2
|
62
62
|
description: Elesai is a wrapper around LSI's MegaCli utility that provides access
|
63
63
|
to common types of information about the RAID controllers. It also has Nagios plugin
|
64
64
|
personalities
|