- 博客(12)
- 收藏
- 关注
原创 RocketMQ exporter 部署
1. 拉取 rocketmq exportergit clone https://github.com/apache/rocketmq-exporter.git2. 进入安装目录,cd rocketmq-exporter3. 构建安装包 (2选1即可)a. 构建 jar 包mvn clean installcd targetnohup java -jar target/rocketmq-exporter-0.0.2-SNAPSHOT.jar &b. 构建 docker
2022-04-20 17:14:48
4130
原创 阿里云 Centos8 yum 镜像 404
Linux 版本:阿里云 Centos 8.4阿里云服务器 Centos8+ 使用 yum 命令时报错 404- Status code: 404 for http://mirrors.cloud.aliyuncs.com/centos/8/AppStream/x86_64/os/repodata/repomd.xml (IP: 100.100.2.148)Error: Failed to download metadata for repo 'appstream': Cannot downlo
2022-02-07 14:41:21
5620
9
原创 InfluxDB 时间线简析
Linux 版本:Centos 8.4Telegraf 版本:1.20.4InfluxDB版本:1.8.10目录软件简介行业地位基本概念高级概念实践操作1. 软件安装2. 数据查询3. 查看时间线4. 时间线测试4.1 添加 inputs.tags (插件标签)4.2 删除 measurement4.3 添加 global_tags (全局标签)简单解析软件简介InfluxDB 是一个开源分布式时序和指标数据库,使用 Go 语言编写。.
2022-01-10 10:10:17
767
原创 Windows 序列号查看
Windows 版本:Windows 10 家庭中文版命令提示符 CMD1. 设备序列号wmic bios get serialnumber2. 磁盘序列号wmic diskdrive get serialnumber
2021-12-14 15:17:43
2000
原创 Prometheus 监控体系部署
Linux 版本:Centos 8.4Prometheus 版本:2.31.1AlertManager 版本:0.23.0一. 安装 Promehteus1. 下载 prometheus官方地址:Download | Prometheuswget https://github.com/prometheus/prometheus/releases/download/v2.31.1/prometheus-2.31.1.linux-amd64.tar.gz2. 解压缩tar..
2021-12-01 14:45:41
1140
原创 Zabbix 5.4 监控 Redis
Linux 版本:Centos 8.4Zabbix 版本:5.4.7Redis 版本:3.2.12Zabbix 监控 Redis 主要通过自定义监控项的方式 (UserParameter)1. 修改 zabbix agent 的主配置文件/usr/local/zabbix/etc/zabbix_agentd.confUserParameter=redis[*],redis-cli -h 127.0.0.1 -p 6379 info|grep $1|cut -d : -f2UserP.
2021-11-30 15:45:07
888
原创 Grafana 8.2 展示 Influxdb 数据
Linux 版本:Centos 8.4Grafana 版本:8.2.41. 下载安装包wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.2.4-1.x86_64.rpmyum install -y grafana-enterprise-8.2.4-1.x86_64.rpm2. 启动服务systemctl start grafana-server3. 登录界面 http://ip:3000.
2021-11-26 18:17:22
226
原创 InfluxData 监控体系部署
Linux 版本:Centos 8.4Telegraf 版本:1.20.4Influxdb 版本:1.8.10Chronograf 版本:1.9.1InfluxData 监控体系分为四个组件:Telegraf:数据采集 InfluxDB:时序数据库 Chronograf:数据展示 Kapacitor:监控报警一. Telegraf 安装1. 配置 yum 源cat <<EOF | tee /etc/yum.repos.d/influxdb.repo[.
2021-11-24 17:39:06
890
原创 Grafana 8.2 展示 Prometheus 数据
Linux 版本:Centos 8.4Grafana 版本:8.2.41. 下载安装包wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.2.4-1.x86_64.rpmyum install -y grafana-enterprise-8.2.4-1.x86_64.rpm2. 启动服务systemctl start grafana-server3. 登录界面(admin/admin,首次登
2021-11-18 14:34:55
278
原创 Zabbix 5.4 添加 ldap 认证
Linux 版本:Centos 8.4Zabbix 版本:5.4.71. 查看是否已经安装 ldap 模块php -m | grep ldap2. 如果没有安装,添加该模块yum -y install php-ldap3. 创建用户 (域中存在的用户)(需要分配权限后才能添加)4. 权限为超级管理员5. 选择认证方式为 ldap6. 添加 ldap 认证配置参数一览LDAP 主机 ldap服务器地址 端口 默认389 基于...
2021-11-17 11:08:36
1024
原创 Zabbix 5.4 编译安装
Linux 版本:Centos 8.4Zabbix 版本:5.4.7Mysql 版本:8.0.26Apache 版本:2.4.37PHP 版本:7.2.24 (最低需求 7.2)目录环境准备一. 软件依赖包安装1. LAMP 安装2. 其他软件包安装服务安装一. Zabbix Server 安装1. 下载源码包2. 解压安装二. 数据库 Mysql 配置1. 启动数据库2. 新建数据库并授权3. 导入表结构和初始数据三. Zabbix
2021-11-09 18:26:12
2310
原创 Mysql 忘记 root 密码解决方法
Mysql 版本:5.7.17Linux 版本:Centos 7.81. 修改配置文件 vi /etc/my.cnf,添加skip-grant-tables[mysqld]skip-grant-tables2. 重启 mysqlsystemctl restart mysql3. 使用 root 登录 (密码为空),并修改密码use mysql;update mysql.user set authentication_string=password('password'.
2021-11-05 17:00:12
107
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人