hq-grapher-icinga-perfdata 0.0.0 → 0.0.1

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: bba3199231ea9bcfe2452b6be48f0a99a5fd03c0
4
- data.tar.gz: 282c44ab80be3ab1a62a9e7b411ca736b61398c5
3
+ metadata.gz: 04a2cfa4cbe383a9966e93eb67a42984344dd2ee
4
+ data.tar.gz: 5175caa86b070f36de2f6b2209a82b305c242122
5
5
  SHA512:
6
- metadata.gz: 578f4394a1acd6fc0850f91661807b0677705f814ee646a43781afc676d0d2c2fa745408699d4361c7008efd87d871aae0e2fca09a07d8a15e4d5d274c729a04
7
- data.tar.gz: 10d3962a8b00098e4a69a22d372dc41fa643b84b02e5590a4b1b217db77f6f6045c6994756a30933608508ab5de84c8a49e3405631f723a55023612c9ea33d77
6
+ metadata.gz: 1c6a8304e0ee78534b71983763d02aeaf2c9ea5ea0b3fafe15135ad10436ab28778ea487ff8b9eadc586693b66a236c3d306e7f8581c19cdc13407eff83ce157
7
+ data.tar.gz: 6e8b12d69bd66915be647b8b165f75f09a7d2920afa1498f4bd0c649a39ce164003045595a349a97327f1bed9cb9667705f85afed187021f3da47c284db0d73e
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "hq/grapher-icinga-perfdata/script"
4
+
5
+ script = HQ::GrapherIcingaPerfdata::Script.new
6
+ script.args = ARGV
7
+ script.main
8
+ exit script.status
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hq-grapher-icinga-perfdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Pharaoh
@@ -139,7 +139,8 @@ dependencies:
139
139
  description: HQ tool to send icinga perfdata to rrd
140
140
  email:
141
141
  - james@phsys.co.uk
142
- executables: []
142
+ executables:
143
+ - hq-grapher-icinga-perfdata
143
144
  extensions: []
144
145
  extra_rdoc_files: []
145
146
  files:
@@ -147,6 +148,7 @@ files:
147
148
  - features/submit-data.feature
148
149
  - features/support/steps.rb
149
150
  - features/support/env.rb
151
+ - bin/hq-grapher-icinga-perfdata
150
152
  homepage: https://github.com/jamespharaoh/hq-grapher-icinga-perfdata
151
153
  licenses: []
152
154
  metadata: {}