Skip to content

v1.7.1.1

Latest
Compare
Choose a tag to compare
@moreamazingnick moreamazingnick released this 23 Jan 16:36

patched with experimental icingadb support

this is not the full installation script but can be used for updates from 1.7.1

MODULE_VERSION="1.7.1.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/RISE-GmbH/icingaweb2-module-vspheredb"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/vspheredb"
URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz"

install -d -m 0755 "${TARGET_DIR}"
wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1

systemctl restart icinga-vspheredb.service