4

How can I set up Ganglia so that I get an email if a machine in the cluster is using, for example, greater than 95% of physical RAM?

Tanmay
  • 143
  • 1
  • 4

1 Answers1

2

Ganglia is not meant to to do alerting. It is designed to provide performance metrics for capacity planning. For alerting I would advice something like Nagios. There is however a addon for ganglia that does alerting: ganglia-alert. Did not use it but it looks promising.

RickyA
  • 300
  • 1
  • 4
  • 12
  • 1
    ganglia-alert works fine. it's a daemon that monitors ganglia's output and can trigger emails based on thresholds or ratios going out of bounds, etc. – Erik Aronesty Oct 11 '16 at 20:32