hq-grapher-icinga-perfdata 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aadda9b1c55d62a4b9029e8d11fab54de3bab6ee
4
- data.tar.gz: 6f6664ca1cf5fa7c0a3c56201936de417eb0639f
3
+ metadata.gz: c444e915b41e78eefe61c18bcd0da9353c342819
4
+ data.tar.gz: c656f6595d35ab3d0eeddf31839470b6fca3a0a7
5
5
  SHA512:
6
- metadata.gz: 01643e863fab4e1afa55081b0423f6e090d37977705b8f6ea6fb4d6435314100dd1562e210ec636ffb2f5f04b99115b007b257e05a3fd0f79eacdc9da051bec9
7
- data.tar.gz: 0c10ca11a470d334a85486a293aa974597cd27bbdea914cb7fb530cbcd07f37bb6b05036711be74be5eb0a7d411437af88247e4aac22ac56e74358736517ff58
6
+ metadata.gz: 52153024286ac8f48489a7910b4910b66ffecb64b1c8ef03c2812eef9ee9a51e747d3e0327d15745aff90a00a5d2c20d73f39e521a5460833cb29a8594f3c41f
7
+ data.tar.gz: d25e5ec63d2b7320a3a3679b043c35d9e475d50a76234723793481ff6fd4b29a0ea58596b4a30b49e8da68a6c63c5df560481a49d74908cfe8d109919b14c791
@@ -61,6 +61,6 @@ Feature: Submit data from provided input
61
61
  Ignoring invalid data on line 2: 20,host1,service1,data1 = 20
62
62
  """
63
63
 
64
- And the command exit status should be non-zero
64
+ And the command exit status should be 10
65
65
 
66
66
  # vim: et ts=2
@@ -93,7 +93,7 @@ class Script < Tools::BaseScript
93
93
  line.strip,
94
94
  ]
95
95
 
96
- @status = 1
96
+ @status = 10
97
97
 
98
98
  next
99
99
 
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Pharaoh