TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: what linux log file analytics to use

1 点作者 brkumar超过 12 年前
Linux servers generate something like 20 different log files. Are there any tools that gives complete system level alerts &#38; overview analysis by taking these log files as input? I am looking for easy setup &#38; go, with something as simple as setup, tail &#38; pipe the log files to a remote server.<p>Most tools I am aware of like Google analytics seem focused on customer/end user analysis. Does any startup, use splunk to track single-system/multi-system management dashboard and provide insights?<p>It'll be great if such a software was available as service.

1 comment

aiurtourist超过 12 年前
I don't have specific recommendations, but here's where I'd start looking:<p>Ganglia - <a href="http://ganglia.sourceforge.net/" rel="nofollow">http://ganglia.sourceforge.net/</a><p>Zabbix - <a href="http://www.zabbix.com/" rel="nofollow">http://www.zabbix.com/</a><p>Zenoss - <a href="http://www.zenoss.com/" rel="nofollow">http://www.zenoss.com/</a><p>collectd - <a href="http://collectd.org/" rel="nofollow">http://collectd.org/</a>