Jump to content

[Solved] info.heliohost.org


Byron

Recommended Posts

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?

 

 

 

Link to comment
Share on other sites

Guest Geoff

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

Link to comment
Share on other sites

@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. :)

 

 

Link to comment
Share on other sites

Guest Geoff

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.

Link to comment
Share on other sites

Guest Geoff

area52: done

 

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

Link to comment
Share on other sites

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?

 

 

Link to comment
Share on other sites

Guest Geoff
Or are we just moving where they get thier info from?

Yes.

 

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

Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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