<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>交接文档总览 on AppServer 交接</title>
    <link>/</link>
    <description>Recent content in 交接文档总览 on AppServer 交接</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 28 Sep 2014 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Gocollector 交接</title>
      <link>/docs/gocollector/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/gocollector/</guid>
      <description>&lt;h1 id=&#34;gocollector-配置详解&#34;&gt;Gocollector 配置详解&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;date: 2020-05-13&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：gocollector，td-agent&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Logrotate日志相关</title>
      <link>/docs/logrotate%E6%97%A5%E5%BF%97%E7%9B%B8%E5%85%B3/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/logrotate%E6%97%A5%E5%BF%97%E7%9B%B8%E5%85%B3/</guid>
      <description>&lt;h1 id=&#34;logrotate-日志相关的交接&#34;&gt;logrotate 日志相关的交接&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-11&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：日志 logrotate&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>telegraf 配置文件</title>
      <link>/docs/telegraf%E6%96%87%E6%A1%A3/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/telegraf%E6%96%87%E6%A1%A3/</guid>
      <description>telegraf 配置文件详解 Author: fupeng.li
date: 2020-05-14
关键字：监控系统，telegraf
#全局tag配置，采用key = &amp;quot;values&amp;quot;方式，这样在本机采集到的所有数据将都有这个标签 [global_tags] dc = &amp;quot;docker-test&amp;quot; #agent配置 [agent] #默认的数据(input)采集间隔时间 interval = &amp;quot;1s&amp;quot; #采用轮询时间间隔。默认是使用interval里面的值进行轮询，比如interval = &amp;quot;10s&amp;quot;,那采集时间将是:00, :10, :20, 等 round_interval = true #每次发送到output的度量大小不能超过metric_batch_size的值, 个数 metric_batch_size = 1000 #telegraf会为每一个output去缓存一份度量值，metric_buffer_limit为缓存的限制，并且刷新buffer以确定成功写入。如果达到这个限制了，老的数据会被第一时间丢弃 #当然了，增加这个值能够容忍更多的数据连接，但是这也将会增加telegraf潜在的内存占用。这个值可以大于metric_batch_size但是必须小于它的两倍 metric_buffer_limit = 10000 #通过随机度量来对采集时间进行抖动。每个插件在采集数据之前将会有一个随机时间的休眠 #这个设置是为了防止多个采集源数据同一时间都在队列 collection_jitter = &amp;quot;0s&amp;quot; #默认所有数据flush到outputs的时间(在数据被flush到output之前，最大能到flush_interval + flush_jitter)。不能低于interval flush_interval = &amp;quot;10s&amp;quot; # 通过随机数来对flush间隔进行抖动。这个主要是为了避免当运行一个大的telegraf实例的时候有比较大的写入。(jitter=5s,flush_interval=10s意味着每10-15s会发生一次flush操作) flush_jitter = &amp;quot;0s&amp;quot; #默认这个值被设置相同的时间戳通过采集间隔排序。最大值为1s。这个指标一般不会用在service input(比如logparser和statsd)。单位(ns,us,ms,s) precision = &amp;quot;&amp;quot; #以debug模式运行 debug = false #以安静模式运行 quiet = false #这个将会覆盖默认的hostname，如果为空的话，将会采用os.Hostname() hostname = &amp;quot;&amp;quot; #如果设置为true，就不允许在telegraf agent里面设置&amp;quot;host&amp;quot;标签了 omit_hostname = false ############################################################################### # INPUT PLUGINS # ############################################################################### # inputs插件全局参数: #每一个input都可以配置的全局配置项 #name_override:覆盖默认的度量值名字(默认是input的名字) #name_prefix:指定一个前缀并附加到度量值的名字(measuerments name) #name_suffix:指定后缀 #interval：多久采集一次数据，默认可用使用全局配置中的参数 # Read metrics about cpu usage [[inputs.</description>
    </item>
    
    <item>
      <title>同步trident数据</title>
      <link>/docs/%E5%90%8C%E6%AD%A5trident%E6%95%B0%E6%8D%AE/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E5%90%8C%E6%AD%A5trident%E6%95%B0%E6%8D%AE/</guid>
      <description>&lt;h1 id=&#34;同步-trident-数据交接&#34;&gt;同步 trident 数据交接&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-09&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：sync trident ROI&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>多版本配置</title>
      <link>/docs/%E5%A4%9A%E7%89%88%E6%9C%AC%E9%85%8D%E7%BD%AE/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E5%A4%9A%E7%89%88%E6%9C%AC%E9%85%8D%E7%BD%AE/</guid>
      <description>&lt;h1 id=&#34;010-多版本配置功能交接&#34;&gt;010 多版本配置功能交接&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-07&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：010 多版本配置功能&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>机器审核</title>
      <link>/docs/%E6%9C%BA%E5%99%A8%E5%AE%A1%E6%A0%B8/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E6%9C%BA%E5%99%A8%E5%AE%A1%E6%A0%B8/</guid>
      <description>&lt;h1 id=&#34;机器审核交接&#34;&gt;机器审核交接&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-09&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：机器审核&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>用户累计金币问题</title>
      <link>/docs/%E7%94%A8%E6%88%B7%E7%B4%AF%E8%AE%A1%E9%87%91%E5%B8%81%E9%97%AE%E9%A2%98/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E7%94%A8%E6%88%B7%E7%B4%AF%E8%AE%A1%E9%87%91%E5%B8%81%E9%97%AE%E9%A2%98/</guid>
      <description>&lt;h1 id=&#34;用户累计金币问题&#34;&gt;用户累计金币问题&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-12&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：用户金币 累计&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>登录</title>
      <link>/docs/%E7%99%BB%E5%BD%95/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E7%99%BB%E5%BD%95/</guid>
      <description>&lt;h1 id=&#34;登录&#34;&gt;登录&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-06&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：登录，绑定，解绑&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>监控</title>
      <link>/docs/%E7%9B%91%E6%8E%A7/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E7%9B%91%E6%8E%A7/</guid>
      <description>&lt;h1 id=&#34;监控分享&#34;&gt;监控分享&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;date: 2020-05-14&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键字：监控系统， statsd，telegraf, influxdb，grafana&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>邀请</title>
      <link>/docs/%E9%82%80%E8%AF%B7/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/%E9%82%80%E8%AF%B7/</guid>
      <description>&lt;h1 id=&#34;邀请需求交接&#34;&gt;邀请需求交接&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Author: fupeng.li&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Date: 2020-05-08&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;关键词：邀请&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Creating a New Theme</title>
      <link>/posts/creating-a-new-theme/</link>
      <pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate>
      
      <guid>/posts/creating-a-new-theme/</guid>
      <description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
We&amp;rsquo;ll start with creating a new site with a very basic template.</description>
    </item>
    
    <item>
      <title>Migrate to Hugo from Jekyll</title>
      <link>/posts/migrate-from-jekyll/</link>
      <pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate>
      
      <guid>/posts/migrate-from-jekyll/</guid>
      <description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
▾ &amp;lt;root&amp;gt;/ ▾ images/ logo.png  should become
▾ &amp;lt;root&amp;gt;/ ▾ static/ ▾ images/ logo.png  Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
    </item>
    
    <item>
      <title>(Hu)go Template Primer</title>
      <link>/posts/goisforlovers/</link>
      <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
      
      <guid>/posts/goisforlovers/</guid>
      <description>Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in Go templates.
This document is a brief primer on using Go templates.</description>
    </item>
    
    <item>
      <title>Getting Started with Hugo</title>
      <link>/posts/hugoisforlovers/</link>
      <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
      
      <guid>/posts/hugoisforlovers/</guid>
      <description>Step 1. Install Hugo Go to Hugo releases and download the appropriate version for your OS and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at Install Hugo
Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now.
Follow the following steps:
 Clone the Hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313  Corresponding pseudo commands:</description>
    </item>
    
  </channel>
</rss>