Byron Posted May 4, 2011 Posted May 4, 2011 I reactivated this account this morning because the server load image was showing down. I'm guessing the email notification goes to you djbob when somebody fails to login every 30 days? Would it be ok to put this as the last login date? 2025-05-04 Would that keep it active until the year 2025?
jje Posted May 4, 2011 Posted May 4, 2011 I didn't know we even used this domain anymore; Geoff moved everything to Area51. In what way are the server load images involved? Thanks,
Byron Posted May 4, 2011 Author Posted May 4, 2011 That's how this image gets its info for Stevie's server load: http://heliohost.org/load/server_load_s.gif http://info.heliohost.org/load.php
jje Posted May 4, 2011 Posted May 4, 2011 Ah okay. Might be a good idea to make inactivity impossible* then. *until 2025
Guest Geoff Posted May 4, 2011 Posted May 4, 2011 @byron why don't you just move that to area52, so we only have one test account on johnny instead of two? @djbob can you update the URL?
Byron Posted May 4, 2011 Author Posted May 4, 2011 @byron why don't you just move that to area52, so we only have one test account on johnny instead of two? I think you meant to say Stevie because info.heliohost.org is on Stevie. Anyway djbob set this up on info.heliohost.org: http://info.heliohost.org/load.php I'm supposing to correspond to johnny's load.php: http://jinfo.heliohost.org/load.php It's all up to djbob now.
Guest Geoff Posted May 5, 2011 Posted May 5, 2011 info.heliohost.org = area52.heliohost.org jinfo.heliohost.org = area51.heliohost.org Purpose-wise, the above is true. It doesn't make sense to have both groups of domains. Either keep the info's, or keep the area's, but not both.
Ashoat Posted May 8, 2011 Posted May 8, 2011 If you guys would like, we can move the load.php files to the area5x accounts. Let me know when it's done and I'll update the URLs in the HN ACP.
Guest Geoff Posted May 8, 2011 Posted May 8, 2011 area52: done I am unable to move the jinfo.heliohost.org/load.php file because I cannot locate it.
Byron Posted May 8, 2011 Author Posted May 8, 2011 I thought the whole reason we moved the load images to heliohost.org/load was so it would be on Cody? Why are we moving them again? Or are we just moving where they get thier info from?
Guest Geoff Posted May 8, 2011 Posted May 8, 2011 Or are we just moving where they get thier info from? Yes. jinfo.heliohost.org and info.heliohost.org have become obsolete.
Byron Posted May 9, 2011 Author Posted May 9, 2011 Just add this piece of code to area51 for johnny's load and then post the url for both. <?php $loadavg_array = explode(" ", file_get_contents("/proc/loadavg")); $loadavg = $loadavg_array[2]; echo $loadavg; ?> Once you post the urls, djbob can change them inside the image scripts on Cody.
Guest Geoff Posted May 9, 2011 Posted May 9, 2011 area51.heliohost.org/load.php area52.heliohost.org/load.php
Ashoat Posted May 9, 2011 Posted May 9, 2011 Okay, changed! I thought the whole reason we moved the load images to heliohost.org/load was so it would be on Cody?Sorry... my bad on the ACP. It looks like we actually don't have to change that.
Byron Posted May 9, 2011 Author Posted May 9, 2011 I thought the whole reason we moved the load images to heliohost.org/load was so it would be on Cody?Sorry... my bad on the ACP. It looks like we actually don't have to change that. That's ok, just had me a little confused for a moment. I think you may have them backwards djbob. Should be: http://area52.heliohost.org/load.php for http://heliohost.org/load/server_load_s.gif ------ http://area51.heliohost.org/load.php for http://heliohost.org/load/server_load_j.gif
Recommended Posts