Grafana json文件汉化-7362监控MySQL:


1、监控MySQL.json: { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true,

Grafana json文件汉化-12633监控Linux主机详情:


1、Linux主机详情.json { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true,

Grafana json文件汉化-13868监控windows_server服务器:


1、Windows-Server-Grafana.json { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable"

docker-compose部署prometheus监控Linux、Windows-Server服务器


一、基础环境准备: 1、Linux服务器安装时间服务器,同步时间: 1、用 ntpdate从时间服务器更新时间: yum -y install ntp 2、编辑 ntp.conf 文件 vim /etc/ntp.conf server ntp1.aliyun.com ibu

K8s架构+K8s组件图+流量流向


1、K8s架构图:

Ubuntu升级OpenSSH版本,修复安全漏洞


1、官网下载地址: https://mirror.aarnet.edu.au/pub/OpenBSD/OpenSSH/portable/ 1.1、openssh9.8的下载地址: https://mirror.aarnet.edu.au/pub/OpenBSD/OpenSSH/portable/op

Kubekey通过OpenEuler 22.03部署K8s集群(测试环境)


1、系统优化: cat > /etc/sysctl.d/k8s_better.conf << EOF net.bridge.bridge-nf-call-iptables=1 net.bridge.bridge-nf-call-ip6tables=1 net.ipv4.ip_forward=1 vm

虚拟机安装OpenEuler系统,K8s前置环境准备


1、下载OpenEuler系统: 1.1、进入华为云下载OpenEuler系统: https://mirrors.huaweicloud.com/mirrorDetail/5ebe3408c8ac54047fe607f0?mirrorName=openeuler&catalog=os

Linux服务器部署NTP,实现时间同步


1、安装ntpd同步网络时间: yum install -y ntpd 2、编辑 ntp.conf 文件: vim /etc/ntp.conf server ntp1.aliyun.com iburst server ntp2.aliyun.com iburst server ntp3.aliyun

CentOS7升级内核版本:


1、下载新的 rpm内核包: wget http://mirrors.coreix.net/elrepo-archive-archive/kernel/el7/x86_64/RPMS/kernel-lt-devel-5.4.226-1.el7.elrepo.x86_64.rpm wget http: