sensu 0.9.13.beta.1 → 0.9.13
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/CHANGELOG.md +18 -2
- data/lib/sensu/constants.rb +1 -1
- metadata +8 -12
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
|
-
## 0.9.13 -
|
|
1
|
+
## 0.9.13 - 2013-05-20
|
|
2
2
|
|
|
3
3
|
### Features
|
|
4
4
|
|
|
5
5
|
The Sensu API now provides /health, an endpoint for connection & queue
|
|
6
6
|
monitoring. Monitor Sensu health with services like Pingdom.
|
|
7
7
|
|
|
8
|
-
Sensu clients can configure their own keepalive handler(s)
|
|
8
|
+
Sensu clients can configure their own keepalive handler(s) & thresholds.
|
|
9
|
+
|
|
10
|
+
Command substitution tokens can have default values
|
|
11
|
+
(eg. :::foo.bar|default:::).
|
|
12
|
+
|
|
13
|
+
Check result (& event) data now includes "command_executed", the command
|
|
14
|
+
after token substitution.
|
|
15
|
+
|
|
16
|
+
### Other
|
|
17
|
+
|
|
18
|
+
Validating check results, as bugs in older Sensu clients may produce
|
|
19
|
+
invalid or malformed results.
|
|
20
|
+
|
|
21
|
+
Improved stale client monitoring, to better handle client deletions.
|
|
22
|
+
|
|
23
|
+
Improved check validation, names must not contain spaces or special
|
|
24
|
+
characters, & an "interval" is not required when "publish" is false.
|
|
9
25
|
|
|
10
26
|
## 0.9.12 - 2013-04-03
|
|
11
27
|
|
data/lib/sensu/constants.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 33
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 13
|
|
10
|
-
|
|
11
|
-
- 1
|
|
12
|
-
version: 0.9.13.beta.1
|
|
10
|
+
version: 0.9.13
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- Sean Porter
|
|
@@ -18,7 +16,7 @@ autorequire:
|
|
|
18
16
|
bindir: bin
|
|
19
17
|
cert_chain: []
|
|
20
18
|
|
|
21
|
-
date: 2013-05-
|
|
19
|
+
date: 2013-05-20 00:00:00 -07:00
|
|
22
20
|
default_executable:
|
|
23
21
|
dependencies:
|
|
24
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -235,14 +233,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
235
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
234
|
none: false
|
|
237
235
|
requirements:
|
|
238
|
-
- - "
|
|
236
|
+
- - ">="
|
|
239
237
|
- !ruby/object:Gem::Version
|
|
240
|
-
hash:
|
|
238
|
+
hash: 3
|
|
241
239
|
segments:
|
|
242
|
-
-
|
|
243
|
-
|
|
244
|
-
- 1
|
|
245
|
-
version: 1.3.1
|
|
240
|
+
- 0
|
|
241
|
+
version: "0"
|
|
246
242
|
requirements: []
|
|
247
243
|
|
|
248
244
|
rubyforge_project:
|