senedsa 0.0.4.0 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -0
- data/lib/senedsa/cli.rb +0 -1
- data/lib/senedsa/version.rb +1 -1
- metadata +2 -3
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
*Senedsa* is a small utility and library that wraps around the Nagios `send_nsca` utility, which must be available in your system. *Senedsa* assumes by default that `send_nsca` is available in your PATH and that `send_nsca`'s configuration file is in its default location. Both of these items can be overriden via options in the configuration file or in the command line.
|
4
4
|
|
5
|
+
*Senedsa* is available as a Rubygem: [gem install senedsa](https://rubygems.org/gems/senedsa "Senedsa")
|
6
|
+
|
5
7
|
# SYNOPSIS
|
6
8
|
|
7
9
|
senedsa [options] svc_output
|
data/lib/senedsa/cli.rb
CHANGED
data/lib/senedsa/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: senedsa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-05-
|
12
|
+
date: 2012-05-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Senedsa is a small utility and library wrapper for the Nagios send_nsca.
|
15
15
|
email: gerir@evernote.com
|
@@ -52,4 +52,3 @@ signing_key:
|
|
52
52
|
specification_version: 3
|
53
53
|
summary: Utility and library wrapper for Nagios send_nsca utility
|
54
54
|
test_files: []
|
55
|
-
has_rdoc:
|