On Thu, 2013-08-08 at 10:08 +0200, Anders Genell wrote: > Dear devs! > > We are continuing to deploy our friendnet dubbed RegnmolNET (the rain cloud > in Swedish). One thing we thought of in addition to make the web welcome page > color blindness proof was to have some daemon monitoring nodes and if they > have been disconnected for more than XX hours or days sending a notification > to e.g. an email address. > Would this be something that would be worth including in tahoe? If not, is > there a simple text file listing nodes that are connected/disconnected that > we can parse to automate an alert? > If not, is there some python API call or similar to that end? > > Best regards, > Anders
Hi Anders, Although not a dev, just my 0,02 BTC: wget -O - http://yourserver:yourport | grep 'status-indicator connected-' Will list connected and disconnected nodes. You could hack a quick and dirty script to parse the wget. Kind regards, Ed _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
