prometheus Prometheus基于consul集群来实现自动服务发现 1 安装consul集群(docker) 1.1 安装docker-compose pip3 install docker-compose docker-compose version 1.2 安装c... 11月03日 2,213 views 发表评论 阅读全文
elasticsearch prometheus应用之监控elasticsearch 一、安装 elasticsearch_exporter与ES集群是分开独立的,不需要对原有的ES集群(可能有很多个)做任何修改,不需要重启,只要能访问es集群即可。可以单独部署在一台服务器上项目地址:... 11月03日 1,667 views 发表评论 阅读全文
prometheus prometheus监控之进程监控processexporter 1.下载process-exporter wget https://github.com/ncabatoff/process-exporter/releases/download/v0.7.10/pr... 10月31日 1,866 views 发表评论 阅读全文
prometheus prometheus使用 pushgateway自定义指标收集 前面我们的数据大部分都是由节点上的agent端收集本地数据后暴露到/metrics,再由prometheus pull到本地进行存储展示的 但是终归这种指标收集的方法是有局限性的,并且有可能被其他如防... 10月28日 318 views 发表评论 阅读全文
prometheus prometheus监控之blackbox_exporter黑盒监测[icmp,tcp,http(get\post),dns,ssl证书过期时间] 使用场景 (更多…) 10月27日 588 views 发表评论 阅读全文
数据库 Centos7下安装Oracle11g 一、安装文件下载 1、VMware上安装centos7系统(可以固定centos7的IP,也可以不固定) 百度云: 链接:https://pan.baidu.com/s/1-TrXkdmOa4dfMh... 10月10日 232 views 发表评论 阅读全文
关于 2022年运维技术面试题梳理总结 1 技术面试 1.1 prometheus 1.2 shell 1.3 nginx 1.4 java 1.5 docker 1.6 linux 1.7 keepalived 1.8 ansible 1... 09月23日 305 views 发表评论 阅读全文
k8s生产问题汇总 Error: could not get apiVersions from Kubernetes: unable to retrieve the complete list of server API 详细报错信息: Error: could not get apiVersions from Kubernetes: unable to retrieve the complete list of se... 08月01日 327 views 发表评论 阅读全文
centos 常用正则,留着备用 迅雷链接 /^thunder:\/\/+=$/ ed2k链接(宽松匹配) /^ed2k:\/\/|file|.+|\/$/ 磁力链接(宽松匹配) /^magnet:\?xt=urn:btih:{40,... 07月04日 290 views 发表评论 阅读全文
prometheus node-exporter 扩展用法 – shell 自定义 exporter 监控 当 Prometheus 的 node_exporter 中没有我们需要的一些监控项时,就可以使用自定义 exporter 的扩展功能,但是对于那些开发能力稍微弱一些的朋友(特指我),如果你会 she... 06月28日 1,913 views 发表评论 阅读全文