secondaryValid = true; // Default this for now - Bioth Servers MUST be configured and running error_log( "akm_path_diags = ". print_r($tests,true) ); //$tests->secondaryValid = true; //$tests->secondaryPath = false; $text = '
SKM Path Diagnostic Results | '. '||
Diagnostic | Primary '.$ekm_data->primaryIP.' | Secondary '.$ekm_data->secondaryIP.' | ' .
'
Ping | ' . ($tests->primaryPing ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryPing ?'Passed':'Failed'):'N/A') .' |
Path | ' . ($tests->primaryPath ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryPath ?'Passed':'Failed'):'N/A') .' |
Config | ' . ($tests->primaryConfig ?'Passed':'Failed') .' | ' . '' . ($tests->secondaryValid ?($tests->secondaryConfig ?'Passed':'Failed'):'N/A') .' |