GLPI 10: automatic actions configuration

Dans ce tutoriel, je vais vous expliquer comment configurer les actions automatiques dans GLPI 10. Overview of automatic actions in GLPI To carry out certain background actions such as email notifications, collection of messages for ticket generation, various maintenance tasks, etc. GLPI 10 uses automatic actions also called cron. Automatic actions are executed with two …

Read more



Jenkins: run PowerShell scripts

To complete the tutorial on Jenkins where I explain how to use it to run scheduled tasks and therefore turn it into a scheduler, I will show you in this tutorial, how to run PowerShell scripts. The Double-Hop Problem If you followed the first tutorial, I showed you how to run “simple” PowerShell cmdlets. If …

Read more



CRON scheduled task that does not run

In this article, I will explain how to fix the issue of CRON spots not running on Linux. I have been facing this problem to set up a backup script for the site. Execute the command: This command should return you the list of scheduled tasks. Depending on the commands, the PATH variable for users …

Read more



Jenkins: centralizing the management of scheduled tasks

Introduction Jenkins is a free open source software for continuous integration. It is normally used by development equipment to ensure non-regression of source code. In turn, it is possible to use Jenkins as a scheduler to centralize the administration of scheduled Windows and / or Linux tasks. I propose in this article to explain how …

Read more



GLPI: automatic actions configuration

Presentation of automatic actions The automatic actions in GLPI is a brick essential to the proper functioning of it. They perform back-to-back tasks for software optimization and also inventory actions, helpdesk …. Some examples : Automatic closing of incidents Send email Collecting emails Discovery Management and Inventory in FusionInventory Log rotation … Automatic actions can …

Read more