博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux配置日志服务器
阅读量:5127 次
发布时间:2019-06-13

本文共 584 字,大约阅读时间需要 1 分钟。


title: Linux配置日志服务器

tags: linux, 日志服务器
---

Linux配置日志服务器


日志服务器配置文件:/etc/rsyslog.conf

服务器端:

服务器IP如下:

enter description here

编辑日志服务器的配置文件:

enter description here

这里UDP或者TCP任选一个

enter description here

将注释的两句复制一遍,然后取消注释即可

enter description here

进入目录下创建配置文件,配置需要监控的客户端

enter description here

Vim编辑器打开

enter description here
内容如下:
enter description here

内容格式如下:

:属性, 比较操作符, "值" 保存位置

属性包括以下内容fromhost 哪个主机名发过来的fromhost-ip 哪个ip发过来的msg 从日志信息里的内容判断hostname 从日志中的主机名判断比较操作符包括以下内容contains 包含isequal 等于startswith 以...开头

重启日志服务

enter description here

可以看到目标目录下已经生成一个目录记录文件,且内容为空

enter description here

客户机端:

客户机端IP为:192.168.0.100/24

编辑配置文件:

enter description here
在末尾加上如下行指定日志服务器地址和端口号
enter description here
保存退出,重启日志服务
enter description here

开始验证:

用服务器端通过ssh试图连接客户端:
enter description here

由于输入密码,连接失败

现在在去查看日志记录文件:

enter description here

如上,ssh连接的记录已经被记录在日志文件中

转载于:https://www.cnblogs.com/laoxiajiadeyun/p/9943742.html

你可能感兴趣的文章
BZOJ3926: [Zjoi2015]诸神眷顾的幻想乡(广义后缀自动机)
查看>>
mysql 中 時間和日期函數大全
查看>>
mongodb基本语法
查看>>
[凯立德]2014全分辨率C-Car 4.0机车C2610版完美懒人包
查看>>
[LeetCode] Same Tree
查看>>
给Entity Framework添加执行的超时时间
查看>>
【总结】瞬时高并发(秒杀/活动)Redis方案(转)
查看>>
numpy模块
查看>>
iPhone图形开发绘图小结
查看>>
从零开始搭建微信硬件开发环境全过程——1小时掌握微信硬件开发流程
查看>>
Android应用程序线程消息循环模型分析
查看>>
Swift - 下标脚本方法介绍及实例
查看>>
解决方案设置centos上redmine2.3.0点击我的帐户和个人设置出现500错误的解决方案...
查看>>
最小较小codeforces 2B The least round way
查看>>
对象编译器ARC内部工作原理
查看>>
Java URLClassLoader动态加载外部java代码
查看>>
做一名合格的软件使用者
查看>>
设计方案考量的准则与细则
查看>>
Go语言【第四篇】:Go运算符
查看>>
学习进度条——第十七周
查看>>