Is it possible to set up a ganglia cluster with a single node?

396 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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).