My software section is not populated, it says: Try...
# fleet
a
My software section is not populated, it says: Try again in about 1 hour as the system catches up. But even after over 12 hours I still get the same message and no data. Do I need to enable anything special to get the installed packages reported?
b
Make sure you set FLEET_VULNERABILITIES_DATABASES_PATH See: https://fleetdm.com/docs/deploying/configuration#vulnerabilities
k
@Andreas Piening That value should be set in
fleet > default.env
if you're using the Docker Compose setup.
a
Oh, I see: I had a permission issue on the path specified by
FLEET_VULNERABILITIES_DATABASES_PATH
. It is working now. Thank you!
💯 1