You must have an ESIA MERCURY Contact support to obtain a serial number
To MINIMUM (depending on the number of services), a server or VM with :
Voir this link for step-by-step installation of Debian. When selecting software, I advise you to uncheck everything except 'SSH server'.
To install unity on your server, you need to add our repository to the list of trusted repositories on your server. To do this, simply enter the following commands.
echo "deb http://stable.repository.esia-sa.com/esia bullseye contrib non-free" >> /etc/apt/sources.list wget -O- "http://stable.repository.esia-sa.com/esia/gnupg.key" | apt-key add -
Enter the following commands:
apt update apt install snmpd -y apt install gesa-base -y
You need to edit the /etc/gesa/sn file
echo "<SN>" > /etc/gesa/sn
Next, edit the :
nano /etc/snmp/snmpd.conf
You then need to configure the SNMP community by adding the following line:
rocommunity public localhost
Save the file with ctrl+o and ctrl+x to exit.