mattofak
November 2nd, 2008, 06:28 PM
Hey All;
I'm currently attempting to setup rSyslog on a research server and was hoping to use it as an aggregation server for logs. My intent is to have the logs transmitted to my server via UDP.
My first inclination was to just add the -r option to the /etc/init.d/rsyslog script, but further research shows that the -r option is depreciated. (And adding the -r option didn't work in any case)
Second was to add the following lines to my rSyslog conf file
$modload imudp
$InputUDPServerRun 514
rSyslog then proceeds to complain because it cannot find the module: imudp.so. And hence my problem, because neither can I! Where did canonical hide the rSyslog modules? Or at the very least, how do I tell rSyslog to listen on UDP:514?
Thanks!
Matt Walker
I'm currently attempting to setup rSyslog on a research server and was hoping to use it as an aggregation server for logs. My intent is to have the logs transmitted to my server via UDP.
My first inclination was to just add the -r option to the /etc/init.d/rsyslog script, but further research shows that the -r option is depreciated. (And adding the -r option didn't work in any case)
Second was to add the following lines to my rSyslog conf file
$modload imudp
$InputUDPServerRun 514
rSyslog then proceeds to complain because it cannot find the module: imudp.so. And hence my problem, because neither can I! Where did canonical hide the rSyslog modules? Or at the very least, how do I tell rSyslog to listen on UDP:514?
Thanks!
Matt Walker