https://github.com/osquery/osquery logo
Title
i

ihor

04/20/2020, 7:40 PM
Actually I thought that it should not, but as I see some of my scheduled queries are blacklisted. Just wondering what options do I have to exclude some critical queries from being blacklisted if they are managed remotely (kolide fleet)
z

zwass

04/20/2020, 7:42 PM
Is the watchdog flag being set in the flagfile or config?
i

ihor

04/20/2020, 7:44 PM
flagfile
z

zwass

04/20/2020, 7:48 PM
I would expect that to work, but perhaps try
--disable_watchdog=true
i

ihor

04/20/2020, 7:50 PM
@zwass thank you