mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-14 09:42:26 +00:00
f
This commit is contained in:
parent
67490fb7a7
commit
15acf5a2a5
@ -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…
x
Reference in New Issue
Block a user