搜索
-
近期文章
- nginx之ngx_http_realip_module使用详解 2023年7月12日
- mysqldump备份大量数据时出现丢失连接 2023年4月17日
- minio集群部署方案 2023年4月17日
- oracle使用expdp和impdp进行数据迁移 2023年3月8日
- 部署日志收集系统filebeat+ELK 2023年3月8日
- jmap导出dumpfile文件 2023年3月8日
- 安装kube-prometheus监控k8s 2022年6月14日
- 容器中添加python环境 2022年2月7日
- blackbox_exporter无法探测带重定向的url 2022年2月7日
- 查看线程堆栈 2022年2月7日
分类目录
文章归档
2025年1月 一 二 三 四 五 六 日 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 近期评论
作者归档:admin
blackbox_exporter无法探测带重定向的url
#prometheus监控url时,无法监控带有重定向的url,需新增如下参数
#需要在配置文件新增
vim /usr/local/blackbox_exporter/blackbox.yml
...
http:
valid_http_ve[......]
发表在 prometheus
留下评论