Contato
Contato
Minha conta
20.04.22

GLPI 10.0: lançamento final

Discover new interface

The main news of this version is a complete redesign of the interface and the user experience. The latest overhaul, dating back to version 0.90 was released in October 2015.

Based on tabler, Bootstrap 5 and Twig, this novelty brings many visual changes.
The integration of these standard libraries will make it easier to develop new interfaces and above all provides a “responsive” display mode that is easier to maintain.

Here are some screenshots to give you a preview:

We also have made a certain number of improvements of the user experience within GLPI. Without getting into the details, here is the list of key points.

We hope you enjoy these changes.

Vertical menu

As you may have noticed with the previous captures, GLPI has now a default layout with a vertical menu on its left. If you still prefer a layout similar to previous versions (named Horizontal) you can find it in the the user preferences.

Now t is possible to collapse the menu in order to have a compact display.

Button “Go to…”

Present since version 9.2 of GLPI, the “Go to” button allows a quick search of a menu. Now you can find it on top of the menu, its keyboard shortcut recalled.

Saved searches panel

The saved searches panel now is integrated to the GLPI design.
It can either be floating, as before, or pinned to pages, to be kept permanently (even during navigation).

Pinning is done on a page-by-page basis, a pinned panel for tickets will not be pinned for computers.

Note that it is now organized to present in the first tab, the saved searches corresponding to the type of object concerned: the list of tickets will display in priority order the saved searches concerning the tickets.
The second tab lists all the other searches concerning the other types of objects.

As the panel is now contextual to the type of object presented, access is via an icon named “Lists” present next to the breadcrumb.

Invisible search engine

It is now possible to disable the display of the search engine.

Very practical because you can navigate in GLPI only thanks to your saved searches!

Dynamic loading of search results

The display of the search engine is now launched in “AJAX” mode. A loading icon is displayed when starting a search, changing pages or sorting. Once the new results are available, only the content is replaced and not the entire page.

Multi-sorting of results

With a “ctrl” you can add several sorts on the columns of your search results.

Example: sort by “Name” and by “Date modified”.

Tri multiple

Portfolio item sheet

The main element form now displays a panel on the right recalling the images associated with the corresponding model.
These images were previously used only in the display part of data center racks, they are now available everywhere.

New palettes

With the arrival of new libraries tabler e Bootstrap 5, it is now much easier to create and modify the palettes defining the colors of GLPI.

Here is sample palette file corresponding to the screenshot below:

2 new dark palettes are also available:

  • Auror dark
  • Midnight

Redesign of ITIL objects

The display and use of ITIL objects (Tickets, Issues and Changes) were redesigned.

Many changes were made:

  • The order of messages in the “timeline” is now more natural. From oldest to newest, starting from top to bottom, we follow a usual reading order. The followup of an answer is also placed in the expected place, below the last answer.
  • A side panel contains the additional information of the tickets (dates, priority matrix, actors, etc.). This panel can be enlarged or collapsed.
  • Documents added to the timeline are now displayed below the parent object (track, task), in a contextual way for easier reading.
  • Each of the types of actors (requesters, observers and assigned) are now displayed in a single field. Previously, several clicks were needed to select a group or a user and then choose the final actor. It is now a single dropdown unifying all possible objects (differentiating them with an icon) and providing autocompletion.
  • A button at the bottom of the main view allows you to switch to a “TODO list” view displaying the tasks and validation requests in an interactive vertical list, allowing you to follow the progress of a ticket (or another ITIL object)
  • From ITIL objects and their sub-objects (follow-ups, tasks), you have the option of “mentioning” a specific user from the text field.

The user who asked the question will be added as an observer of the object and a notification will be sent to him personally.
A new notification (and a corresponding event) named “New user mentioned” is added to your GLPI instance.

Follow-ups

You can now define the timeline for a follow-up.
In addition, an automatic reminder after a certain period and with recurrence can be defined in order to warn participants that a response from them is expected. It is also possible to plan an automatic resolution after a certain number of reminders.

Kanban for Helpdesk

This display mode previously only available in projects, is now accessible from the Helpdesk via dedicated icon next to the breadcrumb.

You can add columns corresponding to the statuses.
Attention, even if the “Closed” status is available, we will not display the relative data in order to prevent the execution time from taking too long. The column remains available to accommodate the object move.

On this new page and also on the page of projects it is now possible to add criteria to filter the cards.

Twig variables in Helpdesk templates

Follow-ups, tasks and solutions templates now support the addition of variables. These are replaced by their values ​​at the time of their use. For example, it is possible to use {{ticket.id}} in a template and when choosing the template in a follow-up, the variable is replaced by the ID of the current ticket.

