 [options]

Data Collection Options:

  --help            Print this help message and exit.
  
  -m, --message     Add custom message to the support tool archive.

  --full            Collect full logs, fetch all files from the logs directory.
                    By default the logs are truncated to 1000 last lines and
                    rotated logs are excluded.

  --get-dbs         Fetch all SQLITE databases.



Maintenance Options:

  --clean-monitor   Works only with stand-alone Zend Server (SQLITE).
                    Cleans all Monitoring events and Code Tracing dumps by
                    deleting the corresponding database and dump files.
                    WARNING: Zend Server is restarted in the process.

  --chuser          Change Apache user and group in Zend Server configuration
                    and file permissins. Usage:
                    
                    ./support_tool.sh --chuser olduser:oldgroup newuser:newgroup
                    
                    The command expects verbal user and group names, not IDs

  --core-dump       Enable saving core dumps of crashing Apache processes.
                    The procedure includes installation of debug symbols of
                    PHP and Zend's components and daemons, adding a directive
                    in Apache configuration and Zend Server restart.
                    You can add the '--auto' parameter to install debug symbols
                    without confirmation prompt from the package manager. Example:
                    
                    ./support_tool.sh --core-dump --auto

  --simple-auth     Disable Extended Authentication. Optional parameters:
                    WebAPI key name
                    WebAPI key hash
                    
                    ./support_tool.sh --simple-auth [apiName apiHash]

