mtr_monitor 0.13.1 → 0.13.2

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: 67d8be5f8ee84f2af3fa561a91befbafc3c2ba05
4
- data.tar.gz: 25168b4262fe49a16ed64dc6fec9639d8c9af484
3
+ metadata.gz: b53b90dc83a1ef94404e83554ab2f3e7a9cf6452
4
+ data.tar.gz: 617c0477ee74365fc37ca38ec81dbdc596363af7
5
5
  SHA512:
6
- metadata.gz: e78240e7f8f8247058451d06a1e5f3dc6e9f0da49a37f95bd2fb1c2fc811e688661d1bc0cbdc5375b86a140331f1104a96bfa558a520b42ac8c1caa80e9a76ff
7
- data.tar.gz: 747ab0245a85ff5b6ed4f78c83bf83fc5725eb56d7e5483908a914773d856947749b13a3b84693c3d2eea710062e9ae4d244ed33dbc3d5ecd6764b26cc2f1555
6
+ metadata.gz: e12d0e58f8843b0a3ebaf80d94dbb03544b0442a76d1c295a805b311fa3e28dfb0970ae58152e619fc3ae886a50c5ddc96a83f667f6dc413ba5a5a86f40d8fd6
7
+ data.tar.gz: 00f9dfbdb1ba60f162f3d294b18bad0031703e3051ae7a13f411ffa13b344ea7d7f68eacad27fa476c41da30802babc8d265e9f59d99c6049c153fe6372033dd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mtr_monitor (0.13.1)
4
+ mtr_monitor (0.13.2)
5
5
  rt-watchman (~> 0.10.0)
6
6
 
7
7
  GEM
data/exe/mtr_report CHANGED
@@ -15,7 +15,7 @@ aws_access_key_id = ENV.fetch("AWS_ACCESS_KEY_ID")
15
15
  aws_secret_access_key = ENV.fetch("AWS_SECRET_ACCESS_KEY")
16
16
  mtr_options = ENV.fetch("MTR_OPTIONS", "")
17
17
  sleep_time = ENV.fetch("SLEEP_TIME", "5").to_i
18
- dig_ip_address = ENV.fetch("DIG_IP_ADDRESS", nil)
18
+ dig_ip_address = ENV.fetch("DIG_IP_ADDRESS").downcase == "yes" ? true : false
19
19
 
20
20
  Watchman.host = ENV.fetch("WATCHMAN_HOST")
21
21
  Watchman.port = ENV.fetch("WATCHMAN_PORT", 8125).to_i
@@ -1,3 +1,3 @@
1
1
  module MtrMonitor
2
- VERSION = "0.13.1"
2
+ VERSION = "0.13.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtr_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RenderedText DevOps Team