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: | ||
− | = | + | =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 = | + | * 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 | ||
− | |||
+ | [[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 | ||
− | |||
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 15:40, 19 August 2014
Contents
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
Installation check
Database configuration
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
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
Default credentials are:
- Username = admin
- Password = zabbix
Server configuration
Email configuration
Requirements
You need to have a POSTFIX SMTP server or relay configure.
Configuration
→ Administration menu >> Media types >> Email
- 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"