-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
50 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docker/data/alignak/etc/realms/North/hostgroups/hostgroups.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
define hostgroup{ | ||
hostgroup_name north-routers | ||
alias North routers | ||
|
||
realm North | ||
#members | ||
} | ||
|
||
define hostgroup{ | ||
hostgroup_name north | ||
alias North hosts | ||
|
||
realm North | ||
} |
4 changes: 4 additions & 0 deletions
4
docker/data/alignak/etc/realms/South/hostgroups/hostgroups.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
define hostgroup{ | ||
hostgroup_name south-routers | ||
alias South routers | ||
|
||
realm South | ||
#members | ||
} | ||
|
||
define hostgroup{ | ||
hostgroup_name south | ||
alias South hosts | ||
|
||
realm South | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL maintainer="Frédéric Mohier ([email protected])" \ | |
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
# Run as the root user | ||
USER root | ||
#USER root | ||
|
||
RUN apt-get install -y --no-install-recommends \ | ||
nginx \ | ||
|
@@ -51,7 +51,7 @@ ENV ALIGNAK_GROUP "alignak" | |
ENV ALIGNAK_USER "alignak" | ||
|
||
# Run as the newly created user | ||
USER $ALIGNAK_USER | ||
#USER $ALIGNAK_USER | ||
|
||
# Copy the Nginx global conf | ||
COPY nginx.conf /etc/nginx/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters