started analysis of ping response and clean up more logger

This commit is contained in:
Michael Meer
2014-01-30 20:41:40 +01:00
parent da1e7cc211
commit c0f02d774a
2 changed files with 16 additions and 7 deletions

View File

@@ -483,14 +483,23 @@ function admin_page_hubloc_post(&$a){
//perform ping
$m = zot_build_packet($a->get_channel(),'ping');
$r = zot_zot($hublocurl,$m);
logger('ping answer: ' . print_r($r,true), LOGGER_DEBUG);
//handle results and set the hubloc flags in db to make results visible
$r2 = $r[body];
$r3 = $r2[success];
if ( $r3[success] == True ){
//set HUBLOC_OFFLINE to 0
logger(' success = true ',LOGGER_DEBUG);
} else {
//set HUBLOC_OFFLINE to 1
logger(' success = false ', LOGGER_DEBUG);
}
//unfotunatly zping wont work, I guess return format is not correct
//require_once('mod/zping.php');
//$r = zping_content($hublocurl);
//logger('zping answer: ' . $r, LOGGER_DEBUG);
//handle results and set the hubloc flags in db to make results visible
//in case of repair store new pub key for tested hubloc (all channel with this hubloc) in db
//after repair set hubloc flags to 0