上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 路由追踪 windows下的路由追踪 tracert linux下的路由追踪 traceroute mtr mtr使用样例 mtr -z -n 170.23.1.22 阅读全文
posted @ 2021-08-07 14:47 solomon123 阅读(153) 评论(0) 推荐(0)
摘要: 1,netdata中cpu和磁盘分区的使用率 如: 100 / sum(netdata_disk_space_GiB_average{family="/data", group=~"^back.*|^gam.*"}) by (env,group,host,instance) * sum(netdat 阅读全文
posted @ 2021-06-11 18:22 solomon123 阅读(179) 评论(0) 推荐(0)
摘要: 样例: global: resolve_timeout: 5m route: receiver: webhook group_wait: 1m group_interval: 1m repeat_interval: 5m group_by: [alertname] routes: - receive 阅读全文
posted @ 2021-06-03 16:17 solomon123 阅读(305) 评论(0) 推荐(0)
摘要: linux中shell变量$#,$@,$0,$1,$2的含义解释: 变量说明: $$ Shell本身的PID(ProcessID) $! Shell最后运行的后台Process的PID $? 最后运行的命令的结束代码(返回值) $- 使用Set命令设定的Flag一览 $* 所有参数列表。如"$*"用 阅读全文
posted @ 2021-05-21 23:16 solomon123 阅读(424) 评论(0) 推荐(0)
摘要: 例如: curl -w "@curl-format.txt" -o /dev/null -s -L "http://cizixs.com" 详解,新建一个目录,在目录中新建一个输出的样板文件 cat /home/curl-format.txt time_namelookup: %{time_name 阅读全文
posted @ 2020-09-21 01:43 solomon123 阅读(2667) 评论(0) 推荐(2)
摘要: 1,在控制面板中修改 2,win + r 打开运行,输入gpedit.msc ,打开本地组策略编辑器 计算机配置--管理模板--网络--Lanman工作站-启用不安全的来宾登录 3,右键点击我的电脑 设置完以后重启电脑 阅读全文
posted @ 2020-08-13 15:54 solomon123 阅读(776) 评论(0) 推荐(0)
摘要: 使用frp工具实现内网穿透以及配置多个ssh和web服务 2019-06-01阅读 1.8K0 frp简介 FRP 项目地址 https://github.com/fatedier/frp/blob/master/README_zh.md frp 是一个可用于内网穿透的高性能的反向代理应用,支持 t 阅读全文
posted @ 2020-08-12 11:06 solomon123 阅读(676) 评论(0) 推荐(0)
摘要: 使用说明: zabbix使用5.0版本 grafana使用7.0.1版本 all.txt 为接口https://corona.lmao.ninja/v2/all的数据 countries.txt 为接口https://corona.lmao.ninja/v2/countries的数据 如果以后不能访 阅读全文
posted @ 2020-08-11 19:19 solomon123 阅读(248) 评论(0) 推荐(0)
摘要: # https://blog.csdn.net/SunJavaApplet/article/details/105635879文档中有一个拼写错误:Aisa/Shanghai --> Asia/Shanghai 阅读全文
posted @ 2020-08-05 11:20 solomon123 阅读(413) 评论(0) 推荐(0)
摘要: alertmanage学习链接: 路由中标签详解: https://yunlzheng.gitbook.io/prometheus-book/parti-prometheus-ji-chu/alert/alert-manager-route alertmanage的配置文件示例 https://bl 阅读全文
posted @ 2020-08-02 12:38 solomon123 阅读(994) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页