started analysis of ping response and clean up more logger
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user