Skip to content

3.1.0

Compare
Choose a tag to compare
@cuprumtan cuprumtan released this 19 Oct 09:46
· 388 commits to master since this release

Mamonsu 3.1.0:

  • fixed unknown options check in mamonsu tools;
  • fixed item units with Speed Per Second delta;
  • fixed #166 (1): Walreceiver Lag items name generation;
  • fixed #166 (2): item Total Replication Lag delta evaluation;
  • fixed #107: slave replication lag evaluation;
  • #172: set 'dbname' bootstrap parameter required, added default value read from config file;
  • fixed extension functions calling without special mamonsu user and schema;
  • refactoring;

bootstrap update
Added new -c/--config option to bootstrap tool. Usage:

mamonsu bootstrap [-M mamonsu_user] [-x | --create-extensions] [-c | --config] [connection_options]

This option is needed for automatic dbname parameter detection. Now if you have not set the dbname explicitly, parameter will be set as database defined in [postgres] section in mamonsu config file.