惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
N
News and Events Feed by Topic
P
Privacy International News Feed
The Hacker News
The Hacker News
Schneier on Security
Schneier on Security
C
Cybersecurity and Infrastructure Security Agency CISA
Security Latest
Security Latest
L
LINUX DO - 最新话题
阮一峰的网络日志
阮一峰的网络日志
Cisco Talos Blog
Cisco Talos Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - Franky
P
Privacy & Cybersecurity Law Blog
Attack and Defense Labs
Attack and Defense Labs
云风的 BLOG
云风的 BLOG
月光博客
月光博客
D
Docker
Webroot Blog
Webroot Blog
The GitHub Blog
The GitHub Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
W
WeLiveSecurity
S
Security Affairs
Martin Fowler
Martin Fowler
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Security Archives - TechRepublic
Security Archives - TechRepublic
Microsoft Azure Blog
Microsoft Azure Blog
C
CERT Recently Published Vulnerability Notes
B
Blog
L
Lohrmann on Cybersecurity
T
Threatpost
量子位
S
Schneier on Security
V
Visual Studio Blog
S
Securelist
T
The Exploit Database - CXSecurity.com
Scott Helme
Scott Helme
V
Vulnerabilities – Threatpost
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
I
Intezer
Stack Overflow Blog
Stack Overflow Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
博客园 - 聂微东
小众软件
小众软件
罗磊的独立博客
雷峰网
雷峰网
Recorded Future
Recorded Future

雾非雾 - VPS

暂无文章

NetData服务器状态监控
花非花 · 2022-10-08 · via 雾非雾 - VPS

ClouldCone 的 VPS 状态页面太过简陋,宝塔的状态显示在免费版本中也很精简;
iftop 要登录 SSH 在命令行下操作,界面也比较简陋;
找来找去就找到了 NetData ;这个以前在 OpenWrt 下见过,界面还挺酷的,功能也挺多;
GitHub 下找到的汉化已经是几个月前了,抱着试试看的心态尝试一下:

汉化版 GitHub 地址:

https://github.com/DX-Kevin/Netdata-chinese-patch

先安装依赖(后面一键安装过程发现貌似会自动检测、安装依赖)

yum install zlib-devel gcc make git autoconf autogen automake pkgconfig libuuid-devel

然后用一键自动安装脚本:

bash <(curl -Ss https://raw.githubusercontent.com/DX-Kevin/Netdata-chinese-patch/main/install-Netdata-chinese.sh)

测试用的服务器配置比较低,安装要点时间,但整体还算顺利。
默认端口为 19999 ,防火墙记得要打开;然后打开 http://您的IP地址:19999 。
首次运行报错,提示无法加载 jquery-2.2.4.min.js 文件;怀疑是因为 NetData 官方版本更新,而汉化没更新导致。
查看目录 /usr/share/netdata/web/lib 发现当前版本为 jquery-3.6.0.min.js ;
所以直接暴力的方法,jquery-3.6.0.min.js 改名为 jquery-2.2.4.min.js 后刷新网页,访问正常。

NetData

汉化并不完整,实际体验并不算太好;况且功能太多,大多不需要用;
所以,看需求吧。