Linux 日志跟踪观察器
我正在寻找一个 Linux 守护进程,它跟踪日志文件并使用一组模式(例如 REGEX)检查每个新的行。在模式匹配的情况下,有一个通知程序脚本,该脚本依次向其他程序发送通知。
——阿夫辛
I'm looking for a linux daemon which tails a log file and examine each new coming line with set of patterns (such as REGEX). In case of pattern matching there be a notifier script which in turn sends notifications to other programs.
-- afshin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过 nxlog 轻松实现,如下所示:
可能还有十几种其他方法可以解决此问题(rsyslog、syslog-我想到了)。
This can be easily achieved with nxlog with something like this:
Probably there are a dozen other ways to solve this (rsyslog, syslog-ng come to mind).