Re: [ADMIN] check_postgresql.pl for zabbix

2012-04-04 Thread Matheus de Oliveira
On Wed, Apr 4, 2012 at 10:12 AM, Bèrto ëd Sèra wrote: > Hi Matheus, > > thanks but, as said before "there is not enough information for us to be > sure that we can add read permission to the group without impact"... any > other way to extract the same info? > > Bèrto > > On 4 April 2012 12:24, Mat

Re: [ADMIN] about multiprocessingmassdata

2012-04-04 Thread Kevin Grittner
superman0920 wrote: > i have a table which has 850 rows record, i run 30 threads to > update the record. > i find the database of processing data speed so slow, per thread > updating 1000 rows need take 260s > How to configure the database to make processing speed faster ? Performance iss

Re: [ADMIN] check_postgresql.pl for zabbix

2012-04-04 Thread Bèrto ëd Sèra
Hi Matheus, thanks but, as said before "there is not enough information for us to be sure that we can add read permission to the group without impact"... any other way to extract the same info? Bèrto On 4 April 2012 12:24, Matheus de Oliveira wrote: > Give read permissions to the group on the d

[ADMIN] alter index's tablespace (from default) after pg_upgrade --link

2012-04-04 Thread MirrorX
dear all, i have come to face the following situation: -initially the server was 8.4.7 -i used pg_upgrade --link so that the upgrade would be quick -i created a new tablespace with the intention of moving all the indexes there (different partition) -when issueing a statement like 'alter index xxx

Re: [ADMIN] check_postgresql.pl for zabbix

2012-04-04 Thread Matheus de Oliveira
Give read permissions to the group on the data directory and archives: chmod g+r -R /var/lib/pgsql/data I think just that will solve the problem, as you said that the agent is already been executed with postgres group. Regards, -- Matheus de Oliveira Bacharelado em Ciências de Computação Labora

[ADMIN] check_postgresql.pl for zabbix

2012-04-04 Thread Bèrto ëd Sèra
Hi all, I'm implementing a PG monitoring system on zabbix, using http://bucardo.org/wiki/Check_postgres Everything's fine, however I cannot seem to use action=checkpoint without some intervention on permissions. See http://bucardo.org/check_postgres/check_postgres.pl.html#checkpoint The data dir