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

推荐订阅源

N
News and Events Feed by Topic
D
Docker
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
F
Full Disclosure
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
L
LangChain Blog
H
Help Net Security
B
Blog
T
Tailwind CSS Blog
V
V2EX
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
美团技术团队
A
About on SuperTechFans
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
I
InfoQ
Project Zero
Project Zero
I
Intezer
Google DeepMind News
Google DeepMind News
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Threat Research - Cisco Blogs
Last Week in AI
Last Week in AI
C
Cyber Attacks, Cyber Crime and Cyber Security
G
GRAHAM CLULEY
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
AWS News Blog
AWS News Blog
Spread Privacy
Spread Privacy
S
Securelist
Recorded Future
Recorded Future
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 叶小钗
S
Security Affairs
Blog — PlanetScale
Blog — PlanetScale
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
The Hacker News
The Hacker News

雾非雾 - 监控

暂无文章

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

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