Re: NASA needs Postgres - Nagios help

From: "Duncavage, Daniel P(dot) (JSC-OD211)" <daniel(dot)p(dot)duncavage(at)nasa(dot)gov>
To: Magnus Hagander <magnus(at)hagander(dot)net>, Thom Brown <thombrown(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: NASA needs Postgres - Nagios help
Date: 2010-07-13 20:47:15
Message-ID: E0A4DA8CB358A94E860A1C604DCE0482B29799A09A@NDJSSCC01.ndc.nasa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Correct. We are looking to use Nagios to monitor various parameters on our network, then store them in postgresql, which we will then synch to the ground and distribute as a quasi realtime telemetry system.

-----Original Message-----
From: Magnus Hagander [mailto:magnus(at)hagander(dot)net]
Sent: Tuesday, July 13, 2010 3:26 PM
To: Thom Brown
Cc: Duncavage, Daniel P. (JSC-OD211); pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] NASA needs Postgres - Nagios help

On Tue, Jul 13, 2010 at 20:10, Thom Brown <thombrown(at)gmail(dot)com> wrote:
> On 13 July 2010 17:14, Duncavage, Daniel P. (JSC-OD211)
> <daniel(dot)p(dot)duncavage(at)nasa(dot)gov> wrote:
>> We are implementing Nagios on Space Station and want to use
>> PostgreSQL to store the data on orbit and then replicate that db on
>> the ground.  The problem is, most people use MySQL with Nagios.  We
>> need an addon to ingest Nagios data into PostgreSQL.  It looks like
>> the most reasonable implementation is to update the NDOUtils addon to
>> support PostgreSQL.  Does anyone have such an addon, or want to write one?
>>
>>
>>
>> I'm the NASA project manager for the set of computers on Space
>> Station and we plan to deploy this capability this year.  If have to
>> write our own addon, we will, but I'd rather use something already out there.
>
> This looks like it hasn't been worked on in a while, but is this any
> use?: http://nagiosplugins.projects.postgresql.org/

Those are plugins to monitor postgresql using nagios. For that, you should realy be looking at check_postgres. I think what the OP is looking for is a way to store Nagios metadata in postgres, which is something else.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-07-13 21:38:43 Re: Idle In Transaction
Previous Message Joshua Rubin 2010-07-13 20:46:50 Efficient Way to Merge Two Large Tables