Skip to content

2.3.2-base

Latest
Compare
Choose a tag to compare
@filipesmg filipesmg released this 16 Dec 11:41

Added

  • Improved Gitlab plugin (that runs now by default only every 15min), including possibility to give units of metric
  • Improvements on Prometheus plugin: possibility to authenticate with token, added min/max to metrics, possibility to turn off verification on requests
  • Possibility to give system status information to be shown on the webportal
  • Added pre-set options for grid
  • JuRepTool: Added 'link failure' error recognition

Changed

  • Improved default columns shown on tables (description, conversions, etc)
  • Decrease the default amount of cores used in different steps, to avoid using too much memory
  • Deactivated all but basic Slurm queries by default (and commented out CB in config)
  • Unified 'monitor' logs now also located in the 'logs' folder
  • Improved documentation (including a first version of how to add new metrics)
  • Changed onhover to use list/array instead of dict/object in gitlab plugin (so order is kept)
  • Adapted serverAll search command to be able to use 2 systems in one server
  • JuRepTool: Activated Core metrics by default for JuRepTool reports (must be deactivated if those metrics are not available)
  • Changes from production: internal improvements
  • Other small improvements

Fixed

  • Fixes for absent logic cores (for systems without SMT)
  • Fixed columns when grid is not used (including defaults)
  • Fixed filter for admin jobs on plotlists.dat (files were not created, but jobs were being added for JuRepTool)
  • Create temporary .htgroups_all user to avoid building up support when there's a problem
  • Fixes in monitor_file.pl: folders not recognized in when given with 2 slashes, folders not created when slash at the end missing
  • JuRepTool: Fixed error output to be also .errlog, to be listed in listerrors
  • JuRepTool: Fixed 'CPU Usage' in Overview graph
  • JuRepTool: Removed rows containing 'inf' values
  • Other small fixes