newrelic_postgres_plugin 0.1.4 → 0.1.5
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.
- data/lib/newrelic_postgres_plugin/agent.rb +1 -1
- data/lib/newrelic_postgres_plugin.rb +1 -1
- data/newrelic_postgres_plugin.gemspec +2 -2
- metadata +22 -16
- checksums.yaml +0 -7
@@ -46,7 +46,7 @@ module NewRelic::PostgresPlugin
|
|
46
46
|
# Get a connection to postgres
|
47
47
|
#
|
48
48
|
def connect
|
49
|
-
PG::Connection.new(host
|
49
|
+
PG::Connection.new(:host => host, :port => port, :user => user, :password => password, :sslmode => sslmode, :dbname => dbname)
|
50
50
|
end
|
51
51
|
|
52
52
|
#
|
@@ -13,8 +13,8 @@ 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_postgres_plugin'
|
16
|
-
s.version = '0.1.
|
17
|
-
s.date = '2013-07-
|
16
|
+
s.version = '0.1.5'
|
17
|
+
s.date = '2013-07-23'
|
18
18
|
s.rubyforge_project = 'newrelic_postgres_plugin'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
metadata
CHANGED
@@ -1,45 +1,52 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic_postgres_plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Matt Hodgson
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
12
|
+
date: 2013-07-23 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: newrelic_plugin
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- - '>='
|
19
|
+
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: 0.2.11
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- - '>='
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 0.2.11
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: pg
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
|
-
- - '>='
|
35
|
+
- - ! '>='
|
32
36
|
- !ruby/object:Gem::Version
|
33
37
|
version: 0.15.1
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
|
-
- - '>='
|
43
|
+
- - ! '>='
|
39
44
|
- !ruby/object:Gem::Version
|
40
45
|
version: 0.15.1
|
41
|
-
description:
|
42
|
-
|
46
|
+
description: ! 'This is the New Relic plugin for monitoring Postgres developed by
|
47
|
+
Boundless Inc.
|
48
|
+
|
49
|
+
'
|
43
50
|
email: matt@boundless.com
|
44
51
|
executables:
|
45
52
|
- pg_monitor
|
@@ -61,11 +68,8 @@ files:
|
|
61
68
|
- postgresql.png
|
62
69
|
homepage: http://boundless.com
|
63
70
|
licenses: []
|
64
|
-
|
65
|
-
|
66
|
-
To get started with this plugin, create a working directory and do
|
67
|
-
pg_monitor -h
|
68
|
-
to find out how to install and run the plugin agent.
|
71
|
+
post_install_message: ! "To get started with this plugin, create a working directory
|
72
|
+
and do\n pg_monitor -h\nto find out how to install and run the plugin agent.\n"
|
69
73
|
rdoc_options:
|
70
74
|
- --charset=UTF-8
|
71
75
|
- --main
|
@@ -73,18 +77,20 @@ rdoc_options:
|
|
73
77
|
require_paths:
|
74
78
|
- lib
|
75
79
|
required_ruby_version: !ruby/object:Gem::Requirement
|
80
|
+
none: false
|
76
81
|
requirements:
|
77
|
-
- - '>='
|
82
|
+
- - ! '>='
|
78
83
|
- !ruby/object:Gem::Version
|
79
84
|
version: '0'
|
80
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
|
+
none: false
|
81
87
|
requirements:
|
82
|
-
- - '>='
|
88
|
+
- - ! '>='
|
83
89
|
- !ruby/object:Gem::Version
|
84
90
|
version: '0'
|
85
91
|
requirements: []
|
86
92
|
rubyforge_project: newrelic_postgres_plugin
|
87
|
-
rubygems_version:
|
93
|
+
rubygems_version: 1.8.23
|
88
94
|
signing_key:
|
89
95
|
specification_version: 2
|
90
96
|
summary: New Relic Postgres plugin
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 7d777f403e144eee6d386774bcdb0eba1458e7a6
|
4
|
-
data.tar.gz: db7d6dc5a39b59605942537459bc2d5e30113b96
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 32e83f8c516038293b4ecc772e4207f5afaf2b4803b66548a5a2d0abdb867986009ba98bbda73f786d497d9bf792eb1ddbf862fe59c5ee1f0b6a0050a57895e9
|
7
|
-
data.tar.gz: 80ebe5564d8be3b8748e44ffe1b40992a5114c189b0adaf54927862f1cfa50d686a02e7e529fa9f85cb2d4330d8a4b57712fc72031babef1ac321bffb8fb6c44
|