摘要: 检测在线IP 阅读全文
posted @ 2024-01-01 04:15 zhenru 阅读(93) 评论(0) 推荐(0)
摘要: 一、部署prometheus 官方文档:https://prometheus.io/docs/introduction/first_steps/ 下载地址:https://github.com/prometheus/prometheus/releases [root@centos7 ~]# tar 阅读全文
posted @ 2023-12-30 22:22 zhenru 阅读(156) 评论(0) 推荐(0)
摘要: ubuntu 阅读全文
posted @ 2023-12-28 01:23 zhenru 阅读(306) 评论(0) 推荐(0)
摘要: 一、ELK获取 ElasticStack下载:https://elasticsearch.cn/download/ 二、ES集群部署 Elasticsearch采用Java编写,所有ES节点要先配置JDK环境。 [root@node01 ~]# java -version openjdk versi 阅读全文
posted @ 2022-03-25 18:00 zhenru 阅读(84) 评论(0) 推荐(0)
摘要: 一、Nginx部署 1.1 获取源码 [root@centos7 ~]# wget https://nginx.org/download/nginx-1.18.0.tar.gz [root@centos7 ~]# tar xf nginx-1.18.0.tar.gz 1.2 创建用户 [root@c 阅读全文
posted @ 2022-03-18 00:05 zhenru 阅读(103) 评论(0) 推荐(0)
摘要: Tomct Redis Memcached Session 阅读全文
posted @ 2022-03-11 22:22 zhenru 阅读(178) 评论(0) 推荐(0)
摘要: 1. 环境说明 本文所使用镜像版本为CentOS-7-x86_64-DVD-1810,其他版本亦可参考。 VMware网络使用NAT模式,网段为10.100.1.0/24,网关为10.100.1.254 2. 配置模板 2.1 配置CentOS源和epel源 [root@centos7 ~]# cp 阅读全文
posted @ 2021-11-22 23:34 zhenru 阅读(250) 评论(0) 推荐(0)