You are not logged in.
Pages: 1
Topic closed
Hi!
I just want to confirm if the limit items in "History of last hardware's/software's installations" can exceed to 100/200 respectively? what if i deployed 210 new software in 210 workstation and the last history in software will detect only 200, what will happen to remaining items? it will post to new page or it will include to the next day of report? is there other experience this issue? i just want to make sure before I deploy newly software that the last history will report with complete list?
Is there a way to increase the limitation?
-------------------------------------------------------------------------
History of last hardware's installations
Date of inventory User Computer Field Modification
The list is limited to 100 items and 21 days
-------------------------------------------------------------------------
-------------------------------------------------------------------------
History of last software's installations
Date of inventory User Computer's name Software (version)
The list is limited to 200 items and 21 days
-------------------------------------------------------------------------
Thanks
Offline
Bump!
Offline
It is a plugin ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
yes its a plugin... "http://plugins.glpi-project.org/spip.php?article49"
is there a way that the limit value can increase?
Offline
is there a way that the limit value can increase?
for the moment no
Offline
Helo
Anything has changed in the last year?
Offline
You can edit the PHP page. Open the "histoinst.php" file (glpi\plugins\reports\report\histoinst) in notepad and change the value ORDER BY a.`id` DESC LIMIT 0,200"
You can also change the number of days you want to include by changing the following - DATE_SUB(Now(), INTERVAL 21 DAY)
If you want the bottom of that page to show the new values, you have to edit the PHP page "histoinst.en_GB.php" (glpi\plugins\reports\report\histoinst).
Offline
Pages: 1
Topic closed