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?

link|improve this question
Wow, this is a harsh crowd. – djensen47 Nov 9 '08 at 20:04
feedback

5 Answers

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.

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.

link|improve this answer
feedback
up vote 1 down vote accepted

I think this is what I want:

http://collectd.org

Collectd in combination with drraw looks like it will fit my needs.

link|improve this answer
feedback

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/

link|improve this answer
feedback

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

link|improve this answer
feedback

We use gmond and ganglia.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.