Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom input data collectors #12

Closed
bostjan opened this issue Sep 13, 2014 · 1 comment
Closed

Custom input data collectors #12

bostjan opened this issue Sep 13, 2014 · 1 comment

Comments

@bostjan
Copy link
Member

bostjan commented Sep 13, 2014

Currently snoopy uses a fixed set of data collection routines (get UID, GID, PID, cmd line, args, etc).

It would make great sense to move these into their own functions/modules, which would be all compiled into snoopy. Then these data generators would be available to be used when configuring log format (see #10 for more information) either on the ./configure line or via configuration file.

Comments?

b.

@bostjan
Copy link
Member Author

bostjan commented Oct 14, 2014

Impemented.

Currently a bit awkward as each new input provider needs to be entered in 2-3 additional locations (inputregistry.h, Makefile.am), but nonetheless, here it is.

@bostjan bostjan closed this as completed Oct 14, 2014
@bostjan bostjan modified the milestone: 2.0.0 Oct 20, 2014
@bostjan bostjan self-assigned this Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment