isp_monitor 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/exe/isp-monitor +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cbb5a56bdfa573669af9b14847d7732a241f4397a8d76c37e6b7b5eac2df088
4
- data.tar.gz: b9ee5b68dfdb392da2cde08c7089a546852a0890ef180c96f186340a9c01867d
3
+ metadata.gz: 562bb9ce330cb14e39d07283b3efeda6d1e97daf178c6f5d302891ddf3ad3ca4
4
+ data.tar.gz: d1f6175c2b7c21c67d7363550ae18b98914d3d596995d1aab601e7174f6df61c
5
5
  SHA512:
6
- metadata.gz: 691f6d37884027439afae3fd154429948b83897d8558af8d79316c4a22b2f0b01129367e395a23a8d95d90272512e8bd2db905ba0d74b81582928f47ae9b7046
7
- data.tar.gz: 9c37d07843eef286c27ab3f06de935a8adcdf3e6e68e994395203deed0c00efd85ec2b105dba398fe080a1767ff3f19438bc1a9ffe147e5baca15d16f34a8c72
6
+ metadata.gz: bded009a64a376e23e05ef50f1afa651ab64825e4412df5f0a657078f4717f81129694d3a41a90c5bd95fb180e48f3a252d7ffa0469e5570ae797359299358a3
7
+ data.tar.gz: 1e44fb33ed3f24d6b07b14d715940866fb2adf900cc3cc5988f7e7462a23746c001b7f7c9c633c04a81165e2d659bc357aed09e4c4e50f1426b4a7fc7f576ee9
data/exe/isp-monitor CHANGED
@@ -22,6 +22,7 @@ Signal.trap("TERM") do
22
22
  exit
23
23
  end
24
24
 
25
+ puts "Config File: #{ISPMonitor.config.config_file_path}"
25
26
  if ISPMonitor.config.checks.blank?
26
27
  STDERR.puts "No checks configured. Please check your config file. (#{ISPMonitor.config.config_file_path})"
27
28
  exit 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isp_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Monroe