本文共 5564 字,大约阅读时间需要 18 分钟。
zabbix配置文件种类:
1 2 3 | zabbix_server配置文件zabbix_server.conf zabbix_proxy配置文件zabbix_proxy.conf zabbix-agentd配置文件zabbix_agentd.conf |
zabbixserver的配置文件:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|
zabbixagentd的配置文件
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
zabbixproxy的配置文件
1 2 3 4 5 6 7 8 9 |
|
官网配置文件:
1 2 3 | https: //www .zabbix.com /documentation/2 .4 /manual/appendix/config/zabbix_proxy https: //www .zabbix.com /documentation/2 .4 /manual/appendix/config/zabbix_server https: //www .zabbix.com /documentation/2 .4 /manual/appendix/config/zabbix_agentd |