telemetry 1.3.3 → 1.3.4

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: 45ea2abcafe731aecd8eae54d263934874d88bb8
4
- data.tar.gz: 657e9dbfd677fdfae1d90cfeb31c9bccbd3b0c4a
3
+ metadata.gz: db54f9711d0efe92c4b4db18231d810965108b56
4
+ data.tar.gz: 6ec56bce41c6448d6b19ac242c54027760346ee5
5
5
  SHA512:
6
- metadata.gz: 91502bed54b2ce5004539adb8377f68750b2c8843817589ef7e79187275f82d9163e786572597aabec44f643b5d1dd8733ad949a5d369c5c0ac1c5db54a46913
7
- data.tar.gz: 09d06b7e9ea6dda84f1ab49a21ab219f072f786dbf1facb3406126fd1f9c035d436f5b4fab79b4928b0c717ed1bad49ad62d481b875dd68327eba51bc6128036
6
+ metadata.gz: e150e33b6c4732ce4588253c922ee2f111ed9258a8241e6205089bb5960097a2bfdd1e996750a8bf4d8b4bf374b9f5f6d7f0613da7e303b583b1395c07c7c1f3
7
+ data.tar.gz: 6a84215bbfe318ef9a81aedd4fa44280920e462dad85d708b5bc30ff12eeb0afc856c72faf345bcbe0c3ce7576e93a5cdefda911ae0db30161e5d20e7bba4af9
data/README.md CHANGED
@@ -175,6 +175,10 @@ To kill the daemon:
175
175
 
176
176
  $ telemetryd.rb -k
177
177
 
178
+ To specify a logfile:
179
+
180
+ $ telemetryd.rb -l /var/log/telemetry.log
181
+
178
182
  Omitting the -d will start the process in the foreground and log to stdout. This is useful for debugging your config file. The daemon can be started with -o to run once and exit.
179
183
 
180
184
  Custom update intervals are supported on a per flow basis. To configure the update interval append an integer with the number of seconds to update as per the following:
data/bin/telemetryd CHANGED
@@ -18,7 +18,7 @@ runner.with_options do |opts|
18
18
  opts.on("-o", "--once", "Run once") do |o|
19
19
  options[:once] = o
20
20
  end
21
- opts.on("-l", "--logfile PATH", "Log to a logfile") do |l|
21
+ opts.on("-f", "--logfile PATH", "Log to a logfile") do |l|
22
22
  options[:logfile] = l
23
23
  end
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module Telemetry
2
- TELEMETRY_VERSION = "1.3.3"
2
+ TELEMETRY_VERSION = "1.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telemetry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - W. Gersham Meharg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-14 00:00:00.000000000 Z
11
+ date: 2014-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -166,11 +166,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  requirements: []
168
168
  rubyforge_project:
169
- rubygems_version: 2.2.1
169
+ rubygems_version: 2.2.2
170
170
  signing_key:
171
171
  specification_version: 4
172
172
  summary: Telemetry Data Submission API Gem
173
173
  test_files:
174
174
  - spec/flows_spec.rb
175
175
  - spec/spec_helper.rb
176
- has_rdoc: