﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-alantop's blog -随笔分类-centos 6</title><link>http://www.cppblog.com/alantop/category/21392.html</link><description>量化趋势交易</description><language>zh-cn</language><lastBuildDate>Tue, 10 Sep 2019 14:17:16 GMT</lastBuildDate><pubDate>Tue, 10 Sep 2019 14:17:16 GMT</pubDate><ttl>60</ttl><item><title>centos分区</title><link>http://www.cppblog.com/alantop/archive/2019/09/10/216809.html</link><dc:creator>AlanTop</dc:creator><author>AlanTop</author><pubDate>Tue, 10 Sep 2019 11:50:00 GMT</pubDate><guid>http://www.cppblog.com/alantop/archive/2019/09/10/216809.html</guid><wfw:comment>http://www.cppblog.com/alantop/comments/216809.html</wfw:comment><comments>http://www.cppblog.com/alantop/archive/2019/09/10/216809.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/alantop/comments/commentRss/216809.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/alantop/services/trackbacks/216809.html</trackback:ping><description><![CDATA[1. 2个。/和swap为2G<br />2.&nbsp;<br />bios boot 2M 主分区<br />/boot 1G 主分区<br />/ 10G LVM方式<br />/home LVM方式<br />/var 10G LVM方式<br />/usr 10G LVM方式<br />swap 2G LVM方式<img src ="http://www.cppblog.com/alantop/aggbug/216809.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/alantop/" target="_blank">AlanTop</a> 2019-09-10 19:50 <a href="http://www.cppblog.com/alantop/archive/2019/09/10/216809.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>centos 6 安装zabbix 4.0 lts agent</title><link>http://www.cppblog.com/alantop/archive/2019/09/06/216789.html</link><dc:creator>AlanTop</dc:creator><author>AlanTop</author><pubDate>Fri, 06 Sep 2019 15:58:00 GMT</pubDate><guid>http://www.cppblog.com/alantop/archive/2019/09/06/216789.html</guid><wfw:comment>http://www.cppblog.com/alantop/comments/216789.html</wfw:comment><comments>http://www.cppblog.com/alantop/archive/2019/09/06/216789.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/alantop/comments/commentRss/216789.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/alantop/services/trackbacks/216789.html</trackback:ping><description><![CDATA[1.下载对应的安装包<br /><a href="https://repo.zabbix.com/zabbix/4.0/rhel/6/x86_64/">https://repo.zabbix.com/zabbix/4.0/rhel/6/x86_64/<br />2</a>. wget .rpm<br />3.<span style="font-family: &quot;Source Code Pro&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Ubuntu Mono&quot;, &quot;Anonymous Pro&quot;, &quot;Droid Sans Mono&quot;, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #fafafa;">yum localinstall zabbix-agent-x86_64.rpm<br />4.</span><br /><span style="color: #4d4d4d; font-family: &quot;Microsoft YaHei&quot;, &quot;SF Pro Display&quot;, Roboto, Noto, Arial, &quot;PingFang SC&quot;, sans-serif; font-size: 16px; font-variant-ligatures: common-ligatures; background-color: #ffffff;">vim /etc/zabbix/zabbix_agentd.conf<br /><br /></span><span style="font-family: &quot;Source Code Pro&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Ubuntu Mono&quot;, &quot;Anonymous Pro&quot;, &quot;Droid Sans Mono&quot;, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif; font-variant-ligatures: common-ligatures; white-space: pre; background-color: #fafafa;">EnableRemoteCommands=1 #允许zabbix服务器远程zabbix_agentd执行命令

LogRemoteCommands=1 #开启远程执行命令日志

Server=10.8.9.155 #填写zabbix服务器IP地址

ServerActive=10.8.9.155 #填写zabbix服务器IP地址

Hostname=cloucentos6.0 #填写zabbix_agentd客户端计算机名<br /><br /></span><pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: pre-wrap; overflow-wrap: break-word; font-size: 12px; font-family: &quot;Courier New&quot; !important;">service zabbix-agent start <br />或者 systemctl start zabbix-agent</pre><img src ="http://www.cppblog.com/alantop/aggbug/216789.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/alantop/" target="_blank">AlanTop</a> 2019-09-06 23:58 <a href="http://www.cppblog.com/alantop/archive/2019/09/06/216789.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>