Re: How are ppl monitoring PostgreSQL ... ? What is being - Mailing list pgsql-admin

From Marc G. Fournier
Subject Re: How are ppl monitoring PostgreSQL ... ? What is being
Date
Msg-id 20060610211619.K1114@ganymede.hub.org
Whole thread Raw
In response to Re: How are ppl monitoring PostgreSQL ... ? What is being  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: How are ppl monitoring PostgreSQL ... ? What is being  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin
On Sat, 10 Jun 2006, Joshua D. Drake wrote:

> Marc G. Fournier wrote:
>>
>> The subject kinda says it all ... I know there are SNMP patches available
>> out there now, but without those ... ?
>
> We use Nagios to call shell scripts that perform specific requests to a
> PostgreSQL server. Usually over SSH via psql, but you could use anything.

'k, so what are you testing for?  Just that a query runs?  time it takes
to run?  specific results?

SELECT count(1) FROM pg_connections;

would be a good one to graph ...

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org                              MSN . scrappy@hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664

pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: How are ppl monitoring PostgreSQL ... ? What is being
Next
From: "Joshua D. Drake"
Date:
Subject: Re: How are ppl monitoring PostgreSQL ... ? What is being