Changes

Jump to navigation Jump to search
1,833 bytes added ,  20:48, 17 March 2009
no edit summary
Line 172: Line 172:  
to install Zabbix server, just use yum:
 
to install Zabbix server, just use yum:
 
  yum --enablerepo=smecontribs install smeserver-zabbix-server
 
  yum --enablerepo=smecontribs install smeserver-zabbix-server
 +
 +
===== DB Parameters =====
 +
 +
Here's the list of available DB parameters for zabbix-server service on SME:
 +
*'''DbName''': The name of the database where everything is stored. Default is 'zabbixdb'
 +
*'''DbPassword''': The password of the database. A random password is generated during the installation
 +
*'''DbUser''': The user name to access the database. Default is zabbixuser
 +
*'''JabberAccount''': Account used to send jabber notification
 +
*'''JabberServer''': Jabber server to use to send notifications
 +
*'''JabberPassword''': Password for the account (for "JabberAccount")
 +
*'''JabberTLS''': (enabled|disabled) Does your Jabber server requires TLS security
 +
*'''NodeID''': The node ID of your server. If you don't use ditributed monitoring (just one central zabbix server), you should let this to 0
 +
*'''TCPPort''': Port used for agent<->server (and proxy<->server) communication. The default is 10051
 +
*'''TimeZone''': It's very important for zabbix to know your timezone (PHP TimeZone setting). Unfortunally, SME do not set it. You can specify your timezone. This setting will only affect Zabbix
 +
*'''WebAccess''': (local|public|disabled) From where you'll be able to access the web interface. You can set it to disabled if you want to disable the web interface (for example, if your server is a node of a distributed environment)
 +
*'''access''': (public|local) From where zabbix port will be available (controlled by TCPPort). You should restrict the access to a list of host with the AllowHost key if you set public here.
 +
*'''status''': Should the service be started automatically ?
      Line 177: Line 194:     
==== Agent ====
 
==== Agent ====
 +
 +
===== Installation =====
 +
 +
to install Zabbix agent, just use yum:
 +
yum --enablerepo=smecontribs install smeserver-zabbix-agent
 +
    
==== Proxy ====
 
==== Proxy ====
    +
===== Installation =====
 +
 +
to install Zabbix proxy, just use yum:
 +
yum --enablerepo=smecontribs install smeserver-zabbix-proxy
    
=== Source ===
 
=== Source ===

Navigation menu