Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_zabbix_monitoring [2018/03/08 19:28] – [Zabbix Version Compatibility] abelbeck | userdoc:tt_zabbix_monitoring [2018/03/08 20:07] (current) – [Zabbix Version Compatibility] abelbeck | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| The zabbix_agentd and zabbix_proxy daemons //(in AstLinux)// are relatively small, headless, and efficient using the compiled ' | The zabbix_agentd and zabbix_proxy daemons //(in AstLinux)// are relatively small, headless, and efficient using the compiled ' | ||
| - | The zabbix_server must be configured and maintained separately from AstLinux. | + | The zabbix_server must be configured and maintained separately from AstLinux. |
| - | It should be clear that deploying a Zabbix monitoring solution is not for the solo AstLinux user. Though if you are responsible for many AstLinux boxes at many locations, configuring and maintaining Zabbix | + | It should be clear that deploying a Zabbix monitoring solution is not for the solo AstLinux user. Though if you are responsible for many AstLinux boxes at many locations, configuring and maintaining Zabbix |
| !!Note: AstLinux 1.0.5 or later is required!! | !!Note: AstLinux 1.0.5 or later is required!! | ||
| + | |||
| + | !!Note: AstLinux 1.3.3 or later includes Zabbix 3.0 LTS!! | ||
| ==== Zabbix Version Compatibility ==== | ==== Zabbix Version Compatibility ==== | ||
| Line 18: | Line 20: | ||
| !!Tip ->!! Before upgrading AstLinux be sure to see if your zabbix_server version is in the same series or newer than what the latest AstLinux includes. | !!Tip ->!! Before upgrading AstLinux be sure to see if your zabbix_server version is in the same series or newer than what the latest AstLinux includes. | ||
| + | |||
| + | !!Note ->!! AstLinux 1.3.3 or later requires a zabbix_server using Zabbix 3.0 or later. | ||
| Be sure to check the [[https:// | Be sure to check the [[https:// | ||
| Line 61: | Line 65: | ||
| ==== Encryption via Stunnel ==== | ==== Encryption via Stunnel ==== | ||
| - | Currently, Zabbix | + | Zabbix 3.0 or later supports encrypted communications between Zabbix server, Zabbix |
| + | AstLinux 1.3.3 or later users may continue to use " | ||
| + | [[https:// | ||
| + | |||
| + | Earlier versions of Zabbix did not provide native support for encryption or certificate authentication for the zabbix_agentd or zabbix_proxy data streams. | ||
| The example below demonstrates how to use stunnel to encrypt the zabbix_proxy connection to the Zabbix server, while the zabbix_agentd is also routed via the zabbix_proxy connection. | The example below demonstrates how to use stunnel to encrypt the zabbix_proxy connection to the Zabbix server, while the zabbix_agentd is also routed via the zabbix_proxy connection. | ||