Re: monitoring PostgreSQL

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: monitoring PostgreSQL
Date: 2017-07-24 11:38:09
Message-ID: d188b373-497a-f2b5-d159-53a313c63e04@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pgbadger is a very nice reporting tool, overall, albeit not exactly at the system side, but more to the DBA side.
For system level monitoring maybe take a look here : https://wiki.postgresql.org/wiki/Monitoring#check_postgres .
Also you might want to write a script that parses logs for FATAL and PANIC and sends out emails.

On 24/07/2017 14:27, PAWAN SHARMA wrote:
> Hi All,
>
>
> Please provide me a list of tools which we can use for monitoring PostgreSQL.
>
> -Monitor all the services and health of server
> -Able to send critical and warning alert on mail.
>
> OS: Redhat-7
> PostgreSQL Version: 9.5.7
>
>
> -Pawan

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Clarke 2017-07-24 11:50:38 Re: monitoring PostgreSQL
Previous Message Nikolay Samokhvalov 2017-07-24 11:34:10 Re: monitoring PostgreSQL