#prometheus监控url时,无法监控带有重定向的url,需新增如下参数
#需要在配置文件新增
vim /usr/local/blackbox_exporter/blackbox.yml
...
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2"]
valid_status_codes: [200,403,308,301] #添加重定向的返回码,通常都是3xx
method: GET
#配置重定向正常探测
no_follow_redirects: true
...
搜索
-
近期文章
- 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日
分类目录
文章归档
2024年11月 一 二 三 四 五 六 日 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 近期评论