Skip to content
no0p edited this page Oct 15, 2014 · 4 revisions

Pgantenna

pgantenna is an open source monitoring, alerting, and analysis tool for handling pgsampler data.

Getting Started

To begin shipping data to pgantenna, first launch an instance of pgantenna by following its startup guide.

Next update the cluster's postgresql.conf file with the following directives.

pgsampler.output_mode = 'network'
pgsampler.output_network_host='localhost'

Note that output_network_host should be set to the IP address or hostname where pgantenna is running.

Then restart the Postgresql server for the settings to take effect.

relsys.io

relsys.io is a commercial, hosted solution for receiving and analyzing pgsamper data. Please contact robert@relsys.io if interested in beta testing this.

Clone this wiki locally