Difference between revisions of "Zabbix-proxy"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...") |
Unnilennium (talk | contribs) |
||
Line 29: | Line 29: | ||
=== Installation === | === Installation === | ||
− | + | ||
+ | <tabs container><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
− | + | </tab> | |
+ | <tab name="For SME 9"> | ||
first enable the needed repo: Firewall service | first enable the needed repo: Firewall service | ||
{{:Fws}} | {{:Fws}} | ||
Line 39: | Line 41: | ||
to install Zabbix proxy, just use yum: | to install Zabbix proxy, just use yum: | ||
yum --enablerepo=smecontribs,fws install smeserver-zabbix-proxy | yum --enablerepo=smecontribs,fws install smeserver-zabbix-proxy | ||
− | + | </tab> | |
+ | </tabs> | ||
=== Configuration === | === Configuration === |
Latest revision as of 03:49, 2 April 2021
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.