Difference between revisions of "Zabbix server configuration - first run"

(Created page with "Category:Linux =Zabbix server # First run= Now you can, at least, run the web-installer. Go to http://yourserver/'''zabbix''' ==Installation== Welcome screen: [...")
 
Line 2: Line 2:
  
  
=Zabbix server # First run=
+
=First run=
  
Now you can, at least, run the web-installer.  
+
Now that the server setup is complete you can, at least, run the web-installer.  
  
  
 
Go to http://yourserver/'''zabbix'''
 
Go to http://yourserver/'''zabbix'''
 +
  
  
Line 13: Line 14:
  
  
Welcome screen:
+
===Welcome screen===
  
 
[[File:zabbix_installation_01.png|none|Zabbix server installation 01]]
 
[[File:zabbix_installation_01.png|none|Zabbix server installation 01]]
  
  
Installation check:
+
===Installation check===
  
 
[[File:zabbix_installation_02.png|none|Zabbix server installation 02]]
 
[[File:zabbix_installation_02.png|none|Zabbix server installation 02]]
Line 24: Line 25:
  
  
Database configuration:
+
===Database configuration===
  
 
[[File:zabbix_installation_03.png|none|Zabbix server installation 03]]
 
[[File:zabbix_installation_03.png|none|Zabbix server installation 03]]
Line 37: Line 38:
  
  
Zabbix server details
+
===Zabbix server details===
  
 
[[File:zabbix_installation_04.png|none|Zabbix server installation 04]]
 
[[File:zabbix_installation_04.png|none|Zabbix server installation 04]]
Line 44: Line 45:
  
  
Confirmation
+
===Confirmation===
  
 
[[File:zabbix_installation_05.png|none|Zabbix server installation 05]]
 
[[File:zabbix_installation_05.png|none|Zabbix server installation 05]]
Line 55: Line 56:
  
 
Default credentials are:  
 
Default credentials are:  
* Username = Admin
+
* Username = '''admin'''
* Password = zabbix
+
* Password = '''zabbix'''
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=Server configuration=
 +
 
 +
==Email configuration==
 +
 
 +
'''Requirements'''
 +
 
 +
You need to have a POSTFIX SMTP server or relay configure.
 +
* [[Email relay]]
 +
* [[Email server setup]]
 +
 
 +
 
 +
'''Configuration'''
 +
 
 +
[[File:Zabbix email.png|1024px|caption|Zabbix email]]
 +
 
 +
→ Administration menu >> Media types >> Email
  
Notice the big 'A' for ''Admin''.
 
  
  
 +
[[File:Zabbix email 2.png|none|Zabbix email 2]]
  
 +
* Set your SMTP (postfix) server IP / name
 +
* Set your target SMTP server settings [smtp.gmail.com]
 +
* Set your target user name
  
  
  
=Zabbix server configuration=
 
  
  
Line 71: Line 97:
  
 
Follow the excellent Zabbix documentation: https://www.zabbix.com/documentation/2.2/manual/web_interface/frontend_sections/administration/general#housekeeper
 
Follow the excellent Zabbix documentation: https://www.zabbix.com/documentation/2.2/manual/web_interface/frontend_sections/administration/general#housekeeper
 +
  
  

Revision as of 16:40, 19 August 2014


First run

Now that the server setup is complete you can, at least, run the web-installer.


Go to http://yourserver/zabbix


Installation

Welcome screen

Zabbix server installation 01


Installation check

Zabbix server installation 02


Database configuration

Zabbix server installation 03

During the installation Zabbix already setup a database for us! :)

  • Db host: localhost
  • Db Port: 3306 (default)
  • Db name: zabbix
  • Db user: zabbix
  • Db password: your password (mine is zabbix)


Zabbix server details

Zabbix server installation 04

You can, if you want, name your installation. In my case I will not have any proxy or other zabbix server so I didn't used that option.


Confirmation


First login

Zabbix server installation 06

Default credentials are:

  • Username = admin
  • Password = zabbix




Server configuration

Email configuration

Requirements

You need to have a POSTFIX SMTP server or relay configure.


Configuration

Zabbix email

→ Administration menu >> Media types >> Email


Zabbix email 2
  • Set your SMTP (postfix) server IP / name
  • Set your target SMTP server settings [smtp.gmail.com]
  • Set your target user name



Increase history

Follow the excellent Zabbix documentation: https://www.zabbix.com/documentation/2.2/manual/web_interface/frontend_sections/administration/general#housekeeper


Zabbix server configuration files

Main zabbix server configuration file is available in: "/etc/zabbix/zabbix_server.conf"