Changes between Version 3 and Version 4 of NSM2021/Agenda/iCinga
- Timestamp:
- May 17, 2021, 9:40:18 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/iCinga
v3 v4 177 177 `GRANT ALL ON icingaweb2.* TO icingaweb2@localhost;` 178 178 179 `flush privileges;` 180 181 `quit` 182 183 === Enabling Director in Icinga === 184 185 Download the files to the relevant directory using the below script 186 187 ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" 188 REPO_URL="https://github.com/icinga/icingaweb2-module-director" 189 TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" 190 MODULE_VERSION="1.8.0" 191 git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION} 192 193 and then enable the icinga-director module 194 195 `icingacli module enable director` 196 179 197 === Starting Web Setup === 180 198 181 199 Finally visit Icinga Web 2 in your browser to access the setup wizard and complete the installation: 182 200 183 http:// localhost/icingaweb2/setup201 http://IP-ADDRESS/icingaweb2/setup 184 202 185 203 === Configuration on web ===