Franklin Pezzuti Dyer
08/03/2023, 7:30 PMosquery.conf
using the instructions here:
https://osquery.readthedocs.io/en/stable/deployment/performance-safety/
But for some reason, I’m getting values of (-1) for all of the performance fields when running the following query, indicating an error:
SELECT hostname, cpu_brand, physical_memory FROM system_info;
However, when I open the osqueryi
shell myself and run this command, it returns results without any issue. Any ideas about why this might be going awry in the profile.py
script but not when I run it manually?