摘要: 转载于https://dbawsp.com/category/devops/elk Filebeat连接Redis数据库: 当前已经把 Nginx日志配置为 json格式了(要修改nginx日志的格式,请复制下方日志配置到nginx配置中) 如果没有安装nginx,请点击下方文章链接 CentOS- 阅读全文
posted @ 2020-12-25 17:07 技术颜良 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 转载于https://dbawsp.com/1075.html Nodejs官网 Nodejs中文网 安装nodejs: 在jenkins服务器安装 [root@jenkinsserver ~]# mkdir /home/tools && cd /home/tools [root@jenkinsse 阅读全文
posted @ 2020-12-25 17:04 技术颜良 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 转载于https://dbawsp.com/1097.html 超管密码找回: 删除Jenkins目录下config.xml文件中下面代码,并保存文件。 <useSecurity>true</useSecurity> <authorizationStrategy class="hudson.secu 阅读全文
posted @ 2020-12-25 17:02 技术颜良 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 搭建Nexus私服实现本地拉取依赖包 转载于https://dbawsp.com/1439.html 安装JDK与Nexus环境: 修改主机名: hostnamectl set-hostname nexus bash 网站内搜索: jdk-8u181-linux-x64.rpm mkdir /hom 阅读全文
posted @ 2020-12-25 16:59 技术颜良 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: ulimit -SHn 65535内核优化net.ipv4.ip_forward = 1 #开启路由功能net.ipv4.conf.default.rp_filter = 1 #禁用所有IP源路由 net.ipv4.conf.default.accept_source_route = 0 #禁用ic 阅读全文
posted @ 2020-12-25 16:23 技术颜良 阅读(389) 评论(0) 推荐(0) 编辑
摘要: sysctl -a 查看内核配置 1)优化Linux文件打开最大数:vi /etc/security/limits.conf* soft noproc unlimited* hard noproc unlimited* soft nofile 102400* hard nofile 102400为了 阅读全文
posted @ 2020-12-25 10:46 技术颜良 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 主机中断优化 ingress-nginx 物理机执行 top 命令发现每个 CPU 的 si 指标不均衡,针对此问题 我们开启了网卡多队列机制 以及中断优化。 开启网卡多队列: ethtool -l eth0 // 查看网卡可以支持的多队列配置ethtool -L eth0 combined 8 / 阅读全文
posted @ 2020-12-25 10:34 技术颜良 阅读(303) 评论(0) 推荐(0) 编辑