Changes

Jump to navigation Jump to search
2,301 bytes added ,  21:12, 17 March 2009
no edit summary
Line 140: Line 140:  
** Professional Services
 
** Professional Services
    +
*and more...
   −
*and more...
+
=== Full documentation ===
 +
 
 +
This wiki page is not meant to be a complete guide for Zabbix, but just a starting point to run it on your SME Server using this contrib.
 +
For a complete documentation, please refere to the project documentation: http://www.zabbix.com/documentation.php
    
=== Versions ===
 
=== Versions ===
Line 154: Line 158:  
=== Requirements ===
 
=== Requirements ===
 
*SME Server 7.X
 
*SME Server 7.X
*php-bcmath: if you have the standard php4 module, it should be ok. If you have upgraded to php5 from centosplus repo, you should manually install php-bcmath package
+
*php-bcmath (smeserver-zabbix-server only): if you have the standard php4 module, it should be ok. If you have upgraded to php5 from centosplus repo, you should manually install php-bcmath package
    
=== Components ===
 
=== Components ===
Line 198: Line 202:     
to expand the templates and restart the needed services.
 
to expand the templates and restart the needed services.
 +
 +
===== Web Interface =====
 +
 +
The main web interface is available (if not disabled with teh key WebAccess) on https://server.domain.tld/zabbix.
 +
The default user is admin, with password 'zabbix'.
    
==== Agent ====
 
==== Agent ====
Line 205: Line 214:  
to install Zabbix agent, just use yum:
 
to install Zabbix agent, just use yum:
 
  yum --enablerepo=smecontribs install smeserver-zabbix-agent
 
  yum --enablerepo=smecontribs install smeserver-zabbix-agent
 +
 +
===== DB parameters =====
 +
 +
Here's the list of available DB parameters for zabbix-agent service on SME:
 +
*'''RemoteCommands''': (enabled|disabled). If you want to enable remote commands on zabbix agent (you should read the zabbix documentation). Please, be aware that there're security implications if you enable it. The default is disabled
 +
*'''ServerPort''': port to contact the server when running in active mode. Default to 10051
 +
*'''Servers''': List of servers (separated by commas) to which send informations. The first one may be used for active checks, the others are only for passive mode
 +
*'''TCPPort''': TCP port on which the agent will listen if passive mode is enabled
 +
*'''access''': (public|private) If you want to open the agent on the public interface (only usefull if passive is enabled). If you set this to 'public' you should use the AllowHost key to limit the access
 +
*'''active''': (enabled|disabled) Do you want to enabled the active mode
 +
*'''passvie''': (enabled|disabled) Do you want to enable the passive mode
 +
*'''status''': (enabled|disabled) Should the service be automatically started
      Line 213: Line 234:  
to install Zabbix proxy, just use yum:
 
to install Zabbix proxy, just use yum:
 
  yum --enablerepo=smecontribs install smeserver-zabbix-proxy
 
  yum --enablerepo=smecontribs install smeserver-zabbix-proxy
 +
 +
===== DB Parameters =====
 +
*'''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 starte dautomatically
    
=== Source ===
 
=== Source ===

Navigation menu