Changes between Version 2 and Version 3 of NSM2021/Agenda/iCinga


Ignore:
Timestamp:
May 17, 2021, 9:08:48 AM (3 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NSM2021/Agenda/iCinga

    v2 v3  
    8282Installing MySQL database server
    8383
    84 `apt-get install mysql-server mysql-client`
     84`apt-get install mariadb-server`
    8585
    8686`mysql_secure_installation`
     
    9797Note :
    9898
    99 The Debian/Ubuntu packages provide a database configuration wizard by default. You can skip the automated setup and install/upgrade the database manually if you prefer.
     99The Ubuntu packages provide a database configuration wizard by default. You can skip the automated setup and install/upgrade the database manually if you prefer.
    100100
    101101==== Setting up the MySQL database ====
     
    206206Enable port 80 (http). Best practice is to only enable port 443 (https) and use TLS certificates.
    207207
    208 firewall-cmd:
    209 
    210 `firewall-cmd --add-service=http`
    211 
    212 `firewall-cmd --permanent --add-service=http`
     208ufw-cmd:
     209
     210`ufw allow 22`
     211
     212`ufw allow 80`
     213
     214`ufw allow 443'
     215
     216`ufw allow 5665`
    213217
    214218iptables: