Skip to content

Instantly share code, notes, and snippets.

View ageorgop's full-sized avatar

Alex Georgopoulos ageorgop

View GitHub Profile
body common control
{
bundlesequence => { "my_classes_from_disk" };
}
bundle agent my_classes_from_disk
# @brief Say Hi to everyone and introduce yourself
{
vars:
"class_files_from_disk" slist => findfiles("$(sys.workdir)/persistent_classes/[a-zA-Z0-9]*");