Merge "Change PTL informatin in INFO"
[bottlenecks.git] / utils / monitor_setup / README.rst
1 ..
2 .. image:: ../etc/opnfv-logo.png
3   :height: 40
4   :width: 200
5   :alt: OPNFV
6   :align: left
7 ..
8 |
9 |
10 Monitor Setup guide
11 ===================
12
13 This document gives the guide of how to set up monitor tools used in Bottlenecks project.
14
15 Zabbix
16 =========
17
18 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.
19
20 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
21
22 .. code-block:: bash
23
24    vim /etc/zabbix/zabbix_agentd.conf
25
26        Server=<Server_IP>
27        ServerActive=<Server_IP>
28        Hostname=<Agent_IP>
29
30 To add the Zabbix agent host to be monitored, please click Configuration->Hosts->Create host on the Zabbix server dashboard.
31
32 Revision: _sha1_
33
34 Build date: |today|