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.
- Clone this repo
git clone https://github.com/sensu-plugins/sensu-pg.git
- Install sensu and build-essential pkgs
sudo apt-get install sensu build-essential debhelper
- Enter in git repo directory
cd sensu-pg
- Build debian binary package
dpkg-buildpackage -b
- 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