Jump to content

Recommended Posts

Posted

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?

 

 

 

Posted

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,

Posted

Ah okay. Might be a good idea to make inactivity impossible* then. :)

 

*until 2025

Guest Geoff
Posted

@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?

Guest Geoff
Posted

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.

Posted

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

area52: done

 

I am unable to move the jinfo.heliohost.org/load.php file because I cannot locate it.

Posted

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
Or are we just moving where they get thier info from?

Yes.

 

jinfo.heliohost.org and info.heliohost.org have become obsolete.

Posted

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

area51.heliohost.org/load.php

area52.heliohost.org/load.php

Posted

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.
Posted
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

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...