hinoki 1.0.0
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.
- data/LICENSE +201 -0
- data/README.md +57 -0
- data/hinoki.gemspec +18 -0
- data/lib/hinoki/aggregates.rb +47 -0
- data/lib/hinoki/base.rb +32 -0
- data/lib/hinoki/checks.rb +28 -0
- data/lib/hinoki/clients.rb +35 -0
- data/lib/hinoki/config.rb +41 -0
- data/lib/hinoki/connection.rb +59 -0
- data/lib/hinoki/events.rb +26 -0
- data/lib/hinoki/stashes.rb +39 -0
- data/lib/hinoki/version.rb +5 -0
- data/lib/hinoki.rb +3 -0
- metadata +58 -0
data/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2013 Jake Davis
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
data/README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Hinoki
|
|
2
|
+
A programmatic interface to the Sensu API. Named after the
|
|
3
|
+
[Japanese tree](http://en.wikipedia.org/wiki/Chamaecyparis_obtusa) which were
|
|
4
|
+
(are?) once used for Japanese hand fans (Sensu).
|
|
5
|
+
|
|
6
|
+
## Usage
|
|
7
|
+
This gem is designed to be easy to use and programmatic. It is basically just a
|
|
8
|
+
light Net::HTTP wrapper. Things are namespaced by API endpoint first, and then
|
|
9
|
+
by a DSL-like logical description of the desired task. Where appropriate, the
|
|
10
|
+
same terminology is used across endpoints.
|
|
11
|
+
|
|
12
|
+
### Configuration
|
|
13
|
+
Hinoki looks for a config file in `~/.hinoki/config`. If it does not find this
|
|
14
|
+
configuration file, it will assume it should contact `localhost:4567` for all
|
|
15
|
+
requests. The config file is JSON format and accepts only a `host` and `port`
|
|
16
|
+
parameter at present.
|
|
17
|
+
|
|
18
|
+
``` json
|
|
19
|
+
{
|
|
20
|
+
"host": "sensu.example.com",
|
|
21
|
+
"port": 5000
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Examples
|
|
26
|
+
``` ruby
|
|
27
|
+
require 'hinoki'
|
|
28
|
+
h = Hinoki.new
|
|
29
|
+
|
|
30
|
+
h.checks.all
|
|
31
|
+
h.checks.by_name('check_flux_capacitor')
|
|
32
|
+
h.checks.request('check_flux_capacitor', ['my_client'])
|
|
33
|
+
|
|
34
|
+
h.events.all
|
|
35
|
+
h.events.for_client('my_client')
|
|
36
|
+
h.events.resolve('my_client', 'check_flux_capacitor')
|
|
37
|
+
|
|
38
|
+
h.clients.all
|
|
39
|
+
h.clients.by_name('my_client')
|
|
40
|
+
h.clients.history('my_client')
|
|
41
|
+
h.clients.delete('my_client')
|
|
42
|
+
|
|
43
|
+
h.stashes.all
|
|
44
|
+
h.stashes.create('/test', {reason: 'because reasons'}}
|
|
45
|
+
h.stashes.by_name('/test')
|
|
46
|
+
h.stashes.delete('/test')
|
|
47
|
+
|
|
48
|
+
h.aggregates.all
|
|
49
|
+
h.aggregates.by_name('my_aggregate')
|
|
50
|
+
h.aggregates.summarize('my_aggregate')
|
|
51
|
+
h.aggregates.delete('my_aggregate')
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Author and License
|
|
55
|
+
Jake Davis \<jake.davis5989@gmail.com\>
|
|
56
|
+
|
|
57
|
+
Apache License, Version 2.0
|
data/hinoki.gemspec
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
4
|
+
$:.unshift lib unless $:.include?(lib)
|
|
5
|
+
require 'hinoki/version'
|
|
6
|
+
|
|
7
|
+
Gem::Specification.new do |s|
|
|
8
|
+
s.name = 'hinoki'
|
|
9
|
+
s.version = Hinoki::VERSION
|
|
10
|
+
s.summary = 'Sensu CLI utility'
|
|
11
|
+
s.description = 'A programmatic CLI utility for interacting with the Sensu API'
|
|
12
|
+
s.author = 'Jake Davis'
|
|
13
|
+
s.email = 'jake.davis5989@gmail.com'
|
|
14
|
+
s.licenses = 'Apache 2.0'
|
|
15
|
+
s.homepage = 'http://github.com/jakedavis/hinoki'
|
|
16
|
+
s.files = Dir.glob('**/*')
|
|
17
|
+
s.require_paths = ['lib']
|
|
18
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# hinoki/aggregates.rb
|
|
2
|
+
|
|
3
|
+
require 'hinoki/connection'
|
|
4
|
+
|
|
5
|
+
class Hinoki
|
|
6
|
+
module Aggregates
|
|
7
|
+
|
|
8
|
+
@conn = Hinoki::Connection.new
|
|
9
|
+
|
|
10
|
+
# Return a list of all aggregates
|
|
11
|
+
def self.all(limit=nil, offset=nil)
|
|
12
|
+
url = "/aggregates"
|
|
13
|
+
if limit then url.append("?limit=#{limit}") end
|
|
14
|
+
if offset then url.append("&offset=#{offset}") end
|
|
15
|
+
|
|
16
|
+
return @conn.get(url)
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
# Return a specific aggregate check
|
|
20
|
+
def self.by_name(name, age=nil)
|
|
21
|
+
url = "/aggregates/#{name}"
|
|
22
|
+
if age then url.append("?age=#{age}") end
|
|
23
|
+
|
|
24
|
+
return @conn.get(url)
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
# Delete an aggregate check
|
|
28
|
+
def self.delete(name)
|
|
29
|
+
return @conn.delete("/aggregates/#{name}")
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Returns the list of aggregates
|
|
33
|
+
def self.summarize(name, summarize=nil, results=false)
|
|
34
|
+
url = "/aggregates"
|
|
35
|
+
if summarize && results
|
|
36
|
+
url.append("?summarize=#{summarize}&results=#{results}")
|
|
37
|
+
elsif summarize
|
|
38
|
+
url.append("?summarize=#{summarize}")
|
|
39
|
+
elsif results
|
|
40
|
+
url.append("?results=#{results}")
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
return @conn.get(url)
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
47
|
+
end
|
data/lib/hinoki/base.rb
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# hinoki/hinoki.rb
|
|
2
|
+
|
|
3
|
+
require 'hinoki/aggregates'
|
|
4
|
+
require 'hinoki/clients'
|
|
5
|
+
require 'hinoki/checks'
|
|
6
|
+
require 'hinoki/connection'
|
|
7
|
+
require 'hinoki/events'
|
|
8
|
+
require 'hinoki/stashes'
|
|
9
|
+
|
|
10
|
+
class Hinoki
|
|
11
|
+
attr_accessor(:aggregates, :clients, :checks, :events, :stashes)
|
|
12
|
+
|
|
13
|
+
def initialize
|
|
14
|
+
@conn = Hinoki::Connection.new
|
|
15
|
+
@aggregates = Hinoki::Aggregates
|
|
16
|
+
@checks = Hinoki::Checks
|
|
17
|
+
@clients = Hinoki::Clients
|
|
18
|
+
@events = Hinoki::Events
|
|
19
|
+
@stashes = Hinoki::Stashes
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
# Delivers information about Sensu and RabbitMQ performance
|
|
23
|
+
def health(consumers=1, messages=1)
|
|
24
|
+
return @conn.get("/health?consumers=#{consumers}&messages=#{messages}")
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
# Metadata about the Sensu installation
|
|
28
|
+
def info
|
|
29
|
+
return @conn.get('/info')
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
end
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# hinoki/checks.rb
|
|
2
|
+
|
|
3
|
+
require 'hinoki/connection'
|
|
4
|
+
|
|
5
|
+
class Hinoki
|
|
6
|
+
module Checks
|
|
7
|
+
|
|
8
|
+
@conn = Hinoki::Connection.new
|
|
9
|
+
|
|
10
|
+
# Lists all checks
|
|
11
|
+
def self.all
|
|
12
|
+
return @conn.get('/checks')
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Returns info about a specific check
|
|
16
|
+
def self.by_name(check)
|
|
17
|
+
return @conn.get("/checks/#{check}")
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
# Request a check to be run
|
|
21
|
+
def self.request(check, subscribers=[])
|
|
22
|
+
payload = JSON.generate({check: check, subscribers: subscribers})
|
|
23
|
+
|
|
24
|
+
return @conn.post("/checks", payload)
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# hinoki/client.rb
|
|
2
|
+
|
|
3
|
+
require 'hinoki/connection'
|
|
4
|
+
|
|
5
|
+
class Hinoki
|
|
6
|
+
module Clients
|
|
7
|
+
|
|
8
|
+
@conn = Hinoki::Connection.new
|
|
9
|
+
|
|
10
|
+
# Retrieves list of all clients
|
|
11
|
+
def self.all(limit=nil, offset=nil)
|
|
12
|
+
url = "/clients"
|
|
13
|
+
if limit then url.append("?limit=#{limit}") end
|
|
14
|
+
if offset then url.append("&offset=#{offset}") end
|
|
15
|
+
|
|
16
|
+
return @conn.get(url)
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
# Gets info about a specific client
|
|
20
|
+
def self.by_name(client)
|
|
21
|
+
return @conn.get("/clients/#{client}")
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
# Deletes a client (and resolves its events)
|
|
25
|
+
def self.delete(client)
|
|
26
|
+
return @conn.delete("/clients/#{client}")
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
# Gets recent history of this client's status
|
|
30
|
+
def self.history(client)
|
|
31
|
+
return @conn.get("/clients/#{client}/history")
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
end
|
|
35
|
+
end
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# hinoki/config.rb
|
|
2
|
+
|
|
3
|
+
require 'json'
|
|
4
|
+
|
|
5
|
+
class Hinoki
|
|
6
|
+
class Config
|
|
7
|
+
attr_accessor(:host, :port)
|
|
8
|
+
|
|
9
|
+
def initialize
|
|
10
|
+
@config = parse_config_file
|
|
11
|
+
@host = @config['host']
|
|
12
|
+
@port = @config['port']
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
private
|
|
16
|
+
|
|
17
|
+
# Reads the base config file and parses it to a hash
|
|
18
|
+
def parse_config_file(path=File.join(ENV['HOME'], '.hinoki', 'config'))
|
|
19
|
+
if !File.exists?(path)
|
|
20
|
+
puts 'I was unable to find your Hinoki config file!'
|
|
21
|
+
return defaults
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
begin
|
|
25
|
+
return JSON.parse(File.read(path))
|
|
26
|
+
rescue JSON::ParserError
|
|
27
|
+
puts 'I was unable to parse your Hinoki config file!'
|
|
28
|
+
return defaults
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Default values if the config file cannot be located or read
|
|
33
|
+
def defaults
|
|
34
|
+
return {
|
|
35
|
+
host: 'localhost',
|
|
36
|
+
port: 4567
|
|
37
|
+
}
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
41
|
+
end
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# hinoki/connection.rb
|
|
2
|
+
|
|
3
|
+
require 'json'
|
|
4
|
+
require 'net/http'
|
|
5
|
+
require 'hinoki/config'
|
|
6
|
+
|
|
7
|
+
class Hinoki
|
|
8
|
+
class Connection
|
|
9
|
+
|
|
10
|
+
def initialize
|
|
11
|
+
@config = Hinoki::Config.new
|
|
12
|
+
@http = Net::HTTP.new(@config.host, @config.port)
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Wrapper around Net::HTTP.get
|
|
16
|
+
def get(path)
|
|
17
|
+
return interpret_response(@http.get(path))
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
# Wrapper around Net::HTTP.post
|
|
21
|
+
def post(path)
|
|
22
|
+
return interpret_response(@http.post(path))
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
# Wrapper around Net::HTTP.delete
|
|
26
|
+
def delete(path)
|
|
27
|
+
return interpret_response(@http.delete(path))
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
private
|
|
31
|
+
|
|
32
|
+
# Helper to basically handle any repsonse we could get.
|
|
33
|
+
def interpret_response(response)
|
|
34
|
+
case response.code.to_i
|
|
35
|
+
when 200
|
|
36
|
+
puts 'OK'
|
|
37
|
+
when 201
|
|
38
|
+
puts 'Success'
|
|
39
|
+
when 204
|
|
40
|
+
puts 'Success; no content'
|
|
41
|
+
return
|
|
42
|
+
when 400
|
|
43
|
+
puts 'Invalid request'
|
|
44
|
+
return
|
|
45
|
+
when 404
|
|
46
|
+
puts 'Resource not found'
|
|
47
|
+
return
|
|
48
|
+
when 500
|
|
49
|
+
puts 'Sensu encountered an error'
|
|
50
|
+
return
|
|
51
|
+
else
|
|
52
|
+
puts 'Unknown HTTP response code ...'
|
|
53
|
+
return
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
return JSON.parse(response.body)
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# hinoki/events.rb
|
|
2
|
+
|
|
3
|
+
require 'hinoki/connection'
|
|
4
|
+
|
|
5
|
+
class Hinoki
|
|
6
|
+
module Events
|
|
7
|
+
|
|
8
|
+
@conn = Hinoki::Connection.new
|
|
9
|
+
|
|
10
|
+
# Lists all events
|
|
11
|
+
def self.all
|
|
12
|
+
return @conn.get('/events')
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Returns events associated with the given client
|
|
16
|
+
def self.for_client(client)
|
|
17
|
+
return @conn.get("/events/#{client}")
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
# Clears an event from Sensu
|
|
21
|
+
def self.resolve(client, check)
|
|
22
|
+
return @conn.delete("/events/#{client}/#{check}")
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# hinoki/stashes.rb
|
|
2
|
+
|
|
3
|
+
require 'json'
|
|
4
|
+
require 'hinoki/connection'
|
|
5
|
+
|
|
6
|
+
class Hinoki
|
|
7
|
+
module Stashes
|
|
8
|
+
|
|
9
|
+
@conn = Hinoki::Connection.new
|
|
10
|
+
|
|
11
|
+
# Lists all stashes
|
|
12
|
+
def self.all(limit=nil, offset=nil)
|
|
13
|
+
url = "/stashes"
|
|
14
|
+
if limit then url.append("?limit=#{limit}") end
|
|
15
|
+
if offset then url.append("&offset=#{offset}") end
|
|
16
|
+
|
|
17
|
+
return @conn.get(url)
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
# Add a new stash (JSON formatted)
|
|
21
|
+
def self.create(path, content, expiration=nil)
|
|
22
|
+
hash = {path: path, content: content}
|
|
23
|
+
if expiration then hash.merge!({expire: expiration}) end
|
|
24
|
+
|
|
25
|
+
return @conn.post('/stashes', JSON.generate(hash))
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# Get information about a specific stash
|
|
29
|
+
def self.by_name(stash)
|
|
30
|
+
return @conn.get("/stashes/#{stash}")
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Remove a stash
|
|
34
|
+
def self.delete(stash)
|
|
35
|
+
return @conn.delete("/stashes/#{stash}")
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
end
|
|
39
|
+
end
|
data/lib/hinoki.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hinoki
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Jake Davis
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2013-12-26 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: A programmatic CLI utility for interacting with the Sensu API
|
|
15
|
+
email: jake.davis5989@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- hinoki.gemspec
|
|
21
|
+
- lib/hinoki/aggregates.rb
|
|
22
|
+
- lib/hinoki/base.rb
|
|
23
|
+
- lib/hinoki/checks.rb
|
|
24
|
+
- lib/hinoki/clients.rb
|
|
25
|
+
- lib/hinoki/config.rb
|
|
26
|
+
- lib/hinoki/connection.rb
|
|
27
|
+
- lib/hinoki/events.rb
|
|
28
|
+
- lib/hinoki/stashes.rb
|
|
29
|
+
- lib/hinoki/version.rb
|
|
30
|
+
- lib/hinoki.rb
|
|
31
|
+
- LICENSE
|
|
32
|
+
- README.md
|
|
33
|
+
homepage: http://github.com/jakedavis/hinoki
|
|
34
|
+
licenses:
|
|
35
|
+
- Apache 2.0
|
|
36
|
+
post_install_message:
|
|
37
|
+
rdoc_options: []
|
|
38
|
+
require_paths:
|
|
39
|
+
- lib
|
|
40
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
|
+
none: false
|
|
48
|
+
requirements:
|
|
49
|
+
- - ! '>='
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '0'
|
|
52
|
+
requirements: []
|
|
53
|
+
rubyforge_project:
|
|
54
|
+
rubygems_version: 1.8.23
|
|
55
|
+
signing_key:
|
|
56
|
+
specification_version: 3
|
|
57
|
+
summary: Sensu CLI utility
|
|
58
|
+
test_files: []
|