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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NSM2021/Agenda/iCinga

    v3 v4  
    177177`GRANT ALL ON icingaweb2.* TO icingaweb2@localhost;`
    178178
     179`flush privileges;`
     180
     181`quit`
     182
     183=== Enabling Director in Icinga ===
     184
     185Download the files to the relevant directory using the below script
     186
     187ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
     188REPO_URL="https://github.com/icinga/icingaweb2-module-director"
     189TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
     190MODULE_VERSION="1.8.0"
     191git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION}
     192
     193and then enable the icinga-director module
     194
     195`icingacli module enable director`
     196
    179197=== Starting Web Setup ===
    180198
    181199Finally visit Icinga Web 2 in your browser to access the setup wizard and complete the installation:
    182200
    183 http://localhost/icingaweb2/setup
     201http://IP-ADDRESS/icingaweb2/setup
    184202
    185203=== Configuration on web ===