Skip to content
Snippets Groups Projects
Commit e2228535 authored by Laurent's avatar Laurent
Browse files

Add db state in monitoring web service

parent c7fde197
Branches
Tags
4 merge requests!529Hotline 6.56,!512Master,!511Master,!510Hotline 6.55
......@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with AFI-OPAC 2.0; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
////////////////////////////////////////////////////////////////////////////////////////////
// RENVOIE LES DATES DE LA DERNIERE INTEGRATION
......@@ -35,7 +35,8 @@ if(!$enreg)
}
echo "transfert|".$enreg["date_transfert"]."|";
echo "integration|".$enreg["traite"]."|";
echo "duree|".$enreg["temps_traitement"];
echo "duree|".$enreg["temps_traitement"]."|";
echo "db_state|".Class_CosmoVar::get('clef_traitements');
exit;
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment