diff --git a/doc/01-Installation.md b/doc/01-Installation.md index debd0bf2..d3ed6a9a 100644 --- a/doc/01-Installation.md +++ b/doc/01-Installation.md @@ -20,7 +20,7 @@ You might want to use a script as follows for this task: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/Icinga/icingaweb2-module-businessprocess" TARGET_DIR="${ICINGAWEB_MODULEPATH}/businessprocess" -MODULE_VERSION="2.0.0" +MODULE_VERSION="2.1.0" 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 @@ -37,7 +37,7 @@ It will be immediately ready for use: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/Icinga/icingaweb2-module-businessprocess" TARGET_DIR="${ICINGAWEB_MODULEPATH}/businessprocess" -MODULE_VERSION="2.0.0" +MODULE_VERSION="2.1.0" git clone "${REPO_URL}" "${TARGET_DIR}" ``` diff --git a/module.info b/module.info index 30284163..c4926921 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Businessprocess -Version: 2.0.0 -Depends: monitoring>=2.3.0 +Version: 2.1.0 +Depends: monitoring>=2.4.1 Description: A Business Process viewer and modeler Provides a web-based process modeler for. It integrates as a module into Icinga Web 2 and provides a plugin check command for Icinga. Tile and tree