Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sensu-plugins/sensu-pg

Packages for libpg to work with sensu embedded ruby
https://github.com/sensu-plugins/sensu-pg

deb omnibus postgres sensu sensu-pg

Last synced: about 2 months ago
JSON representation

Packages for libpg to work with sensu embedded ruby

Awesome Lists containing this project

README

        

# Sensu pg

Sensu pg is package with compiled libpg against sensu openssl. It makes pg gem installation possible in sensu embedded environment. RPM package will be soon.

___

## Building debian package from source

1. Clone this repo
```
git clone https://github.com/sensu-plugins/sensu-pg.git
```
2. Install sensu and build-essential pkgs
```
sudo apt-get install sensu build-essential debhelper
```
3. Enter in git repo directory
```
cd sensu-pg
```
4. Build debian binary package
```
dpkg-buildpackage -b
```
5. Install package with dpkg
```
sudo dpkg -i ../sensu-pg_1.0.2-3_amd64.deb

## Install binary package
1. Go to release page
2. Download the newest deb package
3. Install it with dpkg