会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大军军军之技术落地
责人之心责己、恕己之心恕人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2022年3月15日
zabbix5.2.6性能优化-001、数据库的优化
摘要: zabbix 数据库cpu iostat |head -1|awk '{print $1,$2,$(NF-1),$NF}' Linux 3.10.0-1062.4.3.el7.x86_64 (48 CPU) zabbix 数据库内存 free -h total used free shared bu
阅读全文
posted @ 2022-03-15 17:16 Hello_worlds
阅读(367)
评论(0)
推荐(0)
2022年3月11日
第一天
摘要: hello world 知识体系
阅读全文
posted @ 2022-03-11 21:57 Hello_worlds
阅读(19)
评论(0)
推荐(0)
2022年3月4日
zabbix 5.2.6不定时重启, 日志报错 failed to open log file: [24] Too many open files
摘要: 问题说明:zabbix server 不定时重启 问题表现: 1、页面会提示 《 Zabbix server is not running: the information displayed may not be current .》,如下图所示 2、/var/log/message 会提示 sy
阅读全文
posted @ 2022-03-04 10:46 Hello_worlds
阅读(1221)
评论(0)
推荐(0)
2022年3月3日
zabbix 5.2.6 升级到 6.0.1
摘要: 1、 升级前必做的事情 1.升级之前一定要做数据库的备份,万一升级失败还能做回滚 2.升级之前在页面上关闭所有的动作,防止升级过程中触发一些非正常问题造成不必要的告警通知 2、 以下操作在本地环境进行,以防对现有zabbix环境的破坏 ### mkdir /data/ cd /data/ wget
阅读全文
posted @ 2022-03-03 11:00 Hello_worlds
阅读(2109)
评论(0)
推荐(0)
2022年2月10日
zabbix获取历史告警问题
摘要: mysql -uroot -p -S mysql.sock -e "use zabbix;selectFROM_UNIXTIME(zabbix.events.clock) 告警时间,zabbix.hosts.host 告警主机,zabbix.events.name 告警信息from zabbix.h
阅读全文
posted @ 2022-02-10 16:25 Hello_worlds
阅读(1290)
评论(0)
推荐(0)
2022年2月9日
Kubernetes1.20.1部署Prometheus+node-exporter+Grafana+AlertManager 监控系统
摘要: 第一章节:写在前面的话: 当下的需求:当前k8s监控方案大多都是Prometheus+node-exporter+Grafana+AlertManager来实现,然而网上可参考的资料都是将这套监控部署在k8s集群内。 那么现在有个新的需求:监控方案还是用Prometheus+node-exporte
阅读全文
posted @ 2022-02-09 19:56 Hello_worlds
阅读(739)
评论(2)
推荐(0)
2022年1月28日
CentOS 7.6 部署zabbix 6.0 支持Kubernetes
摘要: # 基础信息 系统版本: CentOS Linux release 7.6.1810 (Core) 内核版本: 4.19.0-9.el7.ucloud.x86_64 # 听说最新版的zabbix6.0 支持Kubernetes的监控了。自己部署亲眼看了一下确实是支持了。 先来个 截图 # 依赖安装
阅读全文
posted @ 2022-01-28 19:52 Hello_worlds
阅读(1757)
评论(7)
推荐(0)
2022年1月27日
Linux 系统常用命令
摘要: 获取物理机品牌信息 dmidecode|grep "System Information" -A9 | egrep Manufacturer
阅读全文
posted @ 2022-01-27 16:44 Hello_worlds
阅读(37)
评论(0)
推荐(0)
ansible远端执行本地脚本
摘要: shell 方式 ssh 192.100.16.9 < raid_info.sh ansible 方式 ansible -i ip_list all -m script -a "raid_info.sh"
阅读全文
posted @ 2022-01-27 16:40 Hello_worlds
阅读(814)
评论(0)
推荐(0)
2021年11月29日
容器-promQL语法之网络I/O
摘要: 对网络io的监控对磁盘的监控非常相似,主要包括以下指标 1、接受的总字节数 container_network_receive_bytes_total 2、发送的总字节数 container_network_transmit_bytes_total 这两个参数分别对应网络的下行(网络读)和上行(网络
阅读全文
posted @ 2021-11-29 21:46 Hello_worlds
阅读(903)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告