会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苍茫宇宙
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
31
下一页
2021年2月20日
prometheus的插件blackbox_exporter实现黑盒监控http,https,tcp,dns以及ICMP协议进行探测
摘要: 环境:centos7、prometheus2.24、grafana 1、下载插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com/prometheus/
阅读全文
posted @ 2021-02-20 15:51 苍茫宇宙
阅读(1824)
评论(0)
推荐(0)
2021年2月4日
node_exporter+prometheus+grafana服务器监控
摘要: 环境:centos7 思路:node_exporter插件收集服务器数据——prometheus存储插件收集的数据——grafana展示prometheus收集的数据 下载对应系统最新软件包prometheus和监控插件node_exporter https://prometheus.io/down
阅读全文
posted @ 2021-02-04 19:19 苍茫宇宙
阅读(274)
评论(0)
推荐(0)
2021年2月3日
windows中日期自动替换
摘要: 环境:windows、cmd 要求:一个配置文件中有日期,程序执行一次日期自动加一天。 链接: https://pan.baidu.com/s/1SJir4jMfJCdQmLkdkqdI5Q 提取码: di2n 文件三个: param.properties 参数文件需要修改其中日期 delete.b
阅读全文
posted @ 2021-02-03 10:59 苍茫宇宙
阅读(230)
评论(0)
推荐(0)
oracle的tablespaces使用情况监控
摘要: 环境:oracle11G、linux 脚本作用:检测数据库的表空间使用量,大于设置法值通过短信告警通知相关人员。 思路:登陆数据库查询出所有表空间使用情况——通过shell脚本分析结果——找出大于设置值得表空间——短信预警(也可以改成邮件预警) 链接: https://pan.baidu.com/s
阅读全文
posted @ 2021-02-03 09:34 苍茫宇宙
阅读(173)
评论(0)
推荐(0)
2021年2月1日
k8s配置master运行pod
摘要: 环境:k8s、centos 出于安全考虑,默认配置下Kubernetes不会将Pod调度到Master节点。 #查看k8s-master表示不运行pod [root@k8s-master ~]# kubectl describe node k8s-master |grep Taints Taints
阅读全文
posted @ 2021-02-01 15:40 苍茫宇宙
阅读(2758)
评论(0)
推荐(0)
redis配置数据持久化
摘要: 环境:linux、redis redis持久化数据到磁盘配置有两种方式,修改配置文件redis.conf: 1、快照dump.rdb filesnapshotting(快照):这种方式是就是将内存中数据以快照的方式写入到二进制文件中,默认的文件名为dump.rdb。可以通过配置设置自动做快照持久化的
阅读全文
posted @ 2021-02-01 11:25 苍茫宇宙
阅读(217)
评论(0)
推荐(0)
2021年1月28日
Centos7清理僵尸进程
摘要: 僵尸进程定义: In UNIX System terminology, a process that has terminated,but whose parent has not yet waited for it, is called a zombie. 在UNIX 系统中,一个进程结束了,但是
阅读全文
posted @ 2021-01-28 14:30 苍茫宇宙
阅读(2473)
评论(0)
推荐(0)
2021年1月22日
k8s容器获取客户端真实ip配置
摘要: 思路:先说如何操作——再说原理 1、server 配置中加入externalTrafficPolicy:配置 spec: type: NodePort externalTrafficPolicy: Local 只能在服务启动pod节点 访问才有反应,其他节点直接丢弃请求 2、对于问题那就直接将pod
阅读全文
posted @ 2021-01-22 15:11 苍茫宇宙
阅读(5248)
评论(1)
推荐(2)
2021年1月20日
蓝鲸智云6.0软件单机安装
摘要: 环境:centos7 腾讯蓝鲸智云,简称蓝鲸,是腾讯互动娱乐事业群(Interactive Entertainment Group,简称 IEG)自研自用的一套用于构建企业研发运营一体化体系的 PaaS 开发框架,提供了 aPaaS(DevOps 流水线、运行环境托管、前后台框架)和 iPaaS(持
阅读全文
posted @ 2021-01-20 16:27 苍茫宇宙
阅读(1148)
评论(0)
推荐(0)
2021年1月19日
ansible 离线安装
摘要: 环境:centos7 1、离线包下载并配置yum #下载离线包 yum -y install --downloadonly --downloaddir=/tmp/ans ansible #安装createrepo命令 yum install createrepo #将该目录制作成软件仓库 creat
阅读全文
posted @ 2021-01-19 15:32 苍茫宇宙
阅读(564)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
31
下一页
公告