Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send an error message instead of the fallback report text to gsad. #1682

Merged

Commits on Sep 8, 2021

  1. Send an error message instead of the fallback report text to gsad.

    In gmp.c in function handle_get_system_reports (..):
      Adjusted an erroneous if-statement.
    
    In manage.c in function manage_system_report (..):
      Replaced the fallback report text by the appropriate
      error message.
    jhelmold committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    28c3869 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    0a17926 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Pass error messages from sensor performace reports to gsad.

    Added the ability to pass error message from the call of
    "get_osp_performance_string (..)" through to the gsad and
    further to GSA. Rebuilt the function manage_system_report (..)
    for that purpose.
    jhelmold committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    03c3a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133e218 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'performance_report_error_message' of github.com:jhelmol…

    …d/gvmd into performance_report_error_message
    jhelmold committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    39e7601 View commit details
    Browse the repository at this point in the history
  4. Added the documentation for a new parameter

    Added the documentation for the new parameter "error" of
    function get_osp_performance_string(..).
    jhelmold committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    481daa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d87a3c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7af6442 View commit details
    Browse the repository at this point in the history