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: [...")
 
 
(6 intermediate revisions by the same user not shown)
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://localhost/zabbix http://yourserver/zabbix]
 +
 
  
  
 
==Installation==
 
==Installation==
  
 +
Installation wizard:
  
Welcome screen:
+
[[File:Zabbix installation 01.png|600px|Zabbix server installation 01]]
 
 
[[File:zabbix_installation_01.png|none|Zabbix server installation 01]]
 
 
 
 
 
Installation check:
 
  
[[File:zabbix_installation_02.png|none|Zabbix server installation 02]]
 
  
 +
On the next page, '''everything must be OK'''. If not, check your PHP configuration !
  
  
 
Database configuration:
 
Database configuration:
  
[[File:zabbix_installation_03.png|none|Zabbix server installation 03]]
+
[[File:Zabbix installation 02.png|600px|Zabbix server installation 02]]
  
 
During the installation Zabbix already setup a database for us! :)
 
During the installation Zabbix already setup a database for us! :)
Line 37: Line 34:
  
  
Zabbix server details
+
===Zabbix server details===
  
[[File:zabbix_installation_04.png|none|Zabbix server installation 04]]
+
[[File:Zabbix installation 03.png|600px|Zabbix server installation 03]]
  
 
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.
 
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
+
===Confirmation===
  
[[File:zabbix_installation_05.png|none|Zabbix server installation 05]]
+
[[File:Zabbix_installation 04.png|600px|Zabbix server installation 04]]
  
  
Line 52: Line 49:
 
==First login==
 
==First login==
  
[[File:zabbix_installation_06.png|none|Zabbix server installation 06]]
+
[[File:Zabbix installation 06.png|600px|Zabbix server installation 06]]
  
 
Default credentials are:  
 
Default credentials are:  
* Username = Admin
+
* Username = '''admin'''
* Password = zabbix
+
* Password = '''zabbix'''
  
Notice the big 'A' for ''Admin''.
 
  
  
  
  
 
+
=Server configuration=
 
 
=Zabbix server configuration=
 
  
  
Line 71: Line 65:
  
 
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
 +
  
  
Line 76: Line 71:
  
 
Main zabbix server configuration file is available in: "/etc/zabbix/zabbix_server.conf"
 
Main zabbix server configuration file is available in: "/etc/zabbix/zabbix_server.conf"
 +
 +
 +
 +
=Sources=
 +
 +
Nice tutorial about how to setup emails: https://www.youtube.com/watch?v=aj2W2l2c61U

Latest revision as of 15:57, 27 October 2014


First run

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


Go to http://yourserver/zabbix


Installation

Installation wizard:

Zabbix server installation 01


On the next page, everything must be OK. If not, check your PHP configuration !


Database configuration:

Zabbix server installation 02

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 03

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

Zabbix server installation 04


First login

Zabbix server installation 06

Default credentials are:

  • Username = admin
  • Password = zabbix



Server configuration

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"


Sources

Nice tutorial about how to setup emails: https://www.youtube.com/watch?v=aj2W2l2c61U