greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Added option to enable mqtt #400

Closed Kraemii closed 3 years ago

Kraemii commented 3 years ago

What: Added Setting to enable MQTT for ospd-openvas. This settings allows to set the MQTT broker. Leave it empty to use redis instead.

Why: To support MQTT.

How: Test it via ospd-openvas.

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #400 (9b28ce5) into master (cd60fb4) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
+ Coverage   75.20%   75.22%   +0.01%     
==========================================
  Files          23       23              
  Lines        2678     2680       +2     
==========================================
+ Hits         2014     2016       +2     
  Misses        664      664              
Impacted Files Coverage Δ
ospd/parser.py 91.86% <100.00%> (+0.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd60fb4...9b28ce5. Read the comment docs.

jjnicola commented 3 years ago

Missing changelog entry.