Skip to content
Snippets Groups Projects
Commit 89af2fc7 authored by efalcy's avatar efalcy
Browse files

hotline#13776 : close session with value 'INTERNET' : modify nagios script add listeServeurs param

parent 97945bbe
Branches
Tags
4 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!175Master,!172Hotline#13776 Close Ws Aloes Session
......@@ -27,15 +27,19 @@ try {
)
);
$soap_client->__soapCall("FermerSession", array("FermerSession" => array(
$soap_client->__soapCall("FermerSession", array("FermerSession" => array(
"Param" => array(
"NomMachine" => 'INTERNET',
"GUIDSession" => $guid
"NomMachine" => "INTERNET",
"GUIDSession" => $guid,
"ListeServeurs" => array(array( "BasesServeurs"=> array(),"NomServeur" => "INTERNET"))
))));
if ($notice->RecupererNoticeResult->Notice->NumNotice==$id_notice)
{
print "OK : Aloes Web Service is available.\n";
// to check if soap client returns errors uncomment :
// print $soap_client->__getLastResponse().'\n';
exit(0);
}
else
......
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