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



Starwind: setting up a highly available storage

Starwind console HA

StarWind Virtual SAN is software that turns Windows into an iSCSI target server. The advantage of StarWind is that it can be used to put the storage in high availability by installing two StarWind servers, because this is managed at the software level, it can be used with any type of storage (SAN, DAS) and …

Read more



GPO: Installing the FusionInventory Agent

Following the many messages that I can see on the forum regarding the installation of the FusionInventory agent, I will explain how I have been proceeding for several years. In this article, I will explain how to install the FusionInventory agent using a script that runs when the computer starts up. It is possible to …

Read more



Veeam ONE: installation and configuration

Overview backup

Veeam ONE is a “free” software package offered by Veeam for virtual infrastructure supervision. Veeam ONE consists of software: Installation of Veeam ONE 1. Mount the ISO on the server where Veeam ONE is to be installed. 2. Start the installation program by clicking on the file Setup.exe 1 . 3. (Optional) If the UAC …

Read more



PRTG: Supervision of a QNAP NAS

In this tutorial, I will explain how to supervise a QNAP NAS with PRTG. PRTG integrates a model for QNAP NAS that allows the automatic creation of the following sensors: QNAP system status Physical disks Logical disks. Configure the SNMP Agent on the NAS 1. On the NAS web interface, open the control panel and …

Read more



PRTG: equipment dependent on a parent

Save

PRTG allows you to create dependencies between multiple devices. This allows in case of failure of a device to pass the others automatically paused. This parameter can be used with servers and a switch. In this tutorial, we will use it to bind a server to a database instance. If on a server, there are …

Read more



PRTG: Configure a Netflow Sensor

PRTG has a Netflow sensor, which makes it possible to transform it into a Netflow server so that network flows can be analyzed. Before configuring the sensor, you must set the network equipment to send the streams to PRTG. 1. From the equipment, add sensor 1 . 2. In the search area 1 enter netflow then …

Read more


Convert a VMware VM to Hyper-V with 5Nine V2V Easy Converter

In this tutorial, we will see how to convert a VM on VMware to Hyper-V with 5Nine V2V Easy Converter. The utility is not available on the official website because redeem Acronis, I put a direct link. Il est possible également d’utiliser l’outil pour faire la conversion dans l’autre sens. Prerequisites Install 5Nine V2V Easy …

Read more



GLPI : add custom fields

Page web Fields

In this tutorial, we will see how to add custom fields using the Fields plugin. Fields allows you to add custom field blocks in the different elements of GLPI to customize the information. To illustrate this tutorial, we will add fields to the computers to save the backup information. For the fields, I relied on …

Read more



Apache2 with PHP-FPM

PHP-FPM is another way to use PHP with Apache2, we forget the libmod-apache2-phpX. PHP-FPM is a variant of FAST-CGI. PHP-FPM has the advantage of no longer being embedded in Apache. So PHP is used / called when needed.(When an image is requested PHP does not need to be loaded). PHP-FPM installs PHP as a service …

Read more