Hello, I've checked the osquery config using confi...
# general
s
Hello, I've checked the osquery config using config_dump and there is only one instance of the following query, however in syslog I get two lines every time this and any other scheduled query gets run:
Copy code
osqueryd[22103]: I1030 18:55:02.070217 22121 scheduler.cpp:83] Executing scheduled query ports_listening: SELECT pid,port,address,path FROM listening_ports;
osqueryd[22107]: severity=0 location=scheduler.cpp:83 message=Executing scheduled query ports_listening: SELECT pid,port,address,path FROM listening_ports;