Revert "Add some basic decorators to the osquery config (#875)" (#953)

This reverts commit 1d029073e5.
This commit is contained in:
Mike Arpaia 2017-01-13 13:21:54 -07:00 committed by GitHub
parent 6f4dcdd082
commit 581000bb64

View file

@ -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)