mariusv.com

Watch as I awkwardly stumble through life

Sensu monitoring PostgreSQL

Posted by Marius Voila on November 03, 2014 in London, U.K . — 0 comments This post contains 136 words

Today I was working on implementing Sensu in one of my clients infrastructure to monitor OpenStack infrastructure and the production one and because of the awesomeness of the automation was pretty much just a matter of minutes to deploy and implement it and the only issue I had was with the PostgreSQL plugin because I was not able to install the pg gem due some dependencies issues in Ubuntu 14.04 (pretty sure this issue is replicable in older versions of Ubuntu but this customer is using Ubuntu 14.04 for most of the infrastructure). After looking around on how to fix this issue I came up with this solution:

$ apt-get install libpq-dev && gem install pg

After installing libpq-dev everything worked like a charm :-)