Patches item #667632, was opened at 2003-01-14 09:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434894&aid=667632&group_id=43021
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leif Nixon (lnixon) Assigned to: Nobody/Anonymous (nobody) Summary: Host status monitoring Initial Comment: Attached is a patch against Ganglia monitor-core 2.5.1 which adds support to gmetad for tracking the state of hosts and triggering an alarm when a host goes down or comes up again. Two new configuration parameters are added to gmetad.conf; death_threshold, which is the timeout for considering a host down, and hostalarm_handler, which specifies an executable file that is called with cluster name, hostname and host state as arguments when a host changes state. No default alarm handler is supplied, but the one I'm using right now is basically: #! /bin/sh echo "$1/$2 is $3!" | mail -s "Host alarm!" [EMAIL PROTECTED] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434894&aid=667632&group_id=43021
