Zabbix-proxy
| zabbix-proxy logo | |
| Maintainer | maintainer |
|---|---|
| Url | https://wiki.contribs.org |
| Source: | smeserver-zabbix-proxy |
| Category | |
| Tags | zabbix, zabbix-proxy, zabbix-agent |
Maintainer
Version
Description
Zabbix proxy is a lightweight daemon. It will act as a server for agents, will cache locally (in a mysql database) the information, and send it to the server it belongs to. This is useful to monitor networks elements behind a firewall.
Installation
yum install smeserver-extrarepositories-epel smeserver-extrarepositories-zabbix db yum_repositories setprop zabbix70 status enabled expand-template /etc/yum.smerepos.d/sme-base.repo dnf install smeserver-zabbix-proxy
do not use zabbix 7.0 from EPEL.
yum --enablerepo=smecontribs install smeserver-zabbix-proxy
first enable the needed repo: Firewall service
db yum_repositories set fws repository \ BaseURL http://repo.firewall-services.com/centos/\$releasever \ EnableGroups no GPGCheck yes \ Name "Firewall Services" \ GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ Visible no status disabled
db yum_repositories set fws-testing repository \ BaseURL http://repo.firewall-services.com/centos-testing/\$releasever \ EnableGroups no GPGCheck yes \ Name "Firewall Services Testing" \ GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ Visible no status disabled
signal-event yum-modify
to install Zabbix proxy, just use yum:
yum --enablerepo=smecontribs,fws install smeserver-zabbix-proxy
By default zabbix-proxy is disabled.
To enable:
config setprop zabbix-proxy status enabled Server IP.IP.IP.IP ServerPort 10051
signal-event zabbix-proxy-update
Configuration
- DbName: the name of the database used by the proxy. The default is zabbixproxydb
- DbPassword: the password to access the database
- DbUser: the user to access the database
- Servers: List of servers (separated by commas) to which send the informations
- TCPPort: TCP port on which the proxy listen. Clients will connect on the proxy as if it's a Zabbix server. The default is 10051
- access: (private|public) If you want to open zabbix-proxy on the external interface. If you set this to public, you should use the AllowHosts key to limit the access
- status: (enabled|disabled) Should the service be started automatically
Uninstall
yum remove smeserver-zabbix-proxy zabbix-proxy
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-zabbix-proxy component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.
- fix /var/lib/zabbix/tmp attributes
2026/05/28 Jean-Philippe Pialasse 0.3.1-4.sme
- build for SME11
- add update event
- filter logs
- requires zabbix buid, not EPEL
- Fix e-smith references in smeserver-zabbix-proxy [SME: 12732]
- Roll up patches and move to git repo [SME: 12338]
2024/09/07 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,