This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Doing that is just a matter of configuring Syslog to send some or all messages to a remote server.
You can do that by manually editing the Syslog config, or you can go into Webmin -> System -> System Logs -> Add System Log, and there you can specify a remote server to send the logs to.
I have added new system log as Syslog server on 10.38.30.75 (is on same local network) and set ALL messages to be sent. Went to syslog server and there are no logs reported from Webmin server.
Howdy,
Doing that is just a matter of configuring Syslog to send some or all messages to a remote server.
You can do that by manually editing the Syslog config, or you can go into Webmin -> System -> System Logs -> Add System Log, and there you can specify a remote server to send the logs to.
-Eric
I have added new system log as Syslog server on 10.38.30.75 (is on same local network) and set ALL messages to be sent. Went to syslog server and there are no logs reported from Webmin server.
Any clue?
Thanks
Did you restart the syslog daemon?
Well, I have clicked on the start syslog server button but it doesn't say nothing if it started or not.
Also, is rsyslogd listening on UDP port 514 on all IPs on the syslog server?
I have set
$AllowedSender UDP, 127.0.0.1, 10.38.30.0/24 $AllowedSender TCP, 127.0.0.1, 10.38.30.0/24
and I'm getting logs from other devices like firewall but not from Virtualmin (same subnet)
It looks like it needs to restart rsyslog service from the console (Webmin button is not doing that).