{"id":42952,"date":"2024-10-04T10:42:13","date_gmt":"2024-10-04T02:42:13","guid":{"rendered":"https:\/\/server.hk\/cnblog\/42952\/"},"modified":"2024-10-04T10:42:14","modified_gmt":"2024-10-04T02:42:14","slug":"centos-7-2-%e4%b8%8b%e6%90%ad%e5%bb%ba-zabbix-3-2-%e5%af%a6%e8%b8%90%e5%9c%96%e8%a7%a3%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/42952\/","title":{"rendered":"CentOS 7.2 \u4e0b\u642d\u5efa Zabbix 3.2 \u5be6\u8e10\u5716\u89e3\u6559\u7a0b"},"content":{"rendered":"<h1 id=\"centos-7-2-%e4%b8%8b%e6%90%ad%e5%bb%ba-zabbix-3-2-%e5%af%a6%e8%b8%90%e5%9c%96%e8%a7%a3%e6%95%99%e7%a8%8b-pQngyFJmvQ\">CentOS 7.2 \u4e0b\u642d\u5efa Zabbix 3.2 \u5be6\u8e10\u5716\u89e3\u6559\u7a0b<\/h1>\n<p>Zabbix \u662f\u4e00\u6b3e\u5f37\u5927\u7684\u958b\u6e90\u76e3\u63a7\u89e3\u6c7a\u65b9\u6848\uff0c\u80fd\u5920\u5e6b\u52a9\u7528\u6236\u76e3\u63a7\u5404\u7a2e IT \u57fa\u790e\u8a2d\u65bd\u7684\u6027\u80fd\u548c\u53ef\u7528\u6027\u3002\u672c\u6587\u5c07\u6307\u5c0e\u60a8\u5982\u4f55\u5728 CentOS 7.2 \u4e0a\u642d\u5efa Zabbix 3.2\uff0c\u4e26\u63d0\u4f9b\u8a73\u7d30\u7684\u6b65\u9a5f\u548c\u5716\u89e3\uff0c\u8b93\u60a8\u80fd\u5920\u8f15\u9b06\u5b8c\u6210\u5b89\u88dd\u548c\u914d\u7f6e\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-pQngyFJmvQ\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u8acb\u78ba\u4fdd\u60a8\u7684 CentOS 7.2 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff0c\u5305\u62ec Apache\u3001MySQL \u548c PHP\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u5b89\u88dd\uff1a<\/p>\n<pre><code>sudo yum install httpd mariadb-server mariadb php php-mysql php-gd php-xml php-bcmath php-mbstring -y<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-zabbix-3-2-pQngyFJmvQ\">\u5b89\u88dd Zabbix 3.2<\/h2>\n<p>\u9996\u5148\uff0c\u60a8\u9700\u8981\u6dfb\u52a0 Zabbix \u7684\u5b98\u65b9\u5b58\u5132\u5eab\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4e0b\u8f09 Zabbix \u5b58\u5132\u5eab\u7684 RPM \u5305\uff1a<\/p>\n<pre><code>wget https:\/\/repo.zabbix.com\/zabbix\/3.2\/rhel\/7\/x86_64\/zabbix-release-3.2-1.el7.centos.noarch.rpm<\/code><\/pre>\n<p>\u7136\u5f8c\u5b89\u88dd\u8a72 RPM \u5305\uff1a<\/p>\n<pre><code>sudo rpm -ivh zabbix-release-3.2-1.el7.centos.noarch.rpm<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd Zabbix Server\u3001Zabbix Frontend \u548c Zabbix Agent\uff1a<\/p>\n<pre><code>sudo yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent -y<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-mysql-%e6%95%b8%e6%93%9a%e5%ba%ab-pQngyFJmvQ\">\u914d\u7f6e MySQL \u6578\u64da\u5eab<\/h2>\n<p>\u5728\u5b89\u88dd Zabbix \u4e4b\u524d\uff0c\u60a8\u9700\u8981\u914d\u7f6e MySQL \u6578\u64da\u5eab\u3002\u9996\u5148\u555f\u52d5 MariaDB \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl start mariadb<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u57f7\u884c\u5b89\u5168\u6027\u8173\u672c\u4ee5\u8a2d\u7f6e root \u5bc6\u78bc\u4e26\u79fb\u9664\u533f\u540d\u7528\u6236\uff1a<\/p>\n<pre><code>sudo mysql_secure_installation<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u767b\u9304\u5230 MySQL \u4e26\u5275\u5efa Zabbix \u6578\u64da\u5eab\u548c\u7528\u6236\uff1a<\/p>\n<pre><code>mysql -u root -p\nCREATE DATABASE zabbix CHARACTER SET utf8 COLLATE utf8_bin;\nCREATE USER 'zabbix'@'localhost' IDENTIFIED BY 'your_password';\nGRANT ALL PRIVILEGES ON zabbix.* TO 'zabbix'@'localhost';\nFLUSH PRIVILEGES;\nEXIT;<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u5c0e\u5165 Zabbix \u7684\u521d\u59cb\u6578\u64da\uff1a<\/p>\n<pre><code>zcat \/usr\/share\/doc\/zabbix-server-mysql-3.2*\/schema.sql.gz | mysql -u zabbix -p zabbix<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-zabbix-server-pQngyFJmvQ\">\u914d\u7f6e Zabbix Server<\/h2>\n<p>\u7de8\u8f2f Zabbix Server \u914d\u7f6e\u6587\u4ef6\u4ee5\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>\u63a5\u4e0b\u4f86\uff0c\u555f\u52d5 Zabbix Server \u548c Agent \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl start zabbix-server\nsudo systemctl start zabbix-agent<\/code><\/pre>\n<p>\u4e26\u8a2d\u7f6e\u5b83\u5011\u5728\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff1a<\/p>\n<pre><code>sudo systemctl enable zabbix-server\nsudo systemctl enable zabbix-agent<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-zabbix-%e5%89%8d%e7%ab%af-pQngyFJmvQ\">\u914d\u7f6e Zabbix \u524d\u7aef<\/h2>\n<p>\u7de8\u8f2f Apache \u914d\u7f6e\u6587\u4ef6\u4ee5\u8a2d\u7f6e Zabbix \u524d\u7aef\uff1a<\/p>\n<pre><code>sudo vi \/etc\/httpd\/conf.d\/zabbix.conf<\/code><\/pre>\n<p>\u78ba\u4fdd\u4ee5\u4e0b\u884c\u672a\u88ab\u8a3b\u89e3\uff1a<\/p>\n<pre><code>php_value date.timezone Asia\/Hong_Kong<\/code><\/pre>\n<p>\u7136\u5f8c\u555f\u52d5 Apache \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl start httpd<\/code><\/pre>\n<p>\u4e26\u8a2d\u7f6e\u5176\u5728\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff1a<\/p>\n<pre><code>sudo systemctl enable httpd<\/code><\/pre>\n<h2 id=\"%e8%a8%aa%e5%95%8f-zabbix-%e5%89%8d%e7%ab%af-pQngyFJmvQ\">\u8a2a\u554f Zabbix \u524d\u7aef<\/h2>\n<p>\u5728\u700f\u89bd\u5668\u4e2d\u8a2a\u554f Zabbix \u524d\u7aef\uff0c\u901a\u5e38\u662f <code>http:\/\/your_server_ip\/zabbix<\/code>\u3002\u6309\u7167\u5411\u5c0e\u5b8c\u6210\u5b89\u88dd\uff0c\u4e26\u8f38\u5165\u4e4b\u524d\u5275\u5efa\u7684\u6578\u64da\u5eab\u4fe1\u606f\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-pQngyFJmvQ\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u60a8\u5df2\u7d93\u6210\u529f\u5728 CentOS 7.2 \u4e0a\u642d\u5efa\u4e86 Zabbix 3.2 \u76e3\u63a7\u7cfb\u7d71\u3002\u9019\u5c07\u5e6b\u52a9\u60a8\u66f4\u597d\u5730\u76e3\u63a7\u548c\u7ba1\u7406\u60a8\u7684 IT \u57fa\u790e\u8a2d\u65bd\u3002\u5982\u679c\u60a8\u9700\u8981\u66f4\u9ad8\u6548\u7684\u904b\u884c\u74b0\u5883\uff0c\u8003\u616e\u4f7f\u7528 <a href=\"https:\/\/server.hk\">\u9999\u6e2fVPS<\/a> \u670d\u52d9\uff0c\u4ee5\u7372\u5f97\u66f4\u597d\u7684\u6027\u80fd\u548c\u7a69\u5b9a\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to set up Zabbix 3.2 on CentOS 7.2 with this practical, illustrated tutorial for effective monitoring and management.<\/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-42952","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42952","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=42952"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42952\/revisions"}],"predecessor-version":[{"id":42953,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42952\/revisions\/42953"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=42952"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=42952"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=42952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}