Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-pg
- Owner: sensu-plugins
- Created: 2017-08-14T14:42:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:17:46.000Z (over 3 years ago)
- Last Synced: 2023-04-05T02:48:31.670Z (almost 2 years ago)
- Topics: deb, omnibus, postgres, sensu, sensu-pg
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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