kumolus-monit 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 698427728e7e60f98055b187a0878662ac5c3c72
4
- data.tar.gz: d7059ee386f7df3a2cbf18d21775bb54dae09333
3
+ metadata.gz: ac7c8f080333f6ca456796dd686935b75d046f54
4
+ data.tar.gz: 624207ca6a624f3e0621b0efa3f1888491194346
5
5
  SHA512:
6
- metadata.gz: 6f5c845da2e1a071b595cab88b9ef86632859d706c8173326174da68fef1032673039c28186209294daeb93c7c0f226208047867573620c95496d2686e9e284a
7
- data.tar.gz: 8701f4ceed93f073b7f92a8327e2224e9543127b75f3123a1795d80876db224b7f6a861a4f12a692967cffbc6547f36b5a3ecd3c3c878515542d9cf1b508b356
6
+ metadata.gz: 4a8b2b15d79ac83eb25039f6d334a44016b0e1fcbd3dff749b9e92a8a74c3c0f5aca6e076d3647acca170f89cf8539d56b3a50f7b847f8e0ccf4034cf48200ca
7
+ data.tar.gz: 3274c109781d7fd9f9cdd9027ba31a3656d437def83108906fd4b9075f618f2e2ac581d4293f08d498837bc7dccf9a190dec7aa9ab9987bd0bfd8ae865adef78
data/README.md CHANGED
@@ -12,6 +12,8 @@ Just like any other gem:
12
12
  ## Usage
13
13
 
14
14
  status = Monit::Status.new({ :host => "monit.myserver.com",
15
+ :path => "/monitor",
16
+ :port => 433,
15
17
  :auth => true,
16
18
  :username => "foo",
17
19
  :password => "bar" })
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Connect to Kumolus Monit"
13
13
  spec.description = "Retrieve server information from Monit."
14
- spec.homepage = "http://github.com/kumolus/kumolus-monit"
14
+ spec.homepage = "https://github.com/kumoas/kumolus-monit"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,5 +1,5 @@
1
1
  module Kumolus
2
2
  module Monit
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kumolus-monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kumolus
@@ -105,7 +105,7 @@ files:
105
105
  - lib/kumolus/monit/service.rb
106
106
  - lib/kumolus/monit/status.rb
107
107
  - lib/kumolus/monit/version.rb
108
- homepage: http://github.com/kumolus/kumolus-monit
108
+ homepage: https://github.com/kumoas/kumolus-monit
109
109
  licenses:
110
110
  - MIT
111
111
  metadata: