sensu-checks-varnish 0.1.9 → 0.1.10

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: 31f95c833b8a28bc54b4be50f5ee77f22487f28f
4
- data.tar.gz: 53174fb65b474745ce825fe368c0886062674ebd
3
+ metadata.gz: 0a10a025cba1e4bb113a528da9913d3e4e0910f2
4
+ data.tar.gz: 379b971e920e6bb5e8af00e78c5976e56e39f189
5
5
  SHA512:
6
- metadata.gz: 5d09aa60f774d8dc7a19ff8350c49222f367f73c27d93c7f2944a13507b8bf943a80f4a486c3466d97e67f6ea14fc8b5c8107516df29b34233537ebcbf058486
7
- data.tar.gz: 3c8dc97bb7f519cb1a3506a1da96aeec3e002292f692eaee90447089b3c59bb5abe0f3c4fc56e9f2cbcaa635791fa8ea1dd17f0237179d669de5e50709df12f5
6
+ metadata.gz: a660ea91e46f89defa6ebe2062aa7fd1feb8f2d5ed3a1e787c46af4466a5ec6f021fa5c30a0a934480786b739f11ff139d1367e483fcdf08740c570264f49292
7
+ data.tar.gz: 66b363209269896222b0e69047d9bb1d535196aacf43ce6307930cf220fe0ee96685d0b1fe0d3a6bdf2df821caed792c25d98481b98a37343c18b45a6935a42f
data/README.md CHANGED
@@ -47,7 +47,7 @@ Alter `/opt/sensu/embedded/bin/gem` to the path to the gem-file sensu uses on yo
47
47
  | varnish_name | -n, --name | '' | no | custom varnish instance name. Varnish defaults to node name, so this is not required. |
48
48
  | fields | -f, --fields | '' | no | a comma separated list of fields to get, instead of everything. ie: `varnishstat -1 -f field1 -f field2` |
49
49
  | scheme | -C, --scheme | [hostname].varnish | no | Metric naming scheme, text to prepend to metric and scheme_append |
50
- | scheme_append | -S, --scheme_append | nil | no | Set a string that will be placed right after the host identification and the script identification but before the measurements (ie. hostname.varnish.scheme_append.slow_requests) |
50
+ | scheme_append | -S, --scheme_append | nil | no | Set a string that will be placed right after the host identification and the script identification but before the measurements (ie. hostname.scheme_append.varnish.slow_requests) |
51
51
 
52
52
  #### sample json config file for sockets
53
53
  ```
@@ -2,7 +2,7 @@ module SensuChecksVarnish
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 9
5
+ PATCH = 10
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-checks-varnish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - vmpublishing development
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin