barman.diagnose module#

This module represents the barman diagnostic tool.

barman.diagnose.exec_diagnose(servers, models, errors_list, show_config_source)View on GitHub#

Diagnostic command: gathers information from backup server and from all the configured servers.

Gathered information should be used for support and problems detection

Parameters:
  • servers (dict(str,barman.server.Server)) – list of configured servers

  • models – list of configured models.

  • errors_list (list) – list of global errors

  • show_config_source – if we should include the configuration file that provides the effective value for each configuration option.