Skip to content

Commit c4f8b63

Browse files
committed
Sync repo with standard
1 parent 0b6f257 commit c4f8b63

File tree

3 files changed

+13
-44
lines changed

3 files changed

+13
-44
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 1.9.3
88
- 2.0
99
- 2.1
10+
- 2.2
1011
notifications:
1112
email:
1213
recipients:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

3+
# Specify your gem's dependencies in sensu-plugins-postgres.gemspec
34
gemspec

README.md

Lines changed: 11 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,22 @@
99
## Functionality
1010

1111
## Files
12-
* bin/check-postgres-alive
13-
* bin/metric-postgres-dbsize
14-
* bin/metric-postgres-statsbgwriter
15-
* bin/metric-postgres-statstable
16-
* bin/check-postgres-replication
17-
* bin/metric-postgres-graphite
18-
* bin/metric-postgres-statsdb
19-
* bin/metric-postgres-connections
20-
* bin/metric-postgres-locks
21-
* bin/metric-postgres-statsio
12+
* bin/check-postgres-alive.rb
13+
* bin/metric-postgres-dbsize.rb
14+
* bin/metric-postgres-statsbgwriter.rb
15+
* bin/metric-postgres-statstable.rb
16+
* bin/check-postgres-replication.rb
17+
* bin/metric-postgres-graphite.rb
18+
* bin/metric-postgres-statsdb.rb
19+
* bin/metric-postgres-connections.rb
20+
* bin/metric-postgres-locks.rb
21+
* bin/metric-postgres-statsio.rb
2222

2323
## Usage
2424

2525
## Installation
2626

27-
Add the public key (if you haven’t already) as a trusted certificate
28-
29-
```
30-
gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
31-
gem install sensu-plugins-postgres -P MediumSecurity
32-
```
33-
34-
You can also download the key from /certs/ within each repository.
35-
36-
#### Rubygems
37-
38-
`gem install sensu-plugins-postgres`
39-
40-
#### Bundler
41-
42-
Add *sensu-plugins-disk-checks* to your Gemfile and run `bundle install` or `bundle update`
43-
44-
#### Chef
45-
46-
Using the Sensu **sensu_gem** LWRP
47-
```
48-
sensu_gem 'sensu-plugins-postgres' do
49-
options('--prerelease')
50-
version '0.0.1.alpha.4'
51-
end
52-
```
53-
54-
Using the Chef **gem_package** resource
55-
```
56-
gem_package 'sensu-plugins-postgres' do
57-
options('--prerelease')
58-
version '0.0.1.alpha.4'
59-
end
60-
```
27+
[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
6128

6229
## Notes
6330

0 commit comments

Comments
 (0)