Integrated documentation is available to know all the variables available.

Native inventory

We now support automatic inventory directly in GLPI.

A new REST API will be available (directly in the GLPI index) to receive inventory files in historical xml format or via the new json format.
We therefore maintain compatibility with previous agents (it will just be necessary to reconfigure the server URLs of historical agents, or to set up a web proxy to redirect to the new URL).

We now manage with this new format most of the GLPI inventory objects, such as telephones, applications, racks, etc.

This code now allows you to receive partial inventories.
This consists of sending only part of the information related to the object concerned, and indicating to the server, with a key, to update only the data concerned.
Transporting, processing, inserting and updating data is done significantly faster.

GLPI Agent Desktop / Server

This new agent (bifurcating since version 2.6 of the fusioninventory project) has been enhanced with several new features:

  • A new autonomous interface (named Toolbox) allowing the configuration of network discoveries and inventories.
  • An improved proxy mode to allow the reporting of inventories from remote networks.
  • Remote inventory support (agentless), currently with support for WinRM (windows) and SSH (Linux/Unix) protocols.
  • The inventory of database servers.
  • A new exchange protocol with the GLPI server in JSON format supporting partial inventory.
  • Soon, the management of remote inventory tasks, including for ESX queries.
  • Improved windows support including MSI packages.
  • Native support for MacOSX Big Sur and new Apple Silicon M1 chips.

You can get the archives for your systems at the following address: https://github.com/glpi-project/glpi-agent/releases
Nightly build packages are also available to get the latest developments: https://nightly.glpi-project.org/glpi-agent/
We also provide a perl script (see documentation dedicated) allowing to install the agent on your linux with a suitable package (rpm, deb, snap.)

The documentation is available and details of the installation, use and configuration of this new agent.

Some screenshots to illustrate the ToolBox interface of this new agent:

Android GLPI agent

The android agent is back on the google play store. It supports versions 4 to 10 of the OS.

For customers under subscriptions we have also added the possibility of configuring the server URL via a “Deeplink”. Via QRCode, the agent automatically retrieves the configuration to connect to the server.

Advanced Tasks

As seen above, GLPI now includes the basic brick for automatic inventory.
However we have not yet resumed the advanced tasks allowed by the previous projects.
Here are the points about these tasks:

  • Network discovery and inventory: now configurable independently by the GLPI agent via its Toolbox interface.
  • ESX polling soon supported by this same interface
  • Collection (WMI, files, registers): not supported.
  • Remote deployment: not supported.

For these last two features, two temporary scenarios are possible:

  • First of all, keep the previous plugin (if this one is updated)
  • Use our transition package. A fork of the FusionInventory plugin (GLPI inventory plugin) will be available. It redirects inventories to the native part of GLPI and keeps advanced tasks.

This package is transitional and the integration of these modules is planned in our roadmap, the complete package is expected in a few months.
We have started the work on developing the remote deployment module. In addition to its integration into the core of GLPI, a temporary community plugin will be made available to use the functionality before the next major version of GLPI.
We will continue SNMP and ESX functionality in the same way during the year: support available in the next major release, and community plugin for beta testing of the functionality.

Refreshing GANTT views of projects

Contribution of Fian services and Smartwood, the old Gantt view has been refreshed by integrating the library DHTMX Gantt.

This change also brings an interactivity of the view (possibility to create/modify/move tasks).

Refreshment of reservations

Material (items) reservations now use the same library (fullcalendar) as GLPI planning.

Rich text improvements

From the preferences, it is now possible to choose for the rich text fields (html), the layout of the integrated toolbar:

In the settings it is now possible to choose for the rich text fields (html), the layout of the integrated toolbar:

The “embedded” layout displays a contextual embedded toolbar to the right of your cursor.
Selecting text will bring up other options such as bold or italic.
Other less common options (source code, full screen, etc) will be available via right click.

Adding databases

The plugin databases previously carried by Infotel is now directly integrated (Management menu) thanks to their help.
A migration script to recover data from the old plugin is available from the command line console.

These two objects now can be linked, tabs have been added to them.

Cable management

A new cable object is now added to the Assets menu.
It is used to represent the physical link between the ports of two inventory objects.

Various dashboards

  • the filters are now stored in the database, and are therefore passed on from one browser to another (We previously used browser storage for this).
  • a dashboard can now be set as private

Miscellaneous Inventory

  • Ability to add PCI/USB vendors (dropdown)
  • Added “Camera” device
  • Automatic action to remove software versions without installation
  • Automatic action to remove software without versions

