安装Redis - Prometheus监控
参考:Prometheus+Grafana学习(十)监控Redis_码农-文若书生的博客-CSDN博客_prometheus+grafana监控redis下载地址:Releases · oliver006/redis_exporter (github.com) 安装 下载:wget...
安装SpeedTest H5
SpeedTest Self-hosted Speedtest for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and moreGitHub:librespeedGoVersion:librespeed/speedtest-go: Go 后端为 LibreSpeed...
安装Mysql - Prometheus监控
参考原文:Prometheus+Grafana监控MySQL - 知乎 (zhihu.com) 安装 下载文件:wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.14.0/mysqld_exporter-0.14.0.linux-amd64.tar.gz 解压:tar -zxvf...
Linux多台同步时间
apt install -y chrony 查询当前时间服务器列表:chronyc -n sources -vroot@Kube-Node2:~# chronyc -n sources -v .-- Source mode '^' = server, '=' = peer, '#' = local clock. / .- Source state '*' = current best,...
VPS测速脚本
测速脚本#!/usr/bin/env bash# ColorsRED='\033[0;31m'GREEN='\033[0;32m'YELLOW='\033[0;33m'BLUE='\033[0;34m'PURPLE="\033[0;35m"CYAN='\033[0;36m'PLAIN='\033[0m'checkroot(){ [[...
Kafka学习
一、介绍 [[First Kafka Application]] [[Kafka Topic - 主题]] [[Kafka Partitioning - Topic分区]] [[Kafka Broker - 代理]] [[Kafka Relication - 副本]] [[Kafka Producer - 生产者]] [[Kafka Consumer - 消费者]]
PVE安装Node-exporter监控Prometheus
参考原文:佛西博客 - Pve使用外部监控Grafana+Prometheus (buduanwang.vip) 一、安装 创建用户 groupadd --system prometheususeradd -s /sbin/nologin --system -g prometheus prometheusmkdir /etc/prometheus/ 安装Node - exporter apt install python python-pippip install...
GItLab安装
sudo docker run --detach --hostname gitlab.baiyz.top --publish 4433:443 --publish 880:80 --publish 2221:22 --name gitlab --restart always --volume /volume4/GitLab/config:/etc/gitlab --volume /volume4/GitLab/logs:/var/log/gitlab --volume...
OpenWrt安装prometheus监控
英文参考:Monitor OpenWrt nodes with Prometheus | cloudrocket 一、修改Openwrt源 更换为Openwrt为官方源:(自己确定自己的系统版本:按照URL自己去查看替换即可Index of /releases/ (openwrt.org)) src/gz openwrt_core...