mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
This reverts commit 1d029073e5.
This commit is contained in:
parent
6f4dcdd082
commit
581000bb64
1 changed files with 1 additions and 9 deletions
|
|
@ -73,15 +73,7 @@ func (svc service) GetClientConfig(ctx context.Context) (*kolide.OsqueryConfig,
|
|||
|
||||
config := &kolide.OsqueryConfig{
|
||||
Options: options,
|
||||
Decorators: kolide.Decorators{
|
||||
Interval: map[string][]string{
|
||||
"3600": []string{
|
||||
"SELECT uuid AS host_uuid FROM system_info;",
|
||||
"SELECT hostname FROM system_info;",
|
||||
},
|
||||
},
|
||||
},
|
||||
Packs: kolide.Packs{},
|
||||
Packs: kolide.Packs{},
|
||||
}
|
||||
|
||||
packs, err := svc.ListPacksForHost(ctx, host.ID)
|
||||
|
|
|
|||
Loading…
Reference in a new issue