Missing http module 3.18.1 CentOS
Forgive me if this is common knowledge or an easy fix but I just installed syslog-ng 3.18.1 on CentOS 7.6.1810 and I'm seeing the following message on startup and when doing syntax checks. It seems to be working otherwise. [2019-04-09T18:44:57.702909] Plugin module not found in 'module-path'; module-path='//usr/lib64/syslog-ng', module='http' Thanks, -Mark
Hello, Thanks for reporting on that. It is easy to get rid of that message via installing *http* module (syslog-ng-http should be the name). But it should not cause any issue as long as you do not want to use *http* destination, or *scl* that depends on *http* (and at that point it shall report invalid config if you do not have that module). It writes the message because while parsing *scl* it sees that its required for certain scl. -- Kokan On Tue, Apr 9, 2019 at 8:53 PM Faine, Mark R. (MSFC-IS40)[NICS] < mark.faine@nasa.gov> wrote:
Forgive me if this is common knowledge or an easy fix but I just installed syslog-ng 3.18.1 on CentOS 7.6.1810 and I’m seeing the following message on startup and when doing syntax checks. It seems to be working otherwise.
[2019-04-09T18:44:57.702909] Plugin module not found in 'module-path'; module-path='//usr/lib64/syslog-ng', module='http'
Thanks,
-Mark
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Maybe a @ifmod directive would make sense, similar to apache
Hello, There is actually a @requires pragma, which actually triggers the message. (could be changed not to) There is an idea about providing some code of preprocessing *if*, that is preferred, and possibly deprecate @requires. -- Kokan On Wed, Apr 10, 2019 at 7:26 AM Fabien Wernli <wernli@in2p3.fr> wrote:
Maybe a @ifmod directive would make sense, similar to apache
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
Thanks, I see that in the repo now. I may install it just to get rid of the message ☺ -Mark From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> On Behalf Of Péter, Kókai Sent: Wednesday, April 10, 2019 12:14 AM To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu> Subject: Re: [syslog-ng] Missing http module 3.18.1 CentOS Hello, Thanks for reporting on that. It is easy to get rid of that message via installing *http* module (syslog-ng-http should be the name). But it should not cause any issue as long as you do not want to use *http* destination, or *scl* that depends on *http* (and at that point it shall report invalid config if you do not have that module). It writes the message because while parsing *scl* it sees that its required for certain scl. -- Kokan On Tue, Apr 9, 2019 at 8:53 PM Faine, Mark R. (MSFC-IS40)[NICS] <mark.faine@nasa.gov<mailto:mark.faine@nasa.gov>> wrote: Forgive me if this is common knowledge or an easy fix but I just installed syslog-ng 3.18.1 on CentOS 7.6.1810 and I’m seeing the following message on startup and when doing syntax checks. It seems to be working otherwise. [2019-04-09T18:44:57.702909] Plugin module not found in 'module-path'; module-path='//usr/lib64/syslog-ng', module='http' Thanks, -Mark ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.balabit.hu_mailman_listinfo_syslog-2Dng&d=DwMFaQ&c=ApwzowJNAKKw3xye91w7BE1XMRKi2LN9kiMk5Csz9Zk&r=zMyZvtxRXMBKZZYKVMke9zplWK320p3d51BzuU4jwWo&m=RWTLLr-GgBIt8b2qWi2TkNj9Ojp8uScacduqzUMYlgk&s=eT07FghLFFQ_fkt7jfuaUi_WZ652_RG42VztThZws8w&e=> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.balabit.com_support_documentation_-3Fproduct-3Dsyslog-2Dng&d=DwMFaQ&c=ApwzowJNAKKw3xye91w7BE1XMRKi2LN9kiMk5Csz9Zk&r=zMyZvtxRXMBKZZYKVMke9zplWK320p3d51BzuU4jwWo&m=RWTLLr-GgBIt8b2qWi2TkNj9Ojp8uScacduqzUMYlgk&s=gqF2izGLDbQ9MgHgMlKHDb6Ioqp319B7n0HAMABHuic&e=> FAQ: http://www.balabit.com/wiki/syslog-ng-faq<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.balabit.com_wiki_syslog-2Dng-2Dfaq&d=DwMFaQ&c=ApwzowJNAKKw3xye91w7BE1XMRKi2LN9kiMk5Csz9Zk&r=zMyZvtxRXMBKZZYKVMke9zplWK320p3d51BzuU4jwWo&m=RWTLLr-GgBIt8b2qWi2TkNj9Ojp8uScacduqzUMYlgk&s=vCXE6CJqQacofcK332ArAAW4Kepxic4XmP7QaG0w5HM&e=>
participants (3)
-
Fabien Wernli
-
Faine, Mark R. (MSFC-IS40)[NICS]
-
Péter, Kókai