会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
litzhiai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页
2021年11月29日
jenkins启动
摘要: #!/bin/bash java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/root/.jenkins -jar /usr/lib/jenkins/jenkins.war --logfile=
阅读全文
posted @ 2021-11-29 14:15 大川哥
阅读(273)
评论(0)
推荐(0)
2021年11月25日
docker 制作镜像并上传
摘要: 登录: docker login hub.xesv5.com 下载镜像 docker pull docker.io/suin/php533 docker pull docker.io/gizystems/php53-fpm-server 使用镜像创建容器 docker run -dit --name
阅读全文
posted @ 2021-11-25 18:38 大川哥
阅读(836)
评论(0)
推荐(0)
2021年11月24日
elasticsearch的segment详解
摘要: https://blog.csdn.net/weixin_43930865/article/details/108509540
阅读全文
posted @ 2021-11-24 16:50 大川哥
阅读(301)
评论(0)
推荐(0)
k8s node 系统参数调整
摘要: iplist="10.117.1.12" for ip in $iplist do ssh root@${ip} "echo -e ' net.netfilter.nf_conntrack_max = 1048576 net.nf_conntrack_max = 1048576 net.netfil
阅读全文
posted @ 2021-11-24 16:35 大川哥
阅读(282)
评论(0)
推荐(0)
2021年11月19日
php服务部署安装
摘要: php服务部署安装 开发给的另一个参考:https://blog.51cto.com/frankch/1746232 环境说明: Centos7.6 安装包路径:/usr/local/src/ 安装路径:/usr/local/php 1、版本确定7.2.21 2、依赖安装 yum -y instal
阅读全文
posted @ 2021-11-19 18:11 大川哥
阅读(248)
评论(0)
推荐(0)
安装 Kuboard v2
摘要: http://press.demo.kuboard.cn/install/install-dashboard.html#%E8%8E%B7%E5%8F%96token
阅读全文
posted @ 2021-11-19 16:22 大川哥
阅读(81)
评论(0)
推荐(0)
2021年11月16日
keepalive配置
摘要: 安装 yum install -y keepalived 环境: 10.3.196.31 ap01 10.3.196.32 ap02 10.3.196.33 vip ap01配置: ! Configuration File for keepalived global_defs { notificat
阅读全文
posted @ 2021-11-16 17:30 大川哥
阅读(459)
评论(0)
推荐(0)
2021年10月22日
Prometheus+Grafana+Altermanager监控告警(六)
摘要: redis-exporter 集群监控配置参考:https://www.cnblogs.com/fsckzy/p/12053604.html 安装: wget https://github.com/oliver006/redis_exporter/releases/download/v0.15.0/
阅读全文
posted @ 2021-10-22 11:31 大川哥
阅读(148)
评论(0)
推荐(0)
2021年10月21日
Prometheus+Grafana+Altermanager监控告警(五)
摘要: node exporter curl -Lo /etc/yum.repos.d/_copr_ibotty-prometheus-exporters.repo https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/rep
阅读全文
posted @ 2021-10-21 14:52 大川哥
阅读(79)
评论(0)
推荐(0)
2021年10月20日
Prometheus+Grafana+Altermanager监控告警(四)
摘要: rule监控规则配置 语法检查规则 promtool check rules /path/to/example.rules.yml nodes.rules: groups: - name: nodes.rules rules: - alert: NodeFilesystemUsage expr: 1
阅读全文
posted @ 2021-10-20 17:20 大川哥
阅读(77)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页
公告