Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

"All Software" not filling up (Docker / V2.11)

Hi,

in the docker version of ocsinventory (V2.11) the "all software" tab is not fillng up.

Ok, I know the cron-job has to be run to fill it. But in the docker version, this is missing.

I have to do following manually:

docker exec -it ocsinventory-server  /bin/bash
cd /usr/share/ocsinventory-reports/ocsreports/crontab/ && php cron_cve

Why is the cron-job missing in the docker version?

Greetings

Eugen

in Administrative console by (250 points)

2 Answers

0 votes
Hello
to run cron_cve,  VULN_CVESEARCH_HOST must be configured

and it doesn't by défault because it depends of your plateforme configuration

so i think it's normal that the the cron-job missing

hope it work for you ...
by (760 points)
0 votes
Hi Andre,

thanks for info.

Sorry for have wrote down the wrong cron job. I mean the cron jon "cron_all_software.php" (like I referenced in the title)

The job "cron_all_software.php" is also not configured to run in the docker version, although everyone needs this job - I think.

Why? And how is the prefered way to run the cron job (from inside the docker container or from the docker host)

Greetings

Eugen
by (250 points)
edited by
 
Powered by Question2Answer
...