{"id":45356,"date":"2024-10-06T22:18:16","date_gmt":"2024-10-06T14:18:16","guid":{"rendered":"https:\/\/server.hk\/cnblog\/45356\/"},"modified":"2024-10-06T22:18:16","modified_gmt":"2024-10-06T14:18:16","slug":"%e8%a9%b3%e8%a7%a3-centos-7-0-%e5%ae%89%e8%a3%9d-zabbix-2-4-5","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/45356\/","title":{"rendered":"\u8a73\u89e3 CentOS 7.0 \u5b89\u88dd Zabbix 2.4.5"},"content":{"rendered":"<h1 id=\"%e8%a9%b3%e8%a7%a3-centos-7-0-%e5%ae%89%e8%a3%9d-zabbix-2-4-5-vdRbRCgRmg\">\u8a73\u89e3 CentOS 7.0 \u5b89\u88dd Zabbix 2.4.5<\/h1>\n<p>Zabbix \u662f\u4e00\u6b3e\u958b\u6e90\u7684\u76e3\u63a7\u89e3\u6c7a\u65b9\u6848\uff0c\u5ee3\u6cdb\u61c9\u7528\u65bc\u4f3a\u670d\u5668\u3001\u7db2\u7d61\u8a2d\u5099\u53ca\u61c9\u7528\u7a0b\u5e8f\u7684\u76e3\u63a7\u3002\u672c\u6587\u5c07\u8a73\u7d30\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 7.0 \u4e0a\u5b89\u88dd Zabbix 2.4.5\uff0c\u5e6b\u52a9\u7528\u6236\u5feb\u901f\u642d\u5efa\u76e3\u63a7\u7cfb\u7d71\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-vdRbRCgRmg\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u5b89\u88dd\u4e4b\u524d\uff0c\u8acb\u78ba\u4fdd\u60a8\u7684 CentOS 7.0 \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 -y<\/code><\/pre>\n<p>\u6b64\u5916\uff0c\u60a8\u9700\u8981\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff0c\u5305\u62ec MySQL\/MariaDB\u3001Apache \u548c PHP\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd\u9019\u4e9b\u5305\uff1a<\/p>\n<pre><code>sudo yum install -y httpd mariadb-server php php-mysql php-gd php-xml php-bcmath php-mbstring<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-mariadb-vdRbRCgRmg\">\u5b89\u88dd MariaDB<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd\u4e26\u914d\u7f6e MariaDB \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\u52a0\u5f37\u6578\u64da\u5eab\u7684\u5b89\u5168\u6027\uff1a<\/p>\n<pre><code>sudo mysql_secure_installation<\/code><\/pre>\n<p>\u6839\u64da\u63d0\u793a\u8a2d\u7f6e root \u5bc6\u78bc\uff0c\u4e26\u9078\u64c7\u5176\u4ed6\u5b89\u5168\u9078\u9805\u3002\u63a5\u4e0b\u4f86\uff0c\u767b\u9304\u5230 MariaDB \u4e26\u5275\u5efa Zabbix \u6578\u64da\u5eab\u53ca\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<h2 id=\"%e5%ae%89%e8%a3%9d-zabbix-2-4-5-vdRbRCgRmg\">\u5b89\u88dd Zabbix 2.4.5<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u9700\u8981\u4e0b\u8f09 Zabbix 2.4.5 \u7684\u5b89\u88dd\u5305\u3002\u53ef\u4ee5\u4f7f\u7528 wget \u547d\u4ee4\u4e0b\u8f09\uff1a<\/p>\n<pre><code>wget http:\/\/repo.zabbix.com\/zabbix\/2.4\/rhel\/7\/x86_64\/zabbix-server-mysql-2.4.5-1.el7.x86_64.rpm\nwget http:\/\/repo.zabbix.com\/zabbix\/2.4\/rhel\/7\/x86_64\/zabbix-web-2.4.5-1.el7.noarch.rpm\nwget http:\/\/repo.zabbix.com\/zabbix\/2.4\/rhel\/7\/x86_64\/zabbix-agent-2.4.5-1.el7.x86_64.rpm<\/code><\/pre>\n<p>\u4e0b\u8f09\u5b8c\u6210\u5f8c\uff0c\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd Zabbix \u4f3a\u670d\u5668\u3001Web \u754c\u9762\u548c\u4ee3\u7406\uff1a<\/p>\n<pre><code>sudo yum localinstall zabbix-server-mysql-2.4.5-1.el7.x86_64.rpm zabbix-web-2.4.5-1.el7.noarch.rpm zabbix-agent-2.4.5-1.el7.x86_64.rpm<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-zabbix-%e4%bc%ba%e6%9c%8d%e5%99%a8-vdRbRCgRmg\">\u914d\u7f6e Zabbix \u4f3a\u670d\u5668<\/h2>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u60a8\u9700\u8981\u914d\u7f6e Zabbix \u4f3a\u670d\u5668\u3002\u7de8\u8f2f Zabbix \u4f3a\u670d\u5668\u914d\u7f6e\u6587\u4ef6\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 \u4f3a\u670d\u5668\u548c\u4ee3\u7406\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\u7cfb\u7d71\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-apache-%e5%92%8c-php-vdRbRCgRmg\">\u914d\u7f6e Apache \u548c PHP<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u914d\u7f6e Apache \u4ee5\u652f\u6301 Zabbix Web \u754c\u9762\u3002\u7de8\u8f2f Apache \u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vi \/etc\/httpd\/conf.d\/zabbix.conf<\/code><\/pre>\n<p>\u78ba\u4fdd\u4ee5\u4e0b\u884c\u5b58\u5728\u4e26\u6b63\u78ba\u914d\u7f6e\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\u7cfb\u7d71\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-web-%e7%95%8c%e9%9d%a2-vdRbRCgRmg\">\u8a2a\u554f Zabbix Web \u754c\u9762<\/h2>\n<p>\u73fe\u5728\uff0c\u60a8\u53ef\u4ee5\u901a\u904e\u700f\u89bd\u5668\u8a2a\u554f Zabbix Web \u754c\u9762\u3002\u6253\u958b\u700f\u89bd\u5668\u4e26\u8f38\u5165\u4ee5\u4e0b\u5730\u5740\uff1a<\/p>\n<pre><code>http:\/\/your_server_ip\/zabbix<\/code><\/pre>\n<p>\u6309\u7167\u754c\u9762\u4e0a\u7684\u6307\u793a\u5b8c\u6210\u5b89\u88dd\u904e\u7a0b\uff0c\u4e26\u4f7f\u7528\u4e4b\u524d\u5275\u5efa\u7684\u6578\u64da\u5eab\u7528\u6236\u9032\u884c\u767b\u9304\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-vdRbRCgRmg\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u60a8\u5df2\u6210\u529f\u5728 CentOS 7.0 \u4e0a\u5b89\u88dd\u4e86 Zabbix 2.4.5\u3002\u9019\u5c07\u5e6b\u52a9\u60a8\u6709\u6548\u5730\u76e3\u63a7\u4f3a\u670d\u5668\u548c\u61c9\u7528\u7a0b\u5e8f\u7684\u6027\u80fd\u3002\u5982\u679c\u60a8\u9700\u8981\u66f4\u9ad8\u6548\u7684\u76e3\u63a7\u89e3\u6c7a\u65b9\u6848\uff0c\u8003\u616e\u4f7f\u7528 <a href=\"https:\/\/server.hk\">\u9999\u6e2fVPS<\/a> \u4f86\u642d\u5efa\u60a8\u7684 Zabbix \u74b0\u5883\uff0c\u4eab\u53d7\u66f4\u7a69\u5b9a\u7684\u670d\u52d9\u548c\u66f4\u5feb\u7684\u97ff\u61c9\u901f\u5ea6\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8a73\u89e3\u5982\u4f55\u5728 CentOS 7.0 \u4e0a\u5b89\u88dd Zabbix 2.4.5\uff0c\u63d0\u4f9b\u6b65\u9a5f\u8207\u6280\u5de7\uff0c\u52a9\u4f60\u8f15\u9b06\u76e3\u63a7\u7cfb\u7d71\u6027\u80fd\u3002<\/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-45356","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/45356","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=45356"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/45356\/revisions"}],"predecessor-version":[{"id":45357,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/45356\/revisions\/45357"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=45356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=45356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=45356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}