insta-monitis 0.1.7 → 0.1.8
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 +4 -4
- data/lib/insta-monitis/api.rb +1 -1
- data/lib/insta-monitis/runner.rb +2 -2
- data/lib/insta-monitis/ver/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4c95e8aba1b09ce69d714ab2489045962ad4d00
|
4
|
+
data.tar.gz: ad2d133fe1598582ba249af6b984de64535c465a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a4836742f7167f07978110292ad926c75094b8967ca4a79a142678ff858de6130cb16fb124ba326b1114f162ad62e2d09e8268d597513bccafc7942deee399
|
7
|
+
data.tar.gz: bb9eb5093cf24784f751404e4e7178ae77b8a1c1c1fce702f1f171cb1726ad34a5042221df163de8da292b1994caf6fcb34a5763232150f16888c6a25ef4c88d
|
data/lib/insta-monitis/api.rb
CHANGED
data/lib/insta-monitis/runner.rb
CHANGED
@@ -198,14 +198,14 @@ module InstaMonitis
|
|
198
198
|
class Report < Thor
|
199
199
|
include RunnerHelper
|
200
200
|
class_option :id, :aliases => '-i', :type => :numeric, :desc => 'Id of test'
|
201
|
-
class_option :days, :aliases => '-d', :type => :numeric, :desc => 'How many days', :default =>
|
201
|
+
class_option :days, :aliases => '-d', :type => :numeric, :desc => 'How many days', :default => 25
|
202
202
|
desc "http --[ID]=[N] --[DAYS]=[N]", "Generate report for given http test"
|
203
203
|
long_desc <<-LONGDESC
|
204
204
|
Using the API, generate a .csv report of a HTTP Monitor going back [x] days.
|
205
205
|
|
206
206
|
For a given id ( -i, --id ), use the api to pull every day going back to [x] days.
|
207
207
|
|
208
|
-
If the amount of days ( -d, --days ), isn't set, it will default to
|
208
|
+
If the amount of days ( -d, --days ), isn't set, it will default to 25 days.
|
209
209
|
|
210
210
|
Combine the results sanely, and dump it into a .csv file.
|
211
211
|
LONGDESC
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: insta-monitis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Pramann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|