Using Rsyslog to audit Linux operations

Source: Internet
Author: User
Tags rsyslog

Environment: Both the client and the server need to install the Rsyslog service

Rsyslog Server Side


Cd/etc/rsyslog.d/cat server.conf$modload Imtcp$inputtcpserverrun 514 vim/etc/rsyslog.conflocal4.* /var/log/history.log

Rsyslog Client Side

cat/etc/rsyslog.d/client.conflocal4.* @ @server End ip:514
Cat/etc/profile.d/client.shexport prompt_command= ' {msg=$ (History 1 | {read x y; echo $y;}); Logger-p local4.info ["local| ' grep ipaddr/etc/sysconfig/network-scripts/ifcfg-eth0|sed ' s/IPADDR=//g '"--"SSH| $SSH _connection $SSH _tty "--" user| $USER "--" pwd| $PWD "]:" $msg "; }‘

The network card name here should be modified according to the actual situation


Restart Service

Service Rsyslog Restart



This article from "Do not abandon!" Do not give up "blog, be sure to keep this source http://thedream.blog.51cto.com/6427769/1833026

Using Rsyslog to audit Linux operations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.