87e7ee3ce7d962d777a0b6368318e15f91723945
[bottlenecks.git] / utils / monitor_setup / README.rst
1 ===================
2 Monitor Setup guide
3 ===================
4
5 This document gives the guide of how to set up monitor tools used in Bottlenecks project.
6
7 Zabbix
8 =========
9
10 Zabbix is the ultimate enterprise-level software designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices. Zabbix is Open Source and comes at no cost.
11
12 The link https://www.zabbix.com/documentation/2.2/manual/installation/install_from_packages gives the instalation guide of Zabbix in linux servers. After the installation of Zabbix server and agent, there is a need to configure the .conf files::
13
14    vim /etc/zabbix/zabbix_agentd.conf
15
16        Server=<Server_IP>
17        ServerActive=<Server_IP>
18        Hostname=<Agent_IP>
19
20 To add the Zabbix agent host to be monitored, please click Configuration->Hosts->Create host on the Zabbix server dashboard.