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

Add: openvas logs, openvasd; Remove: notus-scanner, mqtt #459

Merged
merged 3 commits into from
Apr 15, 2024

Commits on Apr 12, 2024

  1. Add: openvas logs

    To be able to see openvas logs more easily a new service `openvas` is
    added. This service tails over `/var/log/openvas/openvas.log`.
    
    Additionally an configuration step `configure-openvas` is added. This
    sets the openvas log level to 128 and changes to log output to
    `/var/log/openvas/openvas.log` instead of `/var/log/gvm/openvas.log`.
    
    To change the log level you can replace the `128` to the desired log
    level.
    nichtsfrei committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fb3d80b View commit details
    Browse the repository at this point in the history
  2. Add: openvasd Remove: notus

    With greenbone/openvas-scanner#1519
    notus is deprecated in favour of openvasd/notus endpoint.
    
    For more details see: https://greenbone.github.io/scanner-api/
    for a general overview of the API implemented by openvasd.
    
    This removes the dependencies of a mqtt broker as well as notus service.
    nichtsfrei committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    34741b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab2131 View commit details
    Browse the repository at this point in the history