Zabbix-proxy

From SME Server
Revision as of 03:49, 2 April 2021 by Unnilennium (talk | contribs) (→‎Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.




zabbix-proxy
NeedImage.svg
zabbix-proxy logo
Maintainermaintainer
Urlhttps://wiki.contribs.org
Category

Category you want

Tags Filethiswithalistoftags


Maintainer

[1]Daniel B. from Firewall Services

Version

smeserver-zabbix-proxy
The latest version of smeserver-zabbix-proxy is available in the SME repository, click on the version number(s) for more information.


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:

IDProductVersionStatusSummary
12033SME Contribs10.0CONFIRMEDadd contrib to backup list [smeserver-zabbix-proxy]

Changelog

Only released version in smecontrib are listed here.