On Tue, Jun 16, 2009 at 11:32 PM, John R Pierce <pierce@xxxxxxxxxxxx> wrote:
Whit Armstrong wrote:
anyone know a way to get nagios to monitor the number of postgres connections?
You could also login to the database and run:
select count(1) from pg_stat_activity;
--Scott