Miscellaneous Support

  • Added management of recurring changes
  • Rich text for validations
  • Option to anonymize technicians / groups in the simplified interface
  • Addition of a search criteria “Myself” (attributed to)
  • Observers can now add a follow (new dedicated profile right)
  • New massive action to link multiple tickets to an issue
  • Business rules: action to add a task (from a template)
  • Business rules: action to assign an “Application”
  • Business rules: action to modify the global validation status
  • Business rules: “Validation” criterion

Various

  • Ability to modify the criteria of a saved search
  • Support for authentication with CERT/KEY file for LDAPS
  • Added an option to set the timeout on LDAP authentications
  • Improved system:status command in CLI console to:
    • filter the services to be monitored
    • configure the return format (plain-text format/json)
  • Report of the same modifications on the status.php page
  • Added a button to clear a user’s sync field
  • Button to copy search results (“Name” column only) to clipboard
  • Massive actions on old plugins page
  • Ability to export the results of the “History” tab in CSV format
  • Removal of the “All” tab
  • API: addition of massive actions

Compatibility

New prerequisites:

  • PHP >= 7.4
  • MySQL >= 5.6 or MariaDB >= 10.2

If you are ready to try it, download the final version here:

Você também pode gostar estes artigos

18.05.26
Por anos, uma comunidade global de integradores tem sido a espinha dorsal do sucesso do GLPI. Muitos trabalham de forma independente, prestando serviços de alta qualidade aos seus clientes. Mas à medida que o ecossistema cresce, também cresce a necessidade de reconhecimento profissional e suporte direto do editor. Qual é o status de registrado? O status Registrado é o ponto de entrada oficial na Teclib' […]
13.05.26
Temos o prazer de anunciar que o Plugin Carbon para GLPI 1.2.0 está agora disponível. Desenvolvido como parte do Projeto IEN (Impacto Ambiental do Numérico) em colaboração com a IRT SystemX, Teclib' e outros parceiros, este plugin ajuda as equipes de TI a avaliar a pegada ambiental de seus ativos diretamente do GLPI. O que há de novo Esta versão traz [significativas]
06.05.26
Seu CEO pergunta por que os incidentes no departamento financeiro estão demorando duas vezes mais para serem fechados. Você sabe a resposta. Você viveu nesses tickets por semanas. Mas saber não é o mesmo que mostrar, e sem um dashboard adequado, o trabalho permanece invisível. Essa é a lacuna que o plugin Advanced GLPI Dashboards […].
29.04.26
Duas novas versões do GLPI estão disponíveis! Hoje, lançamos as versões 11.0.7 e 10.0.25. Esses lançamentos contêm correções de segurança e incentivamos você a atualizar. Muitas correções de bugs também foram feitas. Leia os changelogs para mais detalhes: Você pode baixar os novos arquivos no GitHub: Você encontrará abaixo a lista de problemas de segurança corrigidos em […]
28.04.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network no Brasil: Pronet Com seus 35 anos de experiência na indústria de TI, a Pronet construiu uma sólida reputação como especialista confiável em suporte técnico e Gerenciamento de Serviços de TI (ITSM). Baseada em uma abordagem estruturada de processos, métricas e atendimento ao cliente, a Pronet ajuda […]
21.04.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na França: Reel IT Fundada há 20 anos, a Reel IT é um grupo de TI francês especializado em Inteligência Artificial, Cibersegurança e Infraestrutura. Reconhecido como um dos líderes em excelência técnica nessas áreas, o grupo atende a uma ampla gama de clientes em […]
15.04.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na Sérvia: Poko ITS. A Poko ITS é uma empresa de TI confiável baseada na Sérvia, especializada em soluções ITSM e ITAM construídas em torno do GLPI. Desde consultoria inicial e design de arquitetura até implantação, integração e automação avançada, eles fornecem um espectro completo de serviços para [...]
14.04.26
O GLPI marcou presença na GITEX Africa 2026, em Marrakech, em uma edição definida por encontros estratégicos, novas parcerias e uma presença crescente no continente africano. O que é a GITEX Africa e por que o GLPI esteve presente? A GITEX Africa é a principal exposição de tecnologia do continente africano, reunindo milhares de profissionais, tomadores de decisão, startups e […]
08.04.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na Costa do Marfim: Neurones Technologies. A Neurones Technologies é uma provedora de soluções de TI e telecomunicações que atua na África Ocidental e Central há mais de 15 anos. Especializada em soluções tecnológicas, a empresa se destaca por: O objetivo da Neurones Technologies é gerar […]
03.04.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na República do Benim: SKYRAN GROUP SARL. A SKYRAN GROUP SARL foi fundada com o objetivo de impulsionar a modernização da infraestrutura tecnológica dentro das organizações. Sua expertise abrange o projeto, implementação e otimização de soluções de TI altamente inovadoras e de alto desempenho. Com sede em Cotonou, [...]
31.03.26
O GLPI-Agent 1.17 foi lançado. Você pode baixá-lo no projeto GLPI Agent do GitHub: https://github.com/glpi-project/glpi-agent/releases/tag/1.17 Esta nova versão traz algumas correções e melhorias, e aqui estão as essenciais: Você pode conferir os detalhes das mudanças no Changelog oficial online disponível aqui: https://github.com/glpi-project/glpi-agent/blob/1.17/Changes Em relação à pacotes, eis o que você deve reter: Como sempre, convidamos você […]
30.03.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver da GLPI Network na Tailândia: Magnus Inno Tech. A Magnus Inno Tech Co., Ltd. é uma empresa tailandesa de consultoria de TI e integração de sistemas especializada em infraestrutura de TI, cibersegurança e soluções de gerenciamento de serviços de TI. A empresa fornece consultoria, implementação e serviços gerenciados em áreas como Gerenciamento de Ativos de TI, Operações de TI [...]
18.03.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na França: Surgeor Com 10 anos de experiência na área de Open Source, eles evoluíram em diversos ambientes técnicos e humanos. Sua criatividade, curiosidade, capacidade analítica e expertise lhes permitem apoiar todos os tipos de empresas, tanto a nível nacional quanto internacional. Eles abordam grandes […]
16.03.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network em Macau: Hogo Digital. A HOGO Digital é uma empresa focada em resultados que oferece serviços de marketing digital em conjunto com soluções especializadas de suporte de TI. Através de sua certificação GLPI, eles estão expandindo suas capacidades para ajudar os clientes a melhorar o gerenciamento de serviços de TI (ITSM), operações de helpdesk e gerenciamento de ativos. Isso permite que a HOGO […]
10.03.26
Para a maioria dos usuários, o WhatsApp já é a forma natural de buscar suporte. O que muda agora é que essa conversa, finalmente, funciona a favor da sua governança, em vez de se tornar mais um canal desengonçado. A nova integração oficial entre o **GLPI** e o WhatsApp foi pensada para analistas de TI e coordenadores de suporte que buscam centralizar a comunicação, diminuir o ruído e manter o controle total […]
05.03.26
Parabéns! Temos o prazer de anunciar nossa nova parceira Silver GLPI Network na França: Armada. A Armada é uma integradora especializada em implantação de soluções de TI e cibersegurança, abordando os desafios de segurança, autonomia e conformidade de infraestruturas de TI. Reconhecida por clientes com altos padrões de soberania digital, segurança e conformidade regulatória, a Armada se destaca através de seu [...]
04.03.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network na Espanha: Vires25. A Vires25 foi fundada com o objetivo de aconselhar e apoiar os clientes em sua jornada para encontrar as plataformas que melhor atendem às suas necessidades. A empresa reúne profissionais com vasta experiência em diversas soluções de TI, bem como em consultoria de clientes […]
03.03.26
Duas novas versões do GLPI estão disponíveis. Essas atualizações corrigem uma vulnerabilidade de segurança crítica descoberta recentemente. A atualização é altamente recomendada! Você pode baixar o arquivo GLPI 11.0.6 no GitHub. Abaixo você encontrará a lista de problemas de segurança corrigidos nesta versão de correção: Além disso, aqui está uma lista curta de correções de bugs importantes incluídas nesta versão: O [completo]
02.03.26
Parabéns! Temos o prazer de anunciar nosso novo parceiro Silver GLPI Network no Brasil: A Marcati Soluções Tecnológicas, uma empresa especializada em terceirização de TI e desenvolvimento de soluções estratégicas para ambientes corporativos. Atuando com forte base em tecnologias open-source, a Marcati colabora ativamente com a comunidade para o desenvolvimento de projetos, sistemas e ideias que tornam a tecnologia mais acessível, […]
10.02.26
Temos o prazer de anunciar que a Data Expertise do Human's Connexion Group, parceira de longa data da GLPI na França, alcançou o nível Gold, após vários anos como parceira Silver. Lembrete: Quem é a Data Expertise? A Data Expertise é uma integradora de código aberto especializada no design e arquitetura de infraestruturas de TI. A empresa oferece soluções híbridas […]
1 2 3 ... 18
chevron-right
LinkedIn Facebook Pinterest youtube rss Twitter Instagram facebook-em branco rss-em branco linkedin-em branco Pinterest youtube Twitter Instagram