issues
search
immauss
/
openvas
Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
366
stars
102
forks
source link
[ENHANCEMENT] Log collection tool
#272
Open
immauss
opened
6 months ago
immauss
commented
6 months ago
The tool should:
be a bash script executed from command line as a docker user
Collect logs from the container via tar of /var/log
collect
docker ps
and system info via
docker system info
and copy into /data of the container
Run script in container to copy logs to Google Drive
Script will then add link to existing issue or create new issue on github
The tool should:
docker ps
and system info viadocker system info
and copy into /data of the container