0

I'm trying to look over some software that normally takes 100+ nodes that uses ganglia to assign and monitor jobs. I don't have a hundred nodes and DNS is not working at home. Is it possible for me to set up ganglia with just the one node?

shigeta
  • 1,791
  • 3
  • 19
  • 32

1 Answers1

1

Of course you can ! I used ganglia some times ago on a single machine. You'll have to install all the ganglia process (gmond and gmetad) on the same machine. If I remember well, Ganglia will automatically detect your nodes (thanks to gmond heartbeats).

phsym
  • 1,364
  • 10
  • 20
  • thanks ! btw is checkjob a feature of ganglia? that's my next question to post.. :) – shigeta Aug 23 '12 at 04:08
  • Sorry, I've never heard of such feature, but I only used a small subset of ganglia's features. Good luck – phsym Aug 23 '12 at 07:40