Re: [Ganglia-developers] Trigger on defined conditions

2006-04-24 Thread Chris Croswhite
Yep, very interested. If you could post your scripts, that would be very much appreciated! TIA, Chris On Mon, 2006-04-24 at 10:00, Eli Stair wrote: > I've written several Perl plugins for Nagios that take alternately the > RRD's and check those for values, or dump & parse the XML from either

Re: [Ganglia-developers] Trigger on defined conditions

2006-04-24 Thread Eli Stair
I've written several Perl plugins for Nagios that take alternately the RRD's and check those for values, or dump & parse the XML from either the gmetad server or the gmond host itself. These are both up and in production, though I've got big TODO's for them when I get around to it. If those a

RE: [Ganglia-developers] Trigger on defined conditions

2006-04-24 Thread Richard.Grevis
Miguel, you may want to consider parsing the XML for all your clusters on your server (by connecting to localhost oprt 8651). This perl for example prints hosts that are down: #!/usr/bin/perl open (FD, "nc localhost 8651 |") or die "ne