mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
17 lines
371 B
Plaintext
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|