就构建(或设置)基于 RRD 工具的 Web 应用程序(用于网站监控)提出建议,该应用程序比 Cacti 更简单?
我认为 Cacti 很棒,只是配置它需要几个小时。 你可以用它做很多事情,但我发现它有点过于复杂。 最近,一个收集磁盘利用率的脚本在我身上崩溃了(没有明显的原因),我花了 3 个小时却一无所获。
我想要一个像 Cacti 这样但超级容易设置的工具。 我对 RRD 有一定的了解,所以做一点手工工作就可以了。
为了使编程更加相关:不同软件包的替代方案是开发定制的东西。 有人尝试过吗? 您使用哪些部件来构建哪些部件?
I think Cacti is great except for the fact that it takes hours to configure it. There is a lot that you can do with it but I find it a little overly complicated. A script collecting disk utilization recently broke on me (for no apparent reason), I spent 3 hours and got no where.
I would like a tool like Cacti but super easy to setup. I have some familiarity wit RRD so a little bit of manual work is okay.
To make this more programming related: An alternative to a different software package would be to develop something custom built. Has anybody attempted this? What pieces to you use to built which parts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
有很多工具:
每个工具都侧重于可用性的不同方面。 Reconnoiter 和 Graphite 的诞生源于特殊需求,并且需要比 RRD 提供的更高的分辨率。
我建议您在构建自己之前再看一下 Cacti。 在 cacti 中为您的主机和图表创建模板。 然后使用内置的 CLI 工具进行自动化。 这样,对于每个主机,您无需单击 GUI。
There are a slew of tools out there:
Each focus on different aspects of usability. Reconnoiter and Graphite were born out of specialized needs and wanting greater resolution than RRD can provide.
I suggest you do take another look at Cacti before building yourself. Create templates in cacti for your hosts and your graphs. Then use the built in CLI tools to automate. This way for each host, you do not need to click through the GUI.
我认为这就是我想要的:
http://collectd.org
Collectd 与 drraw 结合看起来适合我需要。
I think this is what I want:
http://collectd.org
Collectd in combination with drraw looks like it will fit my needs.
我不知道这是否能满足您的需求,但您可能还想看看 RRDUtil:
http://www.tnpi.biz/internet/manage/rrdutil/
I don't know if this will meet your needs, but you might also want to look at RRDUtil:
http://www.tnpi.biz/internet/manage/rrdutil/
不幸的是,学习和配置它们都非常耗时。 您必须花时间了解所有使用的原理并阅读示例配置。
这项苦差事没有捷径:-D
Unfortunately they are all very time-consuming to learn and configure. You have to spend time to understand all the principles used and read sample configurations.
No short-cuts on this chore :-D
我们使用 gmond 和 ganglia。
We use gmond and ganglia.