Ooops SM17 has been done for a while
qparadox
Vancouver, BC
Hey everyone,
I've been more or less living at work for the last 2 weeks and failed to notice that SM17 hasn't been turning anything in for at least a week. My monitoring program shows (F@Hlogstats) its still on the network but it must be frozen. I'll get my brother to reboot it and if that doesn't work I'll be home on the Saturday morning (I hope) to figure out the problem and fix it. Because I'm combining a couple of computers I've got spare of everything (CPU/RAM/HD/PS/MOBO) so it'll be fixed for sure.
P.S. Do any of the folding programs send out messages if a WU isn't completed within a certain timeframe? I'd really love something that emailed me if a WU wasn't done or if a new frame hadn't been completed in x hours. If not I'm going to code something up because this keeps happening to me on various computers.
Hopefully this won't happen again :/
Derek aka Qp.
I've been more or less living at work for the last 2 weeks and failed to notice that SM17 hasn't been turning anything in for at least a week. My monitoring program shows (F@Hlogstats) its still on the network but it must be frozen. I'll get my brother to reboot it and if that doesn't work I'll be home on the Saturday morning (I hope) to figure out the problem and fix it. Because I'm combining a couple of computers I've got spare of everything (CPU/RAM/HD/PS/MOBO) so it'll be fixed for sure.
P.S. Do any of the folding programs send out messages if a WU isn't completed within a certain timeframe? I'd really love something that emailed me if a WU wasn't done or if a new frame hadn't been completed in x hours. If not I'm going to code something up because this keeps happening to me on various computers.
Hopefully this won't happen again :/
Derek aka Qp.
0
Comments
To my dismay, I'm super busy with school right now. However, if anyone has an urge to take this puppy on, go for it.
Actually, that's probably all you'd need. Every time I see that EMIII blood-red monitor screen for one of my local machines, I get to scrambling to check things out. Even in the paradoxically unlikely event that a locked-up system could report the exact nature of its troubles, you'd still need to pay it a personal visit.
Server Side:
This would have to be somthing similar to PHP with a database (like mySQL) running in the background. There would be a PHP display page and then a PHP back door that the Client would talk to after authentication (not too hard so far). The Server would keep track of what Client connects and when it connected. In PHP, you could then have a list of the servers, with information as to work units and such, as well as a status light (green, yellow, and red). The trick is to get it to detect if the status goes to yellow or red and then send an e-mail to certain people saying, "look at SM__. It's got this problem and I haven't heard from it in so many hours / days".
Client Side:
This would be more of a service that polls the folding client itself or EMIII. Personally, I think it'd be better to poll the folding client directly as it cuts out the middle man. The client would poll perhaps every 30 to 60 minutes and then sleep. During the polling process, it could then authenticate with the server, and then give a status code... this part can be whatever really.
Anyways, that's my idea. The client only has to communicate to the server, so it doesn't generate the e-mails. Since the server would probably be stored here, it would do the rest of the work. So, if the client goes down, the server would be the one to notice and send out the e-mails.
Well, that's my idea. It really sounds like fun... I just wish I weren't so busy.
BluKnight - I think your suggestion would work great for larger farms, and owners who have the knowledge of how to set up mysql and php, but it may be a little complex for someone with a couple computers and minimal experience with mysql/php.