Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linuxfabrik
Fork of the Icinga Director
Commits
fb946f34
Commit
fb946f34
authored
Feb 15, 2019
by
Thomas Gelf
Browse files
doc, info: prepare v1.6.1
parent
2c17273f
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/02-Installation.md
View file @
fb946f34
...
...
@@ -84,7 +84,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-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
MODULE_VERSION="1.6.
0
"
MODULE_VERSION="1.6.
1
"
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
...
...
@@ -101,7 +101,7 @@ It will be immediately ready for use:
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
MODULE_VERSION="1.6.
0
"
MODULE_VERSION="1.6.
1
"
git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION}
You can now directly use our current GIT master or check out a specific version.
...
...
doc/82-Changelog.md
View file @
fb946f34
...
...
@@ -4,8 +4,8 @@
Please make sure to always read our
[
Upgrading
](
05-Upgrading.md
)
documentation
before switching to a new version.
1.
6.1
(unreleased)
-----
-------------
1.
6.1
-----
### Fixed issues
*
You can find issues and feature requests related to this release on our
[
roadmap
](
https://github.com/Icinga/icingaweb2-module-director/milestone/19?closed=1
)
...
...
module.info
View file @
fb946f34
Name: Icinga Director
Version: 1.6.
0
Version: 1.6.
1
Depends: monitoring
Description: Director - Config tool for Icinga 2
Icinga Director is a configuration tool that has been designed to make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment