<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>Snicoe&apos;s Blog</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>serial</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://blog-arklink-org.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://blog.arklink.org</link>
  <description>
    <![CDATA[<p>这里是Snicoe自言自语的地方，随便写点东西，也没啥人看，所以看心情更新一些陈芝麻烂谷子的东西。</p><p>我可能不会经常维护此站点，也许可能永久不更新消失在汪洋互联网之中，会回来吗？也许吧，Good Luck！</p><p>社媒: <a href="https://www.instagram.com/snicoe0716" rel="noopener noreferrer" target="_blank">Instagram</a> | <a href="https://www.youtube.com/@snicoeofficial" rel="noopener noreferrer" target="_blank">Youtube</a> | <a href="https://x.com/snicoeofficial" rel="noopener noreferrer" target="_blank">X / Twitter</a></p><p>如果你使用了我的部分服务可以前往<a href="https://status0.arklink.org" rel="noopener noreferrer" target="_blank">Status</a>页面查看可用状态，全部服务均优先运行在IPv6网络。</p><p>本人生理男性并自认为男性，性取向正常，社恐一个，看心情回复❤️。</p>]]>
  </description>
  <itunes:author>Snicoeの自言自语</itunes:author>
  <itunes:image href="https://media-cdn.arklink.org/blog-arklink-org/production/images/channel-35018318ef9161a58e1728b4144ab0a9.png"/>
  <image>
    <title>Snicoe&apos;s Blog</title>
    <url>https://media-cdn.arklink.org/blog-arklink-org/production/images/channel-35018318ef9161a58e1728b4144ab0a9.png</url>
    <link>https://blog.arklink.org</link>
  </image>
  <copyright>©2019-2026</copyright>
  <itunes:category text="Science"/>
  <item>
    <title>SmokePing 监控Ping并可视化</title>
    <guid>I8eaGNFPfQe</guid>
    <pubDate>Tue, 18 Apr 2023 11:56:00 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p>ubuntu默认源中已经默认有smokeping直接安装</p><pre class="ql-syntax" spellcheck="false">sudo apt install smokeping
</pre><p>修改检测频率</p><pre class="ql-syntax" spellcheck="false">vim /etc/smokeping/config.d/Database
</pre><p>编辑</p><pre class="ql-syntax" spellcheck="false">*** Database ***

step&nbsp;&nbsp;&nbsp;= 10 #10秒10次
pings&nbsp;&nbsp;= 10

# consfn mrhb steps total
</pre><p>修改检测目标(IPv4)</p><pre class="ql-syntax" spellcheck="false">vim /etc/smokeping/config.d/Targets
</pre><p>添加</p><pre class="ql-syntax" spellcheck="false">++ test
probe = FPing #探针工具
menu = test #侧边栏标签
title = test #标题
host = localhost #地址
</pre><p>检测IPv6</p><p>默认不检测ipv6，需要自己手动配置探针</p><pre class="ql-syntax" spellcheck="false">vim /etc/smokeping/config.d/Probes
</pre><p>添加</p><pre class="ql-syntax" spellcheck="false">+ FPing6
binary = /usr/bin/fping6
</pre><p>添加IPv6检测对象</p><pre class="ql-syntax" spellcheck="false">++ test
probe = FPing6 #指定FPing6
menu = test
title = test
host = ::1
</pre>]]>
    </description>
    <link>https://blog.arklink.org/i/smokeping-pingkeshihua-I8eaGNFPfQe/</link>
    <itunes:episodeType>full</itunes:episodeType>
  </item>
</channel>
</rss>