nagiosplugin 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/nagios/plugin.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: f446c9d67d14691c13fb12f9a137df57c4cc4912
|
4
|
+
data.tar.gz: b56592205561d5173396e1c8863bff8bb771efac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f70467283437ac47148f589bce3d2c791696009028a6183797f12c3fa6de80ab7806155c3aef0da30e06fbe223e8b6c35b1697511e9a1e8e57c8cea0d368d66f
|
7
|
+
data.tar.gz: a1c405509ded74385fe8d8160710a5692f51a99c36c595e0585b727217159bd7ab7ebec11e6bddc1a4469391b068e6a88eb43d57bb379affc49e1dc13ba2be3e
|
data/README.md
CHANGED
@@ -11,7 +11,7 @@ A Nagios Plugin framework that fits on a folded napkin.
|
|
11
11
|
*Nagios::Plugin* helps you write [Nagios](http://www.nagios.org/) Plugins with Ruby:
|
12
12
|
It ensures that your plugin returns a [compliant](http://nagiosplug.sourceforge.net/developer-guidelines.html) exit code and status output.
|
13
13
|
|
14
|
-
Besides, it is [easy to understand](https://github.com/bjoernalbers/nagiosplugin/blob/master/lib/
|
14
|
+
Besides, it is [easy to understand](https://github.com/bjoernalbers/nagiosplugin/blob/master/lib/nagios/plugin.rb) and comes with automated tests.
|
15
15
|
|
16
16
|
|
17
17
|
## Installation
|
data/lib/nagios/plugin.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nagiosplugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Björn Albers
|
@@ -107,7 +107,7 @@ rubyforge_project:
|
|
107
107
|
rubygems_version: 2.2.2
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
|
-
summary: nagiosplugin-3.0.
|
110
|
+
summary: nagiosplugin-3.0.1
|
111
111
|
test_files:
|
112
112
|
- features/nagiosplugin_usage.feature
|
113
113
|
- features/support/env.rb
|