🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-23 23:38:31 -05:00
parent b10c2c4167
commit f60b5e55e5
63 changed files with 437 additions and 384 deletions

29
scripts/zabbix.sh Executable file
View File

@@ -0,0 +1,29 @@
#!/usr/bin/env bash
mkdir -p /var/lib/docker/storage/zabbix/{mysql,config,postfix} &&
chmod -Rf 777 /var/lib/docker/storage/zabbix
# docker run -d \
# --name zabbix \
# --hostname zabbix \
# --restart always \
# --privileged \
# -p 40080:80 \
# -p 40081:443 \
# -p 10051:10051 \
# --volume /var/lib/docker/storage/zabbix/mysql:/var/lib/mysql \
# --volume /var/lib/docker/storage/zabbix/config:/etc/zabbix \
# --volume /var/lib/docker/storage/zabbix/postfix:/etc/postfix \
# registry.casjay.in/latest/zabbix:4
echo '
docker exec -it -u root zabbix /bin/bash
edit /etc/postfix/main.cf
as it just relays mail through your main server
sql root user has no password
sql username is zabbix
sql database password is password
zabbix web default user name is Admin, password zabbix
"https://www.zabbix.com/download?zabbix=4.0&os_distribution=raspbian&os_version=stretch&db=MySQL"
'