Re: NASA needs Postgres - Nagios help

From: EllisGL <xellisx(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: NASA needs Postgres - Nagios help
Date: 2010-07-19 17:48:00
Message-ID: 382b1ab2-9853-4a08-965a-ffe19d351c3c@i31g2000yqm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jul 13, 12:10 pm, ste(dot)(dot)(dot)(at)kaltenbrunner(dot)cc (Stefan Kaltenbrunner)
wrote:
> Duncavage, Daniel P. (JSC-OD211) wrote:
>
> > We are implementingNagioson 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 withNagios.  We need an addon to
> > ingestNagiosdata 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?
>
> Cool project :) I once did some work on adding proper PostgreSQL support
> to NDOutils but the problem is that the current code is really not too
> well structured for a "real" RDBMS(prepared statements, transactions,...)
> However thehttp://www.icinga.org/fork of NDOutils (IDOutils) does have
> some basic PostgreSQL support - maybe that will get you started.
>
>
>
> > I'm theNASAproject 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.
>
> Yeah reusing code is always easier and you also don't have to maintain
> it one your own as well :)
>
> Stefan
>
> --
> Sent via pgsql-general mailing list (pgsql-gene(dot)(dot)(dot)(at)postgresql(dot)org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

Try ZenOSS - http://community.zenoss.org/docs/DOC-3389

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Said Ramirez 2010-07-19 17:53:58 Re: Create table if not exists ... how ??
Previous Message Jennifer Trey 2010-07-19 17:43:10 Re: Create table if not exists ... how ??