diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2015-09-10 15:57:11 +0800 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2015-09-10 16:08:04 +0800 |
commit | 2e1a0e87cca17e4d44285b2ed6cd78a6fad8811c (patch) | |
tree | a995da2b8f4103d2d274b5e87df67ebfc7628437 /utils/monitor_setup/README.rst | |
parent | f2ff8916410af82fc51813bb94d9ed6dd2fef493 (diff) |
Zabbix installation guide
JIRA: Bottlenecks-19
Change-Id: I2194e779033a7fd0ece88427861907466da597a9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'utils/monitor_setup/README.rst')
-rw-r--r-- | utils/monitor_setup/README.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/monitor_setup/README.rst b/utils/monitor_setup/README.rst new file mode 100644 index 00000000..87e7ee3c --- /dev/null +++ b/utils/monitor_setup/README.rst @@ -0,0 +1,20 @@ +=================== +Monitor Setup guide +=================== + +This document gives the guide of how to set up monitor tools used in Bottlenecks project. + +Zabbix +========= + +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. + +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:: + + vim /etc/zabbix/zabbix_agentd.conf + + Server=<Server_IP> + ServerActive=<Server_IP> + Hostname=<Agent_IP> + +To add the Zabbix agent host to be monitored, please click Configuration->Hosts->Create host on the Zabbix server dashboard. |