You are not logged in.
Pages: 1
I have installed latest RC, however, as I can see, autoupdate from OCS doesn't work.
In Logs I see periodic records, such as: "system: 05-07-2006 12:59 Cron 3 ocsng (0.09s) Successful", but unsynchronized items are still present.
Please help me in resolve.
Offline
each ocsng cron synchronize only one computer. So you may have again computers to synchronize.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
It's not handy :-(
Is it possible to increase number of computers for synchronization? or is there ability to do it offline?
Offline
you could write a smal script wich synchronize needed computers launching the cron_ocsng() function.
If you decrease the delay (default 300s), the updates will be more effective.
Today OCSNG need lots of updates because of the OCS agent which does not support the checksum system.
So each inventory implies a GLPI synchronization even if there is no changes.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
I have written a script:
<?
include ("_relpos.php");
$NEEDED_ITEMS=array("ocsng","computer","device","printer","networking","peripheral","monitor","software","infocom","phone","state","tracking","enterprise");
include ($phproot . "/inc/includes.php");
$_SESSION["glpiID"] = 'cron';
while (cron_ocsng()==1) {}
?>
Now it's enough to execute wget for the page and data will be synchronized.
Offline
great job
thanks for your contribution.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Pages: 1