Currently we are working on new rsyslog packages using the SUSE OBS tool. While this is still experimental, we have now published the first batch of packages. You can find them here. We have decided to first focus on Debian, since there are no other rsyslog official packages for this distribution. However, these are still […]
loadable rainerscript functions
As I said in my last post, I was working on making rainerscript functions into loadable modules. This had multiple reasons. For one, adding new functions may add more and more dependencies, which in the end takes up a lot of memory on your computer, even if you don’t plan on using any of the […]
Making rainerscript functions loadable
Right now i am working on making rsyslog script functions loadable instead of statically built in at compile time. Currently, them being built in is not a problem as they do not have many dependenies. But as more functions get added, the bulk of dependencies required for script functions grows. One recent example is the […]