mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-30 06:39:24 +02:00
f
This commit is contained in:
parent
67490fb7a7
commit
15acf5a2a5
1 changed files with 13 additions and 0 deletions
|
@ -335,6 +335,19 @@ server {
|
|||
}
|
||||
EOF
|
||||
|
||||
cat << EOF > /etc/icinga-notifications/config.yml
|
||||
database:
|
||||
type: mysql
|
||||
|
||||
host: localhost
|
||||
|
||||
database: notifications
|
||||
|
||||
user: notifications
|
||||
|
||||
password: ${NOTIFICATIONS_DB_PASS}
|
||||
EOF
|
||||
|
||||
ln -sf /etc/nginx/sites-available/icinga-stack /etc/nginx/sites-enabled/
|
||||
rm -f /etc/nginx/sites-enabled/default
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue