Installing

createdb <name>
./install <psql options, typically just database name>

To create a local entry so you can see monitoring in action:

./create_local <psql options>

To actually gather data, you need to call gather.all() once a minute via cron, ie:

psql -qtc 'SELECT gather.all()'
