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 +4 -4
- data/examples/example01.rb +1 -1
- data/lib/localhost.rb +1 -1
- data/lib/remotehost.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a64cfa3d62d4bba06a36e7e1ab2d70af099c6f8
|
4
|
+
data.tar.gz: 956c649ef916638de656f5b9ce86ff221bf1b27f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f929de44841715a326064b0a89b52f85b02afeda5eccfc0305200b1da7321be210e0f9cd49385603e40079a8922a48e863dfcfd39bc6e3def3c0977940937840
|
7
|
+
data.tar.gz: 3dee7a1c6bbb1ac3201e3dcf5d9d95260228cd379550da5a3cced3f480df45afab69d63bdded6f00fa4d30f45b83c0e98decfd1a03246f633bc22bd4469152fe
|
data/examples/example01.rb
CHANGED
@@ -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=>
|
25
|
+
:default=>10
|
26
26
|
},
|
27
27
|
]
|
28
28
|
)
|
data/lib/localhost.rb
CHANGED
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 :
|
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.
|
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.
|
99
|
+
version: 0.0.20
|
100
100
|
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 0.0.
|
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.
|
109
|
+
version: 0.0.20
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: 0.0.
|
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.
|
119
|
+
version: 1.1.16
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version: 1.1.
|
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.
|
129
|
+
version: 1.1.16
|
130
130
|
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version: 1.1.
|
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
|
188
|
+
summary: THIS GEM IS STILL IN DEVELOPMENT STAGE. Track memory, CPU and disk space
|
189
|
+
of any host.
|
189
190
|
test_files: []
|