上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页
摘要: 1. 防火墙简介 动态防火墙后台程序 firewalld 提供了一个 动态管理的防火墙,用以支持网络 “zones” ,以分配对一个网络及其相关链接和界面一定程度的信任。它具备对 IPv4和 IPv6 防火墙设置的支持。它支持以太网桥,并有分离运行时间和永久性配置选择。它还具备一个通向服务或者应用程 阅读全文
posted @ 2019-08-23 20:05 西门运维 阅读(6160) 评论(0) 推荐(1)
摘要: 报错信息: Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. User "system:serviceaccount:mycomp-ser 阅读全文
posted @ 2019-08-21 23:49 西门运维 阅读(4667) 评论(0) 推荐(0)
摘要: 官方地址:https://github.com/jenkinsci/aqua-microscanner-plugin Step1 在jenkins安装"Aqua MicroScanner"插件 Step2 系统设置配置token,token获取地址:https://microscanner.aqua 阅读全文
posted @ 2019-08-20 22:59 西门运维 阅读(737) 评论(0) 推荐(0)
摘要: 1、个人比较喜欢的配色: 2、效果如下: 3、将1中的代码保存文档并命名为XTerm.xcs,打开Xshell 工具 --> 配色方案 -->导入–>选择刚刚创建的XTerm.xcs–> 选择覆盖–>确认,之后打开窗口都是这个配色了。 阅读全文
posted @ 2019-08-11 00:06 西门运维 阅读(1583) 评论(0) 推荐(0)
摘要: Python3源代码编译安装 安装必要工具 yum-utils ,它的功能是管理repository及扩展包的工具 (主要是针对repository) 使用yum-builddep为Python3构建环境,安装缺失的软件依赖,使用下面的命令会自动处理. 完成后下载Python3的源码包(笔者以Pyt 阅读全文
posted @ 2019-08-09 23:58 西门运维 阅读(3540) 评论(0) 推荐(0)
摘要: 在/stable/prometheus-operator/values.yaml配置告警邮件 config: global: resolve_timeout: 5m smtp_smarthost: 'smtp.qq.com:465' smtp_from: 'xx@qq.com' smtp_auth_ 阅读全文
posted @ 2019-08-08 11:34 西门运维 阅读(2022) 评论(0) 推荐(0)
摘要: chart地址:https://github.com/helm/charts/tree/master/stable/prometheus-redis-exporter 1、下载chart包 2、修改values文件 3、部署 4、grafana https://grafana.com/grafana 阅读全文
posted @ 2019-08-07 15:43 西门运维 阅读(5212) 评论(0) 推荐(0)
摘要: chart地址:https://gkarthiks.github.io/helm-charts/charts/prometheus-kafka-exporter/ 1、下载chart 2、修改values文件 3、部署,注意要和kafka在同一namespace下 4、grafana https:/ 阅读全文
posted @ 2019-08-07 15:13 西门运维 阅读(5270) 评论(0) 推荐(0)
摘要: NodeSelector(指定运行node) 1、给node打上label kubectl label nodes cn-hongkong.i-j6c5pm0b59y9kaos565o apptype=monitoring 2、查看结果kubectl get nodes --show-labels 阅读全文
posted @ 2019-08-07 11:48 西门运维 阅读(427) 评论(0) 推荐(0)
摘要: BIND 主从配置 环境:master:172.31.182.144slave:172.31.182.147一、安装yum install bind bind-chroot -y (源码包:https://downloads.isc.org/isc/bind9/9.14.8/bind-9.14.8. 阅读全文
posted @ 2019-08-06 17:24 西门运维 阅读(1675) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页