Changes between Version 2 and Version 3 of NSM2021/Agenda/iCinga
- Timestamp:
- May 17, 2021, 9:08:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/iCinga
v2 v3 82 82 Installing MySQL database server 83 83 84 `apt-get install m ysql-server mysql-client`84 `apt-get install mariadb-server` 85 85 86 86 `mysql_secure_installation` … … 97 97 Note : 98 98 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.99 The Ubuntu packages provide a database configuration wizard by default. You can skip the automated setup and install/upgrade the database manually if you prefer. 100 100 101 101 ==== Setting up the MySQL database ==== … … 206 206 Enable port 80 (http). Best practice is to only enable port 443 (https) and use TLS certificates. 207 207 208 firewall-cmd: 209 210 `firewall-cmd --add-service=http` 211 212 `firewall-cmd --permanent --add-service=http` 208 ufw-cmd: 209 210 `ufw allow 22` 211 212 `ufw allow 80` 213 214 `ufw allow 443' 215 216 `ufw allow 5665` 213 217 214 218 iptables: