任何人都知道任何好的日志摘要/监控工具
我正在寻找一个(首选)开源工具,它可以为我提供每日/每小时的日志文件摘要。它在多台机器上有多个日志文件,我希望每天收到一封电子邮件,其中列出每个文件的所有错误。有谁知道那里是否有类似的东西。在我之前的工作中,我们有一个,但它是内部构建的,如果已经有类似的东西,我不想重新发明轮子。
I'm looking for a (preferable) opens source tool that gives me daily/hourly summaries of log files. It have multiple log files on multiple machines and I would like a email every day with a list of all the error for each of these. Does anyone know if there is something like that out there. We had one at my previous Job but it was built in house and I don't want to reinvent the wheel if there is already something like that out there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用数据库附加程序,然后创建一个脚本来提取、聚合、总结并通过电子邮件发送结果文档。
Use a database appender, then create a script that will extract, aggregate, summarize the send the resulting document by email.