上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: #!/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 大川哥 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 登录: 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 大川哥 阅读(588) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43930865/article/details/108509540 阅读全文
posted @ 2021-11-24 16:50 大川哥 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 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 大川哥 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 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 大川哥 阅读(224) 评论(0) 推荐(0) 编辑
摘要: http://press.demo.kuboard.cn/install/install-dashboard.html#%E8%8E%B7%E5%8F%96token 阅读全文
posted @ 2021-11-19 16:22 大川哥 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 安装 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 大川哥 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 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 大川哥 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 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 大川哥 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 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 大川哥 阅读(55) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页