simple_host_monitoring 0.0.8 → 0.0.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3faba04ca0b120d8f7dca660cbef9a0ae97739e
4
- data.tar.gz: 140fb04b7f7747bd0b8a0c604aab40211d5a47ce
3
+ metadata.gz: 6a64cfa3d62d4bba06a36e7e1ab2d70af099c6f8
4
+ data.tar.gz: 956c649ef916638de656f5b9ce86ff221bf1b27f
5
5
  SHA512:
6
- metadata.gz: 4b5ea7ec7a40bf6094081aa87b4c6bda5b698d9c389e5fcab9fd2ba7c443cb3678a215007c13d85330ea7b8a67930c7798a9124dae78b8e0193ce6fef2507e61
7
- data.tar.gz: 207d377f07892903118979bf31828c956e687752e51ad177c24bf703982958e6a11cff4a6d325f3f3411881509de1758dbaa7c174a2389d4e29010c89159edef
6
+ metadata.gz: f929de44841715a326064b0a89b52f85b02afeda5eccfc0305200b1da7321be210e0f9cd49385603e40079a8922a48e863dfcfd39bc6e3def3c0977940937840
7
+ data.tar.gz: 3dee7a1c6bbb1ac3201e3dcf5d9d95260228cd379550da5a3cced3f480df45afab69d63bdded6f00fa4d30f45b83c0e98decfd1a03246f633bc22bd4469152fe
@@ -22,7 +22,7 @@ parser = BlackStack::SimpleCommandLineParser.new(
22
22
  :mandatory=>false,
23
23
  :description=>'How many delay seconds between the starting of a poll cycle and the starting of the next one.',
24
24
  :type=>BlackStack::SimpleCommandLineParser::INT,
25
- :default=>5
25
+ :default=>10
26
26
  },
27
27
  ]
28
28
  )
data/lib/localhost.rb CHANGED
@@ -9,7 +9,7 @@ module BlackStack
9
9
 
10
10
  #
11
11
  def parse(h)
12
- self.id = h[:id]
12
+ #self.id = h[:id]
13
13
  self.cpu_architecture = h[:cpu_architecture]
14
14
  self.cpu_speed = h[:cpu_speed]
15
15
  self.cpu_load_average = h[:cpu_load_average]
data/lib/remotehost.rb CHANGED
@@ -3,7 +3,7 @@ require_relative './basehost'
3
3
  module BlackStack
4
4
 
5
5
  class RemoteHost
6
- attr_accessor :id, :cpu_architecture, :cpu_speed, :cpu_load_average, :cpu_model, :cpu_type, :cpu_number, :mem_total, :mem_free, :disk_total, :disk_free, :net_hostname, :net_remote_ip, :net_mac_address
6
+ attr_accessor :cpu_architecture, :cpu_speed, :cpu_load_average, :cpu_model, :cpu_type, :cpu_number, :mem_total, :mem_free, :disk_total, :disk_free, :net_hostname, :net_remote_ip, :net_mac_address
7
7
  include BaseHost
8
8
  end # class RemoteHost
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_host_monitoring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi
@@ -96,40 +96,40 @@ dependencies:
96
96
  requirements:
97
97
  - - "~>"
98
98
  - !ruby/object:Gem::Version
99
- version: 0.0.10
99
+ version: 0.0.20
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: 0.0.10
102
+ version: 0.0.20
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: 0.0.10
109
+ version: 0.0.20
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: 0.0.10
112
+ version: 0.0.20
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: simple_cloud_logging
115
115
  requirement: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - "~>"
118
118
  - !ruby/object:Gem::Version
119
- version: 1.1.12
119
+ version: 1.1.16
120
120
  - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: 1.1.12
122
+ version: 1.1.16
123
123
  type: :runtime
124
124
  prerelease: false
125
125
  version_requirements: !ruby/object:Gem::Requirement
126
126
  requirements:
127
127
  - - "~>"
128
128
  - !ruby/object:Gem::Version
129
- version: 1.1.12
129
+ version: 1.1.16
130
130
  - - ">="
131
131
  - !ruby/object:Gem::Version
132
- version: 1.1.12
132
+ version: 1.1.16
133
133
  - !ruby/object:Gem::Dependency
134
134
  name: simple_command_line_parser
135
135
  requirement: !ruby/object:Gem::Requirement
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: 1.1.1
153
- description: 'Find documentation here: https://github.com/leandrosardi/simple_host_monitoring.'
153
+ description: 'THIS GEM IS STILL IN DEVELOPMENT STAGE. Find documentation here: https://github.com/leandrosardi/simple_host_monitoring.'
154
154
  email: leandro.sardi@expandedventure.com
155
155
  executables: []
156
156
  extensions: []
@@ -185,5 +185,6 @@ rubyforge_project:
185
185
  rubygems_version: 2.4.5.1
186
186
  signing_key:
187
187
  specification_version: 4
188
- summary: Track memory, CPU and disk space of any host.
188
+ summary: THIS GEM IS STILL IN DEVELOPMENT STAGE. Track memory, CPU and disk space
189
+ of any host.
189
190
  test_files: []