newrelic_pivpn_agent 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/newrelic_pivpn_agent.rb +1 -1
- data/newrelic_pivpn_agent.gemspec +3 -3
- metadata +4 -4
data/lib/newrelic_pivpn_agent.rb
CHANGED
@@ -13,7 +13,7 @@ module NewRelicOpenvpnAgent
|
|
13
13
|
agent_guid "home.secretnet.secretlab.pivpn"
|
14
14
|
agent_version "0.0.2"
|
15
15
|
agent_config_options :openvpn_status_path
|
16
|
-
agent_human_labels("
|
16
|
+
agent_human_labels("piVPN Agent") { ident }
|
17
17
|
|
18
18
|
attr_reader :ident
|
19
19
|
|
@@ -13,15 +13,15 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'newrelic_pivpn_agent'
|
16
|
-
s.version = '0.0.
|
16
|
+
s.version = '0.0.4'
|
17
17
|
s.date = '2017-11-14'
|
18
18
|
# s.rubyforge_project = 'newrelic_pivpn_agent'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
21
21
|
## as you like.
|
22
|
-
s.summary = "New Relic
|
22
|
+
s.summary = "New Relic piVPN (openVPN) monitoring plugin"
|
23
23
|
s.description = <<-EOF
|
24
|
-
|
24
|
+
New Relic plugin for monitoring piVPN, based on newrelic_openvpn_agent developed by KangaCoders Ltd.
|
25
25
|
EOF
|
26
26
|
|
27
27
|
## List the primary authors. If there are a bunch of authors, it's probably
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic_pivpn_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,8 +43,8 @@ dependencies:
|
|
43
43
|
- - '='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: 1.0.3
|
46
|
-
description: ! '
|
47
|
-
Ltd.
|
46
|
+
description: ! 'New Relic plugin for monitoring piVPN, based on newrelic_openvpn_agent
|
47
|
+
developed by KangaCoders Ltd.
|
48
48
|
|
49
49
|
'
|
50
50
|
email: dexterkexnet@yahoo.com
|
@@ -87,5 +87,5 @@ rubyforge_project:
|
|
87
87
|
rubygems_version: 1.8.23
|
88
88
|
signing_key:
|
89
89
|
specification_version: 2
|
90
|
-
summary: New Relic
|
90
|
+
summary: New Relic piVPN (openVPN) monitoring plugin
|
91
91
|
test_files: []
|