{"id":3305,"date":"2017-01-26T17:59:44","date_gmt":"2017-01-26T17:59:44","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=3305"},"modified":"2017-01-26T17:59:44","modified_gmt":"2017-01-26T17:59:44","slug":"install-zabbix-agent-ubuntu","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2017\/01\/26\/install-zabbix-agent-ubuntu\/","title":{"rendered":"Install Zabbix agent on Ubuntu"},"content":{"rendered":"<p>For Ubuntu 16.04 LTS:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n$ wget http:\/\/repo.zabbix.com\/zabbix\/3.0\/ubuntu\/pool\/main\/z\/zabbix-release\/zabbix-release_3.0-1+xenial_all.deb\n$ sudo dpkg -i zabbix-release_3.0-1+xenial_all.deb\n$ sudo apt update\n\n<\/pre>\n<p>For Ubuntu 14.04 LTS:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n\n$ wget http:\/\/repo.zabbix.com\/zabbix\/3.0\/ubuntu\/pool\/main\/z\/zabbix-release\/zabbix-release_3.0-1+trusty_all.deb\n$ sudo dpkg -i zabbix-release_3.0-1+trusty_all.deb\n$ sudo apt-get update\n\n<\/pre>\n<p>Install Zabbix Agent<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n$ sudo apt-get install zabbix-agent\n\n<\/pre>\n<p>Edit Zabbix Agent Configuration<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n $ sudo nano \/etc\/zabbix\/zabbix_agentd.conf\n<\/pre>\n<p>After adding zabbix server ip in configuration file, now restart agent service using below command.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# \/etc\/init.d\/zabbix-agent restart\n\nTo start and stop zabbix-agent service anytime use following commands.\n\n<\/pre>\n<p># \/etc\/init.d\/zabbix-agent start<br \/>\n# \/etc\/init.d\/zabbix-agent stop<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For Ubuntu 16.04 LTS: $ wget http:\/\/repo.zabbix.com\/zabbix\/3.0\/ubuntu\/pool\/main\/z\/zabbix-release\/zabbix-release_3.0-1+xenial_all.deb $ sudo dpkg -i zabbix-release_3.0-1+xenial_all.deb $ sudo apt update For Ubuntu 14.04 LTS: $ wget http:\/\/repo.zabbix.com\/zabbix\/3.0\/ubuntu\/pool\/main\/z\/zabbix-release\/zabbix-release_3.0-1+trusty_all.deb $ sudo dpkg -i zabbix-release_3.0-1+trusty_all.deb $ sudo apt-get update Install Zabbix Agent $ sudo apt-get install zabbix-agent Edit Zabbix Agent Configuration $ sudo nano \/etc\/zabbix\/zabbix_agentd.conf After adding zabbix server ip in configuration &#8230; <a title=\"Install Zabbix agent on Ubuntu\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2017\/01\/26\/install-zabbix-agent-ubuntu\/\" aria-label=\"Read more about Install Zabbix agent on Ubuntu\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[133],"tags":[],"class_list":["post-3305","post","type-post","status-publish","format-standard","hentry","category-zabbix"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=3305"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3305\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=3305"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=3305"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=3305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}