osquery-1/tools/tests/test_noninline_packs.conf
2016-02-10 22:50:38 -08:00

17 lines
371 B
Plaintext

{
"packs": {
// This pack is "non-inline", meaning it should trigger genPack.
"tester": "lester",
// This pack is "inlined", the content is a JSON dictionary.
"foobar": {
"version": "1.5.0",
"queries": {
"kernel_modules": {
"query": "select * from kernel_modules;",
"interval": 3600
}
}
}
}
}