<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>雾非雾 - VPS</title>
<link>https://www.941741.xyz/tag/VPS/</link>
<atom:link href="https://www.941741.xyz/feed/tag/VPS/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Sat, 08 Oct 2022 21:03:00 +0800</lastBuildDate>
<pubDate>Sat, 08 Oct 2022 21:03:00 +0800</pubDate>
<item>
<title>NetData服务器状态监控</title>
<link>https://www.941741.xyz/archives/32.html</link>
<guid>https://www.941741.xyz/archives/32.html</guid>
<pubDate>Sat, 08 Oct 2022 21:03:00 +0800</pubDate>
<dc:creator>花非花</dc:creator>
<description><![CDATA[ClouldCone 的 VPS 状态页面太过简陋，宝塔的状态显示在免费版本中也很精简；iftop 要登录 SSH 在命令行下操作，界面也比较简陋；找来找去就找到了 NetData ；这个以前在...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>ClouldCone 的 VPS 状态页面太过简陋，宝塔的状态显示在免费版本中也很精简；<br>iftop 要登录 SSH 在命令行下操作，界面也比较简陋；<br>找来找去就找到了 NetData ；这个以前在 OpenWrt 下见过，界面还挺酷的，功能也挺多；<br>GitHub 下找到的汉化已经是几个月前了，抱着试试看的心态尝试一下：</p><p>汉化版 GitHub 地址：</p><pre><code>https://github.com/DX-Kevin/Netdata-chinese-patch</code></pre><p>先安装依赖（后面一键安装过程发现貌似会自动检测、安装依赖）</p><pre><code>yum install zlib-devel gcc make git autoconf autogen automake pkgconfig libuuid-devel</code></pre><p>然后用一键自动安装脚本：</p><pre><code>bash &lt;(curl -Ss https://raw.githubusercontent.com/DX-Kevin/Netdata-chinese-patch/main/install-Netdata-chinese.sh)</code></pre><p>测试用的服务器配置比较低，安装要点时间，但整体还算顺利。<br>默认端口为 19999 ，防火墙记得要打开；然后打开 http://您的IP地址:19999 。<br>首次运行报错，提示无法加载 jquery-2.2.4.min.js 文件；怀疑是因为 NetData 官方版本更新，而汉化没更新导致。<br>查看目录 /usr/share/netdata/web/lib 发现当前版本为 jquery-3.6.0.min.js ；<br>所以直接暴力的方法，jquery-3.6.0.min.js 改名为 jquery-2.2.4.min.js 后刷新网页，访问正常。</p><p><img src="https://www.941741.xyz/usr/uploads/2022/10/247060038.png" alt="NetData" title="NetData"></p><p>汉化并不完整，实际体验并不算太好；况且功能太多，大多不需要用；<br>所以，看需求吧。</p>
]]></content:encoded>
<slash:comments>2</slash:comments>
<comments>https://www.941741.xyz/archives/32.html#comments</comments>
<wfw:commentRss>https://www.941741.xyz/feed/tag/VPS/</wfw:commentRss>
</item>
</channel>
</rss>