sensu-plugins-docker 0.0.1.alpha.1
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 +7 -0
- checksums.yaml.gz.sig +3 -0
- data.tar.gz.sig +2 -0
- data/CHANGELOG.md +4 -0
- data/LICENSE +22 -0
- data/README.md +54 -0
- data/bin/check-container.rb +69 -0
- data/bin/check-docker-container.rb +91 -0
- data/bin/metrics-docker-container.rb +92 -0
- data/lib/sensu-plugins-docker.rb +7 -0
- metadata +230 -0
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 805395ba1bdfc0dcc28953a294ba29b40ded36c9
|
4
|
+
data.tar.gz: f2e52c2c276a4f49a3a681d1bad311431d6424bc
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4172387374e043467e8682853b794e84df81e212f1d86c43a8e265d4706db944ddce01f8dc0476383c53a192831b2b3cb09e6eb3688ca29c0e7c2d962c224277
|
7
|
+
data.tar.gz: 37424fd0f19bcd397df438ddb3965b63bdd977c050232d4e50073033c02c8542b4b2a9a67548483b4bf21227642d59bacfdaf8b1e109d2ffbae2f0c9b890a401
|
checksums.yaml.gz.sig
ADDED
data.tar.gz.sig
ADDED
data/CHANGELOG.md
ADDED
data/LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2015 devops@yieldbot.com
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
## Sensu-Plugins-docker
|
2
|
+
|
3
|
+
[](https://travis-ci.org/sensu-plugins/sensu-plugins-docker)
|
4
|
+
[](http://badge.fury.io/rb/sensu-plugins-docker)
|
5
|
+
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-docker)
|
6
|
+
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-docker)
|
7
|
+
[](https://gemnasium.com/sensu-plugins/sensu-plugins-docker)
|
8
|
+
## Functionality
|
9
|
+
|
10
|
+
## Files
|
11
|
+
* check-contsainer.rb
|
12
|
+
* check-docker-container.rb
|
13
|
+
* metrics-docker-container.rb
|
14
|
+
|
15
|
+
## Usage
|
16
|
+
|
17
|
+
## Installation
|
18
|
+
|
19
|
+
Add the public key (if you haven’t already) as a trusted certificate
|
20
|
+
|
21
|
+
```
|
22
|
+
gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
|
23
|
+
gem install sensu-plugins-docker -P MediumSecurity
|
24
|
+
```
|
25
|
+
|
26
|
+
You can also download the key from /certs/ within each repository.
|
27
|
+
|
28
|
+
#### Rubygems
|
29
|
+
|
30
|
+
`gem install sensu-plugins-docker`
|
31
|
+
|
32
|
+
#### Bundler
|
33
|
+
|
34
|
+
Add *sensu-plugins-docker* to your Gemfile and run `bundle install` or `bundle update`
|
35
|
+
|
36
|
+
#### Chef
|
37
|
+
|
38
|
+
Using the Sensu **sensu_gem** LWRP
|
39
|
+
```
|
40
|
+
sensu_gem 'sensu-plugins-docker' do
|
41
|
+
options('--prerelease')
|
42
|
+
version '0.0.1.alpha.1'
|
43
|
+
end
|
44
|
+
```
|
45
|
+
|
46
|
+
Using the Chef **gem_package** resource
|
47
|
+
```
|
48
|
+
gem_package 'sensu-plugins-docker' do
|
49
|
+
options('--prerelease')
|
50
|
+
version '0.0.1.alpha.1'
|
51
|
+
end
|
52
|
+
```
|
53
|
+
|
54
|
+
## Notes
|
@@ -0,0 +1,69 @@
|
|
1
|
+
#! /usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# check-container
|
4
|
+
#
|
5
|
+
# DESCRIPTION:
|
6
|
+
# This is a simple check script for Sensu to check that a Docker container is
|
7
|
+
# running. You can pass in either a container id or a container name.
|
8
|
+
#
|
9
|
+
# OUTPUT:
|
10
|
+
# plain text
|
11
|
+
#
|
12
|
+
# PLATFORMS:
|
13
|
+
# Linux
|
14
|
+
#
|
15
|
+
# DEPENDENCIES:
|
16
|
+
# gem: sensu-plugin
|
17
|
+
# gem: docker
|
18
|
+
#
|
19
|
+
# USAGE:
|
20
|
+
# check-docker-container.rb c92d402a5d14
|
21
|
+
# CheckDockerContainer OK
|
22
|
+
#
|
23
|
+
# check-docker-container.rb circle_burglar
|
24
|
+
# CheckDockerContainer CRITICAL: circle_burglar is not running on the host
|
25
|
+
#
|
26
|
+
# NOTES:
|
27
|
+
# => State.running == true -> OK
|
28
|
+
# => State.running == false -> CRITICAL
|
29
|
+
# => Not Found -> CRITICAL
|
30
|
+
# => Can't connect to Docker -> WARNING
|
31
|
+
# => Other exception -> WARNING
|
32
|
+
#
|
33
|
+
# LICENSE:
|
34
|
+
# Copyright 2014 Sonian, Inc. and contributors. <support@sensuapp.org>
|
35
|
+
# Released under the same terms as Sensu (the MIT license); see LICENSE
|
36
|
+
# for details.
|
37
|
+
#
|
38
|
+
|
39
|
+
require 'sensu-plugin/check/cli'
|
40
|
+
require 'docker'
|
41
|
+
|
42
|
+
#
|
43
|
+
# Check Docker Conatiner
|
44
|
+
#
|
45
|
+
class CheckDockerContainer < Sensu::Plugin::Check::CLI
|
46
|
+
option :url,
|
47
|
+
short: '-u DOCKER_HOST',
|
48
|
+
long: '--host DOCKER_HOST',
|
49
|
+
default: 'tcp://127.0.0.1:4243/'
|
50
|
+
|
51
|
+
def run #rubocop:disable all
|
52
|
+
Docker.url = "#{config[:url]}"
|
53
|
+
|
54
|
+
id = argv.first
|
55
|
+
container = Docker::Container.get(id)
|
56
|
+
|
57
|
+
if container.info['State']['Running']
|
58
|
+
ok
|
59
|
+
else
|
60
|
+
critical "#{id} is not running"
|
61
|
+
end
|
62
|
+
rescue Docker::Error::NotFoundError
|
63
|
+
critical "#{id} is not running on the host"
|
64
|
+
rescue Excon::Errors::SocketError
|
65
|
+
warning 'unable to connect to Docker'
|
66
|
+
rescue => e
|
67
|
+
warning "unknown error #{e.inspect}"
|
68
|
+
end
|
69
|
+
end
|
@@ -0,0 +1,91 @@
|
|
1
|
+
#! /usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# check-docker-container
|
4
|
+
#
|
5
|
+
# DESCRIPTION:
|
6
|
+
# This is a simple check script for Sensu to check the number of a Docker Container
|
7
|
+
#
|
8
|
+
# OUTPUT:
|
9
|
+
# plain text
|
10
|
+
#
|
11
|
+
# PLATFORMS:
|
12
|
+
# Linux
|
13
|
+
#
|
14
|
+
# DEPENDENCIES:
|
15
|
+
# gem: sensu-plugin
|
16
|
+
# gem: docker
|
17
|
+
# gem: docker-api
|
18
|
+
#
|
19
|
+
# USAGE:
|
20
|
+
# check-docker-container.rb -w 3 -c 3
|
21
|
+
# => 1 container running = OK.
|
22
|
+
# => 4 container running = CRITICAL
|
23
|
+
#
|
24
|
+
# NOTES:
|
25
|
+
#
|
26
|
+
# LICENSE:
|
27
|
+
# Author Yohei Kawahara <inokara@gmail.com>
|
28
|
+
# Released under the same terms as Sensu (the MIT license); see LICENSE
|
29
|
+
# for details.
|
30
|
+
#
|
31
|
+
|
32
|
+
require 'sensu-plugin/check/cli'
|
33
|
+
require 'docker'
|
34
|
+
|
35
|
+
#
|
36
|
+
# Check Docker Conatiners
|
37
|
+
#
|
38
|
+
class CheckDockerContainers < Sensu::Plugin::Check::CLI
|
39
|
+
option :url,
|
40
|
+
short: '-u docker host',
|
41
|
+
default: 'http://127.0.0.1:4243/'
|
42
|
+
|
43
|
+
option :warn_over,
|
44
|
+
short: '-w N',
|
45
|
+
long: '--warn-over N',
|
46
|
+
description: 'Trigger a warning if over a number',
|
47
|
+
proc: proc(&:to_i)
|
48
|
+
|
49
|
+
option :crit_over,
|
50
|
+
short: '-c N',
|
51
|
+
long: '--critical-over N',
|
52
|
+
description: 'Trigger a critical if over a number',
|
53
|
+
proc: proc(&:to_i)
|
54
|
+
|
55
|
+
option :warn_under,
|
56
|
+
short: '-W N',
|
57
|
+
long: '--warn-under N',
|
58
|
+
description: 'Trigger a warning if under a number',
|
59
|
+
proc: proc(&:to_i),
|
60
|
+
default: 1
|
61
|
+
|
62
|
+
option :crit_under,
|
63
|
+
short: '-C N',
|
64
|
+
long: '--critical-under N',
|
65
|
+
description: 'Trigger a critial if under a number',
|
66
|
+
proc: proc(&:to_i),
|
67
|
+
default: 1
|
68
|
+
|
69
|
+
def run #rubocop:disable all
|
70
|
+
Docker.url = "#{config[:url]}"
|
71
|
+
conn = Docker::Container.all(ruuning: true)
|
72
|
+
count = conn.size.to_i
|
73
|
+
puts "#{count} Running Containers..."
|
74
|
+
|
75
|
+
# #YELLOW
|
76
|
+
if !!config[:crit_under] && count < config[:crit_under] # rubocop:disable Style/DoubleNegation
|
77
|
+
puts critical
|
78
|
+
# #YELLOW
|
79
|
+
elsif !!config[:crit_over] && count > config[:crit_over] # rubocop:disable Style/DoubleNegation
|
80
|
+
puts critical
|
81
|
+
# #YELLOW
|
82
|
+
elsif !!config[:warn_under] && count < config[:warn_under] # rubocop:disable Style/DoubleNegation
|
83
|
+
puts warning
|
84
|
+
# #YELLOW
|
85
|
+
elsif !!config[:warn_over] && count > config[:warn_over] # rubocop:disable Style/DoubleNegation
|
86
|
+
puts warning
|
87
|
+
else
|
88
|
+
puts ok
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
@@ -0,0 +1,92 @@
|
|
1
|
+
#! /usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# docker-container-metrics
|
4
|
+
#
|
5
|
+
# DESCRIPTION:
|
6
|
+
#
|
7
|
+
# OUTPUT:
|
8
|
+
# metric-data
|
9
|
+
#
|
10
|
+
# PLATFORMS:
|
11
|
+
# Linux
|
12
|
+
#
|
13
|
+
# DEPENDENCIES:
|
14
|
+
# gem: sensu-plugin
|
15
|
+
#
|
16
|
+
# USAGE:
|
17
|
+
# #YELLOW
|
18
|
+
#
|
19
|
+
# NOTES:
|
20
|
+
#
|
21
|
+
# LICENSE:
|
22
|
+
# Copyright 2014 Michal Cichra. Github @mikz
|
23
|
+
# Released under the same terms as Sensu (the MIT license); see LICENSE
|
24
|
+
# for details.
|
25
|
+
#
|
26
|
+
|
27
|
+
require 'sensu-plugin/metric/cli'
|
28
|
+
require 'socket'
|
29
|
+
require 'pathname'
|
30
|
+
require 'sys/proctable'
|
31
|
+
|
32
|
+
#
|
33
|
+
# Docker Container Metrics
|
34
|
+
#
|
35
|
+
class DockerContainerMetrics < Sensu::Plugin::Metric::CLI::Graphite
|
36
|
+
option :scheme,
|
37
|
+
description: 'Metric naming scheme, text to prepend to metric',
|
38
|
+
short: '-s SCHEME',
|
39
|
+
long: '--scheme SCHEME',
|
40
|
+
default: "docker.#{Socket.gethostname}"
|
41
|
+
|
42
|
+
option :cgroup_path,
|
43
|
+
description: 'path to cgroup mountpoint',
|
44
|
+
short: '-c PATH',
|
45
|
+
long: '--cgroup PATH',
|
46
|
+
default: '/sys/fs/cgroup'
|
47
|
+
|
48
|
+
option :docker_host,
|
49
|
+
description: 'docker host',
|
50
|
+
short: '-H DOCKER_HOST',
|
51
|
+
long: '--docker-host DOCKER_HOST',
|
52
|
+
default: 'tcp://127.0.1.1:4243'
|
53
|
+
|
54
|
+
def run
|
55
|
+
container_metrics
|
56
|
+
ok
|
57
|
+
end
|
58
|
+
|
59
|
+
def container_metrics #rubocop:disable all
|
60
|
+
cgroup = Pathname(config[:cgroup_path]).join('cpu/docker')
|
61
|
+
|
62
|
+
timestamp = Time.now.to_i
|
63
|
+
ps = Sys::ProcTable.ps.group_by(&:pid)
|
64
|
+
sleep(1)
|
65
|
+
ps2 = Sys::ProcTable.ps.group_by(&:pid)
|
66
|
+
|
67
|
+
fields = [:rss, :vsize, :nswap, :pctmem]
|
68
|
+
|
69
|
+
ENV['DOCKER_HOST'] = config[:docker_host]
|
70
|
+
containers = `docker ps --quiet --no-trunc`.split("\n")
|
71
|
+
|
72
|
+
containers.each do |container|
|
73
|
+
pids = cgroup.join(container).join('cgroup.procs').readlines.map(&:to_i)
|
74
|
+
|
75
|
+
processes = ps.values_at(*pids).flatten.compact.group_by(&:comm)
|
76
|
+
processes2 = ps2.values_at(*pids).flatten.compact.group_by(&:comm)
|
77
|
+
|
78
|
+
processes.each do |comm, process|
|
79
|
+
prefix = "#{config[:scheme]}.#{container}.#{comm}"
|
80
|
+
fields.each do |field|
|
81
|
+
output "#{prefix}.#{field}", process.map(&field).reduce(:+), timestamp
|
82
|
+
end
|
83
|
+
# this check requires a lot of permissions, even root maybe?
|
84
|
+
output "#{prefix}.fd", process.map { |p| p.fd.keys.count }.reduce(:+), timestamp
|
85
|
+
|
86
|
+
second = processes2[comm]
|
87
|
+
cpu = second.map { |p| p.utime + p.stime }.reduce(:+) - process.map { |p| p.utime + p.stime }.reduce(:+)
|
88
|
+
output "#{prefix}.cpu", cpu, timestamp
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
metadata
ADDED
@@ -0,0 +1,230 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: sensu-plugins-docker
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1.alpha.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Yieldbot, Inc. and contributors
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRIwEAYDVQQDDAltYXR0
|
14
|
+
am9uZXMxGDAWBgoJkiaJk/IsZAEZFgh5aWVsZGJvdDETMBEGCgmSJomT8ixkARkW
|
15
|
+
A2NvbTAeFw0xNTAxMjgyMTAyNTFaFw0xNjAxMjgyMTAyNTFaMEMxEjAQBgNVBAMM
|
16
|
+
CW1hdHRqb25lczEYMBYGCgmSJomT8ixkARkWCHlpZWxkYm90MRMwEQYKCZImiZPy
|
17
|
+
LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTSzVYnO
|
18
|
+
CLgyrIyT1mBQakArQyW8xhi6MlDqyzXHJGeERT790U6EgoBVeS4XoK0ptFZNR8Tf
|
19
|
+
zko0w+Nv47TarSCgkPOaxY+mxWnAVR10dOmfeLr7huiMyps+YD56/EF2FqQ3jf/+
|
20
|
+
qohENfKD91qy1ieEy+Fn7Pf74ltbNKUdkb9a9eFXQ0DQ4ip5vik7DzjQkUTj4lca
|
21
|
+
k6ArwnmHX4YDhZoYtrQJ8jVktN0/+NtA40M5qkCYHNe5tUW25b/tKVYuioxG6b2Z
|
22
|
+
oIzaZxRLxf6HVAWpCVRT/F5+/yjigkX4u++eYacfLGleXQzoK7BL65vHGMJygWEE
|
23
|
+
0TKGqFOrl/L0AQIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
|
24
|
+
HQ4EFgQUEf6a8Td7MrSZc8ImbLFZAENPbz0wIQYDVR0RBBowGIEWbWF0dGpvbmVz
|
25
|
+
QHlpZWxkYm90LmNvbTAhBgNVHRIEGjAYgRZtYXR0am9uZXNAeWllbGRib3QuY29t
|
26
|
+
MA0GCSqGSIb3DQEBBQUAA4IBAQBbzXAYA3BVGw8DZ0YYoY1VHPNEcH5qPIApmHO8
|
27
|
+
rvSmuUT0yMEi7u00H/5uHRFf4LleGT/+sTdyXKsNPGT9kdRuQEgwi+vf7Zfvd8aX
|
28
|
+
UF/+4VkEYf/8rV8Ere6u2QaWPgApdMV6JjKr1fAwCTd8AuGXNaWItiPPMseSQzLJ
|
29
|
+
JKP4hVvbc1d+oS925B1lcBiqn2aYvElbyNAVmQPywNNqkWmvtlqj9ZVJfV5HQLdu
|
30
|
+
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
31
|
+
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
32
|
+
-----END CERTIFICATE-----
|
33
|
+
date: 2015-04-11 00:00:00.000000000 Z
|
34
|
+
dependencies:
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: docker
|
37
|
+
requirement: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - '='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 0.0.1
|
42
|
+
type: :runtime
|
43
|
+
prerelease: false
|
44
|
+
version_requirements: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - '='
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: 0.0.1
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: sensu-plugin
|
51
|
+
requirement: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - '='
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 1.1.0
|
56
|
+
type: :runtime
|
57
|
+
prerelease: false
|
58
|
+
version_requirements: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - '='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 1.1.0
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: codeclimate-test-reporter
|
65
|
+
requirement: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - "~>"
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0.4'
|
70
|
+
type: :development
|
71
|
+
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - "~>"
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0.4'
|
77
|
+
- !ruby/object:Gem::Dependency
|
78
|
+
name: rubocop
|
79
|
+
requirement: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - '='
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: 0.17.0
|
84
|
+
type: :development
|
85
|
+
prerelease: false
|
86
|
+
version_requirements: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - '='
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: 0.17.0
|
91
|
+
- !ruby/object:Gem::Dependency
|
92
|
+
name: rspec
|
93
|
+
requirement: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - "~>"
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '3.1'
|
98
|
+
type: :development
|
99
|
+
prerelease: false
|
100
|
+
version_requirements: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - "~>"
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '3.1'
|
105
|
+
- !ruby/object:Gem::Dependency
|
106
|
+
name: bundler
|
107
|
+
requirement: !ruby/object:Gem::Requirement
|
108
|
+
requirements:
|
109
|
+
- - "~>"
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
version: '1.7'
|
112
|
+
type: :development
|
113
|
+
prerelease: false
|
114
|
+
version_requirements: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - "~>"
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: '1.7'
|
119
|
+
- !ruby/object:Gem::Dependency
|
120
|
+
name: rake
|
121
|
+
requirement: !ruby/object:Gem::Requirement
|
122
|
+
requirements:
|
123
|
+
- - "~>"
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: '10.0'
|
126
|
+
type: :development
|
127
|
+
prerelease: false
|
128
|
+
version_requirements: !ruby/object:Gem::Requirement
|
129
|
+
requirements:
|
130
|
+
- - "~>"
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: '10.0'
|
133
|
+
- !ruby/object:Gem::Dependency
|
134
|
+
name: github-markup
|
135
|
+
requirement: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - "~>"
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '1.3'
|
140
|
+
type: :development
|
141
|
+
prerelease: false
|
142
|
+
version_requirements: !ruby/object:Gem::Requirement
|
143
|
+
requirements:
|
144
|
+
- - "~>"
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: '1.3'
|
147
|
+
- !ruby/object:Gem::Dependency
|
148
|
+
name: redcarpet
|
149
|
+
requirement: !ruby/object:Gem::Requirement
|
150
|
+
requirements:
|
151
|
+
- - "~>"
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '3.2'
|
154
|
+
type: :development
|
155
|
+
prerelease: false
|
156
|
+
version_requirements: !ruby/object:Gem::Requirement
|
157
|
+
requirements:
|
158
|
+
- - "~>"
|
159
|
+
- !ruby/object:Gem::Version
|
160
|
+
version: '3.2'
|
161
|
+
- !ruby/object:Gem::Dependency
|
162
|
+
name: yard
|
163
|
+
requirement: !ruby/object:Gem::Requirement
|
164
|
+
requirements:
|
165
|
+
- - "~>"
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: '0.8'
|
168
|
+
type: :development
|
169
|
+
prerelease: false
|
170
|
+
version_requirements: !ruby/object:Gem::Requirement
|
171
|
+
requirements:
|
172
|
+
- - "~>"
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: '0.8'
|
175
|
+
- !ruby/object:Gem::Dependency
|
176
|
+
name: pry
|
177
|
+
requirement: !ruby/object:Gem::Requirement
|
178
|
+
requirements:
|
179
|
+
- - "~>"
|
180
|
+
- !ruby/object:Gem::Version
|
181
|
+
version: '0.10'
|
182
|
+
type: :development
|
183
|
+
prerelease: false
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
185
|
+
requirements:
|
186
|
+
- - "~>"
|
187
|
+
- !ruby/object:Gem::Version
|
188
|
+
version: '0.10'
|
189
|
+
description: Sensu plugins for docker
|
190
|
+
email: "<sensu-users@googlegroups.com>"
|
191
|
+
executables: []
|
192
|
+
extensions: []
|
193
|
+
extra_rdoc_files: []
|
194
|
+
files:
|
195
|
+
- CHANGELOG.md
|
196
|
+
- LICENSE
|
197
|
+
- README.md
|
198
|
+
- bin/check-container.rb
|
199
|
+
- bin/check-docker-container.rb
|
200
|
+
- bin/metrics-docker-container.rb
|
201
|
+
- lib/sensu-plugins-docker.rb
|
202
|
+
homepage: https://github.com/sensu-plugins/sensu-plugins-docker
|
203
|
+
licenses:
|
204
|
+
- MIT
|
205
|
+
metadata:
|
206
|
+
maintainer: "@mattyjones"
|
207
|
+
development_status: active
|
208
|
+
production_status: unstable - testing recommended
|
209
|
+
post_install_message:
|
210
|
+
rdoc_options: []
|
211
|
+
require_paths:
|
212
|
+
- lib
|
213
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
214
|
+
requirements:
|
215
|
+
- - ">="
|
216
|
+
- !ruby/object:Gem::Version
|
217
|
+
version: 1.9.3
|
218
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
219
|
+
requirements:
|
220
|
+
- - ">"
|
221
|
+
- !ruby/object:Gem::Version
|
222
|
+
version: 1.3.1
|
223
|
+
requirements: []
|
224
|
+
rubyforge_project:
|
225
|
+
rubygems_version: 2.2.2
|
226
|
+
signing_key:
|
227
|
+
specification_version: 4
|
228
|
+
summary: Sensu plugins for docker
|
229
|
+
test_files: []
|
230
|
+
has_rdoc:
|
metadata.gz.sig
ADDED
Binary file
|