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.
我认为Cacti很棒,除了配置它需要几个小时。你可以用它做很多事情,但我发现它有点过于复杂。最近我收集了一个收集磁盘利用率的脚本(没有明显的原因),我花了3个小时没有在哪里。
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.
我想要像Cacti这样的工具,但是很容易设置。我对RRD有一些熟悉,所以一点点的手工工作都没关系。
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?
为了使这更多的编程相关:替代不同的软件包将是开发自定义构建的东西。有人试过这个吗?你用什么东西来建造哪些部件?
5 个解决方案
#1
3
There are a slew of tools out there:
那里有很多工具:
- Cacti
- Ganglia
- Zabbix
- Hyperic
- Monit
- Reconnoiter
- Graphite
Each focus on different aspects of usability. Reconnoiter and Graphite were born out of specialized needs and wanting greater resolution than RRD can provide.
每个都关注可用性的不同方面。 Reconnoiter和Graphite诞生于特殊需求之外,并且想要比RRD提供更高的分辨率。
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.
我建议你在建立自己之前再看看Cacti。在仙人掌中为您的主机和图表创建模板。然后使用内置的CLI工具进行自动化。这种方式对于每个主机,您无需单击GUI。
#2
1
I think this is what I want:
我想这就是我想要的:
Collectd in combination with drraw looks like it will fit my needs.
收集与drraw相结合看起来它将符合我的需求。
#3
1
I don't know if this will meet your needs, but you might also want to look at RRDUtil:
我不知道这是否符合您的需求,但您可能还想查看RRDUtil:
#4
0
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
这件苦差事没有捷径:-D
#5
0
We use gmond and ganglia.
我们使用gmond和ganglia。
#1
3
There are a slew of tools out there:
那里有很多工具:
- Cacti
- Ganglia
- Zabbix
- Hyperic
- Monit
- Reconnoiter
- Graphite
Each focus on different aspects of usability. Reconnoiter and Graphite were born out of specialized needs and wanting greater resolution than RRD can provide.
每个都关注可用性的不同方面。 Reconnoiter和Graphite诞生于特殊需求之外,并且想要比RRD提供更高的分辨率。
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.
我建议你在建立自己之前再看看Cacti。在仙人掌中为您的主机和图表创建模板。然后使用内置的CLI工具进行自动化。这种方式对于每个主机,您无需单击GUI。
#2
1
I think this is what I want:
我想这就是我想要的:
Collectd in combination with drraw looks like it will fit my needs.
收集与drraw相结合看起来它将符合我的需求。
#3
1
I don't know if this will meet your needs, but you might also want to look at RRDUtil:
我不知道这是否符合您的需求,但您可能还想查看RRDUtil:
#4
0
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
这件苦差事没有捷径:-D
#5
0
We use gmond and ganglia.
我们使用gmond和ganglia。