云主机-Linux监控软件从netdata到xunfeng

1.申请云主机

我申请的华为云主机,SecCRT 连公网地址

2.自己部署Linux监控软件

Netdata也可以后台服务收集监控指标,多服务器的监控指标汇总到前台展示,或者归档汇总后提供给其他工具如grafana

Referen:https://mp.weixin.qq.com/s?__biz=MzU3MzM0ODgyMg==&mid=2247484206&idx=1&sn=585916683693f02b3d0df8f783f28366&chksm=fcc24d97cbb5c481665668c94304fd9f30ee8d51b00ab9d84a3b533616a0f218b1acca7af6d0&mpshare=1&scene=1&srcid=041759VYfepypiRuhD5W1oTv#rd

A.基础配置: yum update -y

B.开始安装:bash <(curl -Ss https://my-netdata.io/kickstart.sh)

C.浏览器打开http://ip:19999

3.xunfeng

Reference:https://github.com/dwx953571268/xunfeng/blob/master/docs/install/Linux.md

A准备

----

a.root权限

b.安装Asia/Shanghai时区:# echo TZ\='Asia/Shanghai'\; export TZ >> ~/.bash\_profile && source ~/.bash\_profile

c.操作系统依赖:---》python依赖库

d.安装MongoDB数据库

reference:https://www.cnblogs.com/web424/p/6928992.html

---

B部署配置

a.yum或apt的方式安装mongodb的启动

b.下载二进制文件的方式启动mongodb

c.mongodb 添加认证

-----

C导入数据库

D修改配置

E运行系统

//////////

4.GNOME 图形化界面

第二步:在命令行下 输入下面的命令来安装Gnome包。

      # yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

      第三步:更新系统的运行级别。

      # ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

      第四步:重启机器。启动默认进入图形界面。

      # reboot

你可能感兴趣的:(云主机-Linux监控软件从netdata到xunfeng)