Merge pull request #2081 from coloka/master

【translating】How to configure a syslog server with rsyslog on Linux
This commit is contained in:
Xingyu.Wang
2014-12-09 10:04:29 +08:00

View File

@@ -1,3 +1,5 @@
translating by coloka...
How to configure a syslog server with rsyslog on Linux
================================================================================
A syslog server represents a central log monitoring point on a network, to which all kinds of devices including Linux or Windows servers, routers, switches or any other hosts can send their logs over network. By setting up a syslog server, you can filter and consolidate logs from different hosts and devices into a single location, so that you can view and archive important log messages more easily.