Using a Synology as network attached Share Storage is the way for small and medium production companies for working together. With some hacks you can speed up your installation to nearly 1000 MB/s per connected Client. But in the past it has always been a mess to install a Postgres Database Server direct on the system, because the Synology DSM… Read more →
Schlagwort: docker
Synology / Zabbix / Docker with GUI
If you want to install Zabbix direct on your Synology Docker Setup you can use following Step-by-Step help. You can short it if you use my Backup files and Import them. (You find the Step-by-Step and the files help attached at the end of this document) Install Docker on your Synology. Download following images:– Postgres in the version 13.6– Zabbix… Read more →
Synology / Zabbix / Docker with Virtual Machine
**** UPDATE 2022 02 24 – NEW Article with installing Zabbix direct on the Synology Docker ******LINK I got a lot of good feedback to my article „Synology Docker install ZABBIX Server with GUI„. Some of you asked if I can create a short installation guide for the 5x version. This is not that easy because we can not use… Read more →
Ubuntu Docker Compose Error
When you install docker with the default installer of Ubuntu (in our case. 20.04.3) you get following error by using „sudo docker-compose up“ It is quiet easy to be fixed. Just install/reinstall docker-compose with following command: an then you can use: Read more →
Zabbix – Proxy (docker-compose) Version 5
You can easy install you Zabbix – Proxy with this docker-compose.yml file. Download LINK Follow this steps:– Make sure that you have the same path created if not use mkdir -p /volume1/docker/Zabbix/– Generate PSK FILE by tipping this in your ssh session:“openssl rand -hex 32 >> /volume1/docker/Zabbix/zabbix_agentd.psk“– change „XXX-IDENTITY“ to the Proxy Name– change „xxx.xxx.xxx“ to the IP Adress or… Read more →