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

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
D
Docker
Vercel News
Vercel News
IT之家
IT之家
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
腾讯CDC
Google DeepMind News
Google DeepMind News
I
InfoQ
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
The GitHub Blog
The GitHub Blog
博客园 - Franky
The Cloudflare Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
T
Tenable Blog
P
Proofpoint News Feed
Recorded Future
Recorded Future
Security Latest
Security Latest
H
Hackread – Cybersecurity News, Data Breaches, AI and More
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 聂微东
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google Online Security Blog
Google Online Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Simon Willison's Weblog
Simon Willison's Weblog
The Last Watchdog
The Last Watchdog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
The Hacker News
The Hacker News
Martin Fowler
Martin Fowler
T
Threat Research - Cisco Blogs
NISL@THU
NISL@THU
F
Full Disclosure
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
Project Zero
Project Zero

雾非雾 - 监控

暂无文章

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

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

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