Re: [collectd] how to set a threshold using postgresql plugin

2016-07-19 Thread Gerardo Herzig
t; > Para: "Gerardo Herzig" <gher...@fmed.uba.ar>, "collectd" > <collectd@verplant.org> > Enviados: Viernes, 11 de Marzo 2016 6:10:53 > Asunto: Re: [collectd] how to set a threshold using postgresql plugin > > Gerardo Herzig <gher...@fmed.uba.

Re: [collectd] how to set a threshold using postgresql plugin

2016-07-19 Thread Marc Fournier
Gerardo Herzig writes: > Hi all. Im sending collectd values from a postgres DB to our collectd central > server. > In DB, there is using postgres plugin like: > > > Statement "select sum(numbackends) as backends, sum(tup_inserted) as > inserts, sum(tup_updated) as

[collectd] how to set a threshold using postgresql plugin

2016-03-02 Thread Gerardo Herzig
Hi all. Im sending collectd values from a postgres DB to our collectd central server. In DB, there is using postgres plugin like: Statement "select sum(numbackends) as backends, sum(tup_inserted) as inserts, sum(tup_updated) as updates, sum(tup_deleted) as deletes from pg_stat_database;"