会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Star-Haitian
You Can Do It!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
22
下一页
2022年11月4日
zabbix agent 安装
摘要: zabbix agent 4.0.xx 安装 # 在服务器上直接执行命令 # 目前只支持x86架构 curl https://download.haitian.link/Zabbix/4.0.15/zabbix-agentd-4.0-install.sh | bash
阅读全文
posted @ 2022-11-04 10:59 Star-Hitian
阅读(54)
评论(0)
推荐(0)
2022年11月3日
systemctl 文件位置
摘要: 文件存放位置:(共三处) /etc/systemd/system/ /usr/lib/systemd/system /lib/systemd/system
阅读全文
posted @ 2022-11-03 17:33 Star-Hitian
阅读(332)
评论(0)
推荐(0)
msyql 登录 报错:error while loading shared libraries: libtinfo.so.5
摘要: 迁移完mysql之后发现报错,解决过程如下: 报错信息: [root@cwiki ec2-user]# /usr/local/mysql/bin/mysql -u root -p -h127.0.0.1 /usr/local/mysql/bin/mysql: error while loading
阅读全文
posted @ 2022-11-03 10:12 Star-Hitian
阅读(750)
评论(0)
推荐(0)
2022年10月31日
Mac应用程序无法打开或文件损坏的处理方法
摘要: 打开任何来源 若没有“任何来源”这个选项,按以下步骤执行: 1、打开终端(Terminal.app) 2、拷贝粘贴sudo spctl --master-disable按回车键 3、输入你的账户密码,按回车键确认执行(输入密码不会显示,直接输入确定正确即可) 打开软件 1、打开终端; 2、输入以下命
阅读全文
posted @ 2022-10-31 20:20 Star-Hitian
阅读(324)
评论(0)
推荐(0)
2022年9月5日
ubuntu 20.02 配置静态IP地址
摘要: 配置方式 # cat /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: ethernets: ens160: dhcp4: false addresse
阅读全文
posted @ 2022-09-05 14:14 Star-Hitian
阅读(44)
评论(0)
推荐(0)
2022年8月24日
curl 返回json 并格式化
摘要: 应用 curl http://url/path | python -m json.tool 例子 curl 'http://localhost:9090/api/v1/targets?state=active' | python -m json.tool % Total % Received % X
阅读全文
posted @ 2022-08-24 15:18 Star-Hitian
阅读(841)
评论(0)
推荐(0)
2022年8月19日
botocore.errorfactory.DestinationNotAllowedException: An error occurred (DestinationNotAllowedException) ....
摘要: 报错 最近测试 aws connect 的语音呼叫功能;用于 集成 告警电话功能; 但是发现当调用 api 时有报错 botocore.errorfactory.DestinationNotAllowedException: An error occurred (DestinationNotAllo
阅读全文
posted @ 2022-08-19 14:44 Star-Hitian
阅读(118)
评论(0)
推荐(0)
2022年8月17日
Grafana 7.2 中的新功能:$__rate_interval 用于 Prometheus 中 rate() 速率查询
摘要: 引用 链接:https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/ 我们应该使用什么范围rate()?这不仅是许多有用的Rob
阅读全文
posted @ 2022-08-17 11:41 Star-Hitian
阅读(7421)
评论(0)
推荐(1)
2022年8月15日
zabbix 告警维护
摘要: zabbix 告警维护 需求 线上业务,有些数据是不在节假日和周六日更新的。由于做了监控,所以就需要在节假日或者周六日的时候抑制告警; zabbix 告警维护 配置 zabbix 告警维护的配置比较简单;截图如下: 简单配置如上三个图 问题 如果只是这样配置的话,整个主机在告警抑制期间 都不会产生告
阅读全文
posted @ 2022-08-15 17:34 Star-Hitian
阅读(264)
评论(0)
推荐(0)
Failed to list *v1.CronJob: the server could not find the requested resource
摘要: 基础环境 kubectl version Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.7", GitCommit:"132a687512d7fb058d0f5890f07d4121b3f0a2e2", G
阅读全文
posted @ 2022-08-15 13:05 Star-Hitian
阅读(2240)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
22
下一页
公告