Zabbix-proxy
From SME Server
Jump to navigationJump to search
zabbix-proxy logo | |
Maintainer | maintainer |
---|---|
Url | https://wiki.contribs.org |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
[1]Daniel B. from Firewall Services
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 --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
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:
ID | Product | Version | Status | Summary |
---|---|---|---|---|
12033 | SME Contribs | 10.0 | CONFIRMED | add contrib to backup list [smeserver-zabbix-proxy] |
Changelog
Only released version in smecontrib are listed here.