我试图运行Zabbix服务器来监视我所有的Docker容器。
我已经从
我尝试使用
我看到有一个sqlite代理服务,但我不知道如何配置它,所以服务器在sqlite上运行?
我应该保留哪些服务,以便在SQLite上运行良好?我想我可以摆脱Apache和nginx吗?
我试图查看“依赖”部分,但是zabbix-server服务取决于mysql-server,因此我看不到如何在zabbix-proxy-sqlite 3服务上运行它。
我试图寻找文档,但Wiki仅提供与Docker相关的文档,并说Docker-Compose.yml文件被超载。
谢谢你
最好的问候
Im trying to run a zabbix server to monitor all my docker containers.
I have downloaded the github from https://github.com/zabbix/zabbix-docker.
I have tried to use the https://github.com/zabbix/zabbix-docker/blob/6.0/docker-compose_v3_alpine_mysql_latest.yaml
I ve seen there is a sqlite proxy service but i dont know how to configure it so the server runs on sqlite?
Which services should i keep so it runs well on sqlite? I guess i can get rid of apache and nginx?
I have tried to look at the depends_on sections but the zabbix-server service depends on mysql-server, so i dont see how to run it on the zabbix-proxy-sqlite3 service.
I have tried to look for documentation but the wiki only gives docker related documentation and say the docker-compose.yml files are overloaded.
thank you
best regards
发布评论
评论(1)
Zabbix服务器不支持SQLITE。 Zabbix proxy 支持SQLITE。它不是SQLite的代理,它是使用SQLite数据库运行的Zabbix代理服务。
我不知道这些原因,但是不要使用SQLite安装如此大的服务,它太大了。使用真实的数据库。
Zabbix server does not support sqlite. Zabbix proxy supports sqlite. It's not a proxy for sqlite, it's zabbix proxy service running using sqlite database.
I am not aware of the reasoning, but do not install such a big service with sqlite, it's too big. Use a real database.