E2E TS: Access log information


Prerequisities

  • Version 0.7+ deployed


Steps

  1. Navigate to System -> Event Log
  2. Click on Download Log button next to Event Log caption.
  3. Receive dwarfg_logspack.tgz file
  4. Verify it could be unarchived by tar -xzf dwarfg_logspack.tgz
  5. Verify it contains dwarfg_logs_<numbers> directory (possibly under the tmp directory)
  6. Verify that the directory contains following items:
    1. dashboard.datadump - a valid JSON file
    2. event_log.sql - DB dump of log_events DB table, verify at least one entry is there
    3. product_conf.sql - DB dump of product_conf DB table, verify dwarfg config is present there
    4. metrics.txt - verify that it contains:
      1. FS space and i-node data for /, dwarfg install deployment-dependent directory (e.g. /opt/dwarfg_), dwarfg srv directory (e.g. /srv/dwarfg_)
      2. listings of dwarfg cache directory (/opt/cache_dwarfg) but NO file from that directory itself.
      3. md5sum for files under the deployment directory (/opt/dwarfg/*_ or similar based on deployed domain)
      4. free + uptime result
      5. content of /etc/issue.net
    5. gui/log subdirectory (may be empty)
    6. notifier subdirectory (may be empty)
    7. dwarfg/logs subdirectory containing
      1. log_dwarfgd.txt
      2. pidfile.txt
      3. 0.7+: dcl.txt (if DCL File Export is enabled)