03 2024 档案
摘要:某次网站域名,所有子域名访问之后,都这样了 https://support.google.com/chrome/answer/99020?visit_id=638472307661456509-1079361443&p=cpn_safe_browsing&hl=zh-Hans&rd=1&co=GEN
阅读全文
摘要:1、IP来源检查 一个内网地址,总是请求账号服务,elk里面的统计数据,而且比较有规律 {"ori_req":[]}, {"url":"\/","ip":"10.x.x.71","http_method":"GET","server":"accounx.x.com","referrer":null,
阅读全文
摘要:如下,两个命令,是磁盘濒临崩坏,比如存在扇区损坏之类的事情发生。咨询的浪潮热线,报sn。他们的临界值是500,我们监控脚本是200告警。Predictive Failure Count 这个的数字比Media Error Count 这个严重, # /opt/MegaRAID/MegaCli/Meg
阅读全文
摘要:域名注册商查看地址: https://whois.cloud.tencent.com/ ssl检查地址: https://www.site24x7.com/zhcn/tools/tls-checker.html https://www.ssleye.com/ssltool/cipher_suites
阅读全文
摘要:验证用网站:https://www.ssleye.com/ssltool/cipher_suites.html https://www.site24x7.com/zhcn/tools/tls-checker.html 使用 nmap 对 SSL 协议进行检测,SSL协议存在弱加密算法。( nma-s
阅读全文
摘要:1、 创建机器失败 openstack_compute_servergroup_v2.servergroup_vm-qa-cloudconfig-sidecar: Creating... 41Error: Error creating openstack_compute_servergroup_v2
阅读全文
摘要:给两个节点添加标签,让pod调度上去,但是kubectl describe pod 发现报错了,因为master不可以被调度,kube002也是设置了污点禁止被调度了 Warning FailedScheduling 4m33s (x2 over 9m34s) default-scheduler 0
阅读全文
摘要:如何查看该节点是否可以被调度 要查看一个节点是否可以被调度,你可以使用Kubernetes的命令行工具kubectl来检查节点的状态、标签和可调度性。以下是一些步骤和命令,可以帮助你确认节点是否可以被调度: 检查节点状态:使用kubectl get nodes命令可以查看集群中所有节点的状态。节点状
阅读全文