Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fork of the Icinga Director
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Linuxfabrik
Fork of the Icinga Director
Commits
9c95fb86
Commit
9c95fb86
authored
5 years ago
by
Thomas Gelf
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v1.7.2
parent
b5aa8d53
Branches
Branches containing commit
Tags
v1.7.2
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/02-Installation.md
+2
-2
2 additions, 2 deletions
doc/02-Installation.md
module.info
+1
-1
1 addition, 1 deletion
module.info
with
3 additions
and
3 deletions
doc/02-Installation.md
+
2
−
2
View file @
9c95fb86
...
...
@@ -92,7 +92,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.7.
1
"
MODULE_VERSION="1.7.
2
"
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
...
...
@@ -109,7 +109,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.7.
1
"
MODULE_VERSION="1.7.
2
"
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.
...
...
This diff is collapsed.
Click to expand it.
module.info
+
1
−
1
View file @
9c95fb86
Name: Icinga Director
Version: 1.7.
1
Version: 1.7.
2
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.5.0)
Description: Director - Config tool for Icinga 2
Icinga Director is a configuration tool that has been designed to make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment