elesai 0.4.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/elesai/lsi.rb CHANGED
@@ -14,8 +14,7 @@ module Elesai
14
14
  case opts[:hint]
15
15
  when :pd,:physicaldrive
16
16
  PDlist_aAll.new.parse!(self,opts)
17
- when :vd, :virtualdrive
18
- puts "vd!"
17
+ when :vd,:virtualdrive
19
18
  LDPDinfo_aAll.new.parse!(self,opts)
20
19
  else
21
20
  PDlist_aAll.new.parse!(self,opts)
@@ -1,3 +1,3 @@
1
1
  module Elesai
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.1"
3
3
  end
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.4.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
- version: 0.1.0
37
+ version: 0.2.0
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,8 +42,10 @@ dependencies:
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: 0.1.0
46
- description: Senedsa is a small utility and library wrapper for the Nagios send_nsca.
45
+ version: 0.2.0
46
+ description: Elesai is a wrapper around LSI's MegaCli utility that provides access
47
+ to common types of information about the RAID controllers. It also has Nagios plugin
48
+ personalities
47
49
  email: gerir@evernote.com
48
50
  executables:
49
51
  - elesai
@@ -86,5 +88,5 @@ rubyforge_project:
86
88
  rubygems_version: 1.8.23
87
89
  signing_key:
88
90
  specification_version: 3
89
- summary: Utility and library wrapper for Nagios send_nsca utility
91
+ summary: Wrapper for LSI's MegaCli utility
90
92
  test_files: []