上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: test.py 运行test.py -v 打印 "[*] Version is 0.01 " 阅读全文
posted @ 2018-12-29 09:15 凯文队长 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Get-Process -name $process_name -ErrorAction SilentlyContinue remove-item ${SERVICE_HOME} -Recurse -Force -ErrorAction SilentlyContinue if ($?){...}#通 阅读全文
posted @ 2018-12-20 16:29 凯文队长 阅读(277) 评论(0) 推荐(0) 编辑
摘要: if exist C:\Python27 ::空格 ( ::(与if在同一行 echo file %python_exe% exist ) ::空格 else ::空格 ( ::默认安装目录为C:\Python27 ECHO Start to install python-2.7.3.amd64 ) 阅读全文
posted @ 2018-12-18 11:12 凯文队长 阅读(303) 评论(0) 推荐(0) 编辑
摘要: @ECHO OFF ::定于初始变量SET python_home=C:\Python27SET python_exe=%python_home%\python.exe ::判断python是否安装if exist %python_exe% ( echo file %python_exe% is e 阅读全文
posted @ 2018-12-18 10:05 凯文队长 阅读(2315) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ansible/ansible/raw/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 环境: python2.7 centos7 ansible yum install ansible 一、pyth 阅读全文
posted @ 2018-12-17 15:25 凯文队长 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: 一、没有vts的启动方式 #nginx_exporter -telemetry.address=:9113 -nginx.scrape_uri="http://127.0.0.1:10000/nginx_status #nginx_exporter -telemetry.address=:9113 阅读全文
posted @ 2018-12-13 15:47 凯文队长 阅读(3504) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 @raft server节点之间的数据一致性保证,一致性协议使用的是raft,而zookeeper用的paxos,etcd采用的也是taft。 @服务发现协议 consul采用http和dns协议,etcd只支持http @服务注册 consul支持两种方式实现服务注册,一种是通过cons 阅读全文
posted @ 2018-12-11 10:39 凯文队长 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: 一、介绍prometheus-operator 二、查看配置rbac授权 三、helm安装prometheus-operator 四、配置监控k8s组件 五、granafa添加新数据源 六、监控mysql七、alertmanager配置 最后、卸载prometheus-operator新版、变动 一 阅读全文
posted @ 2018-12-10 16:10 凯文队长 阅读(15068) 评论(2) 推荐(0) 编辑
摘要: 转发地址:http://www.jintiankansha.me/t/Js1R84GGAl DNS 是 Kubernetes 的核心功能之一,Kubernetes 通过 kube-dns 或 CoreDNS 作为集群的必备扩展来提供命名服务,通过 DNS 扩展,每一个 Service 都会产生一个独 阅读全文
posted @ 2018-12-10 15:03 凯文队长 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: include_vars: '{{ ansible_os_family }}.yml' tags: always when: ansible_os_family == 'RedHat' tags: yum 阅读全文
posted @ 2018-12-07 14:44 凯文队长 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页