{"id":42632,"date":"2024-10-03T21:21:55","date_gmt":"2024-10-03T13:21:55","guid":{"rendered":"https:\/\/server.hk\/cnblog\/42632\/"},"modified":"2024-10-03T21:21:55","modified_gmt":"2024-10-03T13:21:55","slug":"centos-6-8-%e6%90%ad%e5%bb%ba-zabbix-3-0-3-%e7%9b%a3%e6%8e%a7%e7%b3%bb%e7%b5%b1","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/42632\/","title":{"rendered":"CentOS 6.8 \u642d\u5efa Zabbix 3.0.3 \u76e3\u63a7\u7cfb\u7d71"},"content":{"rendered":"<h1 id=\"centos-6-8-%e6%90%ad%e5%bb%ba-zabbix-3-0-3-%e7%9b%a3%e6%8e%a7%e7%b3%bb%e7%b5%b1-SOPqaZPPhd\">CentOS 6.8 \u642d\u5efa Zabbix 3.0.3 \u76e3\u63a7\u7cfb\u7d71<\/h1>\n<p>\u5728\u7576\u4eca\u7684 IT \u74b0\u5883\u4e2d\uff0c\u76e3\u63a7\u7cfb\u7d71\u7684\u9700\u6c42\u65e5\u76ca\u589e\u52a0\u3002Zabbix \u4f5c\u70ba\u4e00\u6b3e\u958b\u6e90\u7684\u76e3\u63a7\u89e3\u6c7a\u65b9\u6848\uff0c\u80fd\u5920\u6709\u6548\u5730\u76e3\u63a7\u5404\u7a2e\u7db2\u7d61\u8a2d\u5099\u3001\u4f3a\u670d\u5668\u53ca\u61c9\u7528\u7a0b\u5f0f\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 6.8 \u4e0a\u642d\u5efa Zabbix 3.0.3 \u76e3\u63a7\u7cfb\u7d71\uff0c\u5e6b\u52a9\u7528\u6236\u66f4\u597d\u5730\u7ba1\u7406\u548c\u76e3\u63a7\u5176 IT \u57fa\u790e\u8a2d\u65bd\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-SOPqaZPPhd\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u78ba\u4fdd\u4f60\u7684 CentOS 6.8 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff0c\u5305\u62ec Apache\u3001MySQL \u548c PHP\uff1a<\/p>\n<pre><code>sudo yum install httpd mysql-server php php-mysql php-gd php-xml php-bcmath php-mbstring<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-mysql-%e6%95%b8%e6%93%9a%e5%ba%ab-SOPqaZPPhd\">\u5b89\u88dd MySQL \u6578\u64da\u5eab<\/h2>\n<p>\u9996\u5148\u555f\u52d5 MySQL \u670d\u52d9\u4e26\u8a2d\u7f6e\u5176\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo service mysqld start\nsudo chkconfig mysqld on<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u8a2d\u7f6e MySQL \u7684 root \u5bc6\u78bc\uff1a<\/p>\n<pre><code>sudo mysql_secure_installation<\/code><\/pre>\n<p>\u6839\u64da\u63d0\u793a\u8a2d\u7f6e\u5bc6\u78bc\u4e26\u9078\u64c7\u5176\u4ed6\u5b89\u5168\u9078\u9805\u3002\u7136\u5f8c\uff0c\u767b\u9304 MySQL \u4e26\u5275\u5efa Zabbix \u6578\u64da\u5eab\uff1a<\/p>\n<pre><code>mysql -u root -p\nCREATE DATABASE zabbix CHARACTER SET utf8 COLLATE utf8_bin;\nGRANT ALL PRIVILEGES ON zabbix.* TO 'zabbix'@'localhost' IDENTIFIED BY 'your_password';\nFLUSH PRIVILEGES;\nEXIT;<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-zabbix-SOPqaZPPhd\">\u5b89\u88dd Zabbix<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u4e0b\u8f09 Zabbix 3.0.3 \u7684\u5b89\u88dd\u5305\uff1a<\/p>\n<pre><code>wget http:\/\/repo.zabbix.com\/zabbix\/3.0\/rpm\/el6\/x86_64\/zabbix-server-mysql-3.0.3-1.el6.x86_64.rpm\nwget http:\/\/repo.zabbix.com\/zabbix\/3.0\/rpm\/el6\/x86_64\/zabbix-web-3.0.3-1.el6.noarch.rpm\nwget http:\/\/repo.zabbix.com\/zabbix\/3.0\/rpm\/el6\/x86_64\/zabbix-agent-3.0.3-1.el6.x86_64.rpm<\/code><\/pre>\n<p>\u5b89\u88dd Zabbix \u4f3a\u670d\u5668\u548c Web \u754c\u9762\uff1a<\/p>\n<pre><code>sudo rpm -ivh zabbix-server-mysql-3.0.3-1.el6.x86_64.rpm\nsudo rpm -ivh zabbix-web-3.0.3-1.el6.noarch.rpm\nsudo rpm -ivh zabbix-agent-3.0.3-1.el6.x86_64.rpm<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-zabbix-%e4%bc%ba%e6%9c%8d%e5%99%a8-SOPqaZPPhd\">\u914d\u7f6e Zabbix \u4f3a\u670d\u5668<\/h2>\n<p>\u7de8\u8f2f Zabbix \u4f3a\u670d\u5668\u914d\u7f6e\u6587\u4ef6\uff0c\u8a2d\u7f6e\u6578\u64da\u5eab\u9023\u63a5\uff1a<\/p>\n<pre><code>sudo vi \/etc\/zabbix\/zabbix_server.conf<\/code><\/pre>\n<p>\u627e\u5230\u4ee5\u4e0b\u884c\u4e26\u9032\u884c\u4fee\u6539\uff1a<\/p>\n<pre><code>DBPassword=your_password<\/code><\/pre>\n<p>\u555f\u52d5 Zabbix \u4f3a\u670d\u5668\u548c\u4ee3\u7406\uff1a<\/p>\n<pre><code>sudo service zabbix-server start\nsudo service zabbix-agent start<\/code><\/pre>\n<p>\u8a2d\u7f6e\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo chkconfig zabbix-server on\nsudo chkconfig zabbix-agent on<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-apache-%e5%92%8c-zabbix-web-%e7%95%8c%e9%9d%a2-SOPqaZPPhd\">\u914d\u7f6e Apache \u548c Zabbix Web \u754c\u9762<\/h2>\n<p>\u7de8\u8f2f Apache \u914d\u7f6e\u6587\u4ef6\uff0c\u8a2d\u7f6e Zabbix Web \u754c\u9762\u7684\u8a2a\u554f\uff1a<\/p>\n<pre><code>sudo vi \/etc\/httpd\/conf.d\/zabbix.conf<\/code><\/pre>\n<p>\u78ba\u4fdd\u4ee5\u4e0b\u884c\u5b58\u5728\uff1a<\/p>\n<pre><code>php_value date.timezone Asia\/Hong_Kong<\/code><\/pre>\n<p>\u555f\u52d5 Apache \u670d\u52d9\u4e26\u8a2d\u7f6e\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo service httpd start\nsudo chkconfig httpd on<\/code><\/pre>\n<h2 id=\"%e8%a8%aa%e5%95%8f-zabbix-web-%e7%95%8c%e9%9d%a2-SOPqaZPPhd\">\u8a2a\u554f Zabbix Web \u754c\u9762<\/h2>\n<p>\u5728\u700f\u89bd\u5668\u4e2d\u8f38\u5165\u4f60\u7684\u4f3a\u670d\u5668 IP \u5730\u5740\uff0c\u7136\u5f8c\u8a2a\u554f Zabbix Web \u754c\u9762\u3002\u6309\u7167\u63d0\u793a\u5b8c\u6210\u5b89\u88dd\u904e\u7a0b\uff0c\u4e26\u4f7f\u7528\u4e4b\u524d\u5275\u5efa\u7684\u6578\u64da\u5eab\u7528\u6236\u540d\u548c\u5bc6\u78bc\u9032\u884c\u767b\u9304\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-SOPqaZPPhd\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u4f60\u5df2\u7d93\u6210\u529f\u5728 CentOS 6.8 \u4e0a\u642d\u5efa\u4e86 Zabbix 3.0.3 \u76e3\u63a7\u7cfb\u7d71\u3002\u9019\u5c07\u5e6b\u52a9\u4f60\u66f4\u597d\u5730\u76e3\u63a7\u548c\u7ba1\u7406\u4f60\u7684 IT \u57fa\u790e\u8a2d\u65bd\u3002\u5982\u679c\u4f60\u9700\u8981\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u89e3\u6c7a\u65b9\u6848\u4f86\u904b\u884c\u4f60\u7684 Zabbix \u7cfb\u7d71\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to set up Zabbix 3.0.3 monitoring system on CentOS 6.8 with this comprehensive guide, ensuring efficient performance and reliable monitoring.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4924],"tags":[],"class_list":["post-42632","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=42632"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42632\/revisions"}],"predecessor-version":[{"id":42633,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42632\/revisions\/42633"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=42632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=42632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=42632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}