上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 36 下一页
摘要: 环境: zabbix_server zabbix_proxy zabbix_agent agent上报数据到proxy,再上报到server 第一步查看zabbix_agentd的进程是否正常运行 第二步是从zabbix_proxy中手动获取数据是否正常 第三部是检查zabbix_server图像界 阅读全文
posted @ 2022-10-13 21:10 lucky_tomato 阅读(283) 评论(0) 推荐(0) 编辑
摘要: https://www.zabbix.com/documentation/3.4/zh/manual/api/reference/graph/get https://www.wenjiangs.com/doc/dxwdpzbiwvyp 阅读全文
posted @ 2022-10-13 21:09 lucky_tomato 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 版本太新,选择指定版本 pip3 uninstall cryptography pip3 install cryptography==36.0.2 阅读全文
posted @ 2022-10-13 21:07 lucky_tomato 阅读(2189) 评论(0) 推荐(0) 编辑
摘要: # 更新pip pip3 install --upgrade pip 阅读全文
posted @ 2022-10-13 21:05 lucky_tomato 阅读(135) 评论(0) 推荐(0) 编辑
摘要: import json class Test: """ age name """ # init args :age、sname age = 0 name = '' def obj_json(): """ convert object to json str :return json str: """ 阅读全文
posted @ 2022-10-13 21:00 lucky_tomato 阅读(832) 评论(0) 推荐(0) 编辑
摘要: # 在make后面加上以下内容 make ZEND_EXTRA_LIBS='-liconv' 阅读全文
posted @ 2022-10-13 21:00 lucky_tomato 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 问题1: ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 需要在my.cnf文件里面添加 [mysqld] s 阅读全文
posted @ 2022-10-13 20:46 lucky_tomato 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 取消链接:只是断开和模板的关联关系,原来模板中的监控项依然存在host里; 取消链接并清理:和模板断开链接,并且模板中的监控项也会从host里面删除。 阅读全文
posted @ 2022-10-13 20:44 lucky_tomato 阅读(122) 评论(0) 推荐(0) 编辑
摘要: dig @223.5.5.5 www.domain.com txt +short 阅读全文
posted @ 2022-10-13 20:43 lucky_tomato 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 下面是http请求过程 curl -v http://www.boyblue.xyz * About to connect() to www.boyblue.xyz port 80 (#0) * Trying 192.168.1.28... * Connected to www.boyblue.xy 阅读全文
posted @ 2022-10-06 09:15 lucky_tomato 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 36 下一页