当前位置:网站首页>y82.第四章 Prometheus大厂监控体系及实战 -- 监控扩展和prometheus 联邦(十三)
y82.第四章 Prometheus大厂监控体系及实战 -- 监控扩展和prometheus 联邦(十三)
2022-07-30 21:14:00 【Raymond LInux运维】
10.5 监控nginx
通过prometheus监控nginx
需要在编译的时候添加nginx-module-vts模块
github地址:https://github.com/vozlt/nginx-module-vts
10.5.1 编译安装nginx
[email protected]:~# cd /usr/local/src/
[email protected]:/usr/local/src# git clone git://github.com/vozlt/nginx-module-vts.git
[email protected]:/usr/local/src# wget http://nginx.org/download/nginx-1.22.0.tar.gz
[email protected]:/usr/local/src# tar xf nginx-1.22.0.tar.gz
[email protected]:/usr/local/src# cd nginx-1.22.0/
[email protected]:/usr/local/src# apt -y install make gcc libpcre3 libpcre3-dev openssl libssl-dev zlib1g-dev
[email protected]:/usr/local/src# .
边栏推荐
猜你喜欢
DPW-SDNet: Dual Pixel-Wavelet Domain Deep CNNs for Soft Decoding of JPEG-Compressed Images
用于视频压缩伪影消除的深度卡尔曼滤波网络
微信读书,导出笔记
JS中获取元素属性的8大方法
弹性盒子模型
使用map函数,对list中的每个元素进行操作 好像不用map
MySQL笔记2(函数,约束,多表查询,事务)
【回归预测-CNN预测】基于卷积神经网络CNN实现数据回归预测附matlab代码
一个网络两种用途!南开&哈工程提出TINet,通过细化纹理和边缘,在显著性目标检测和伪装目标检测上实现双SOTA!...
【软件工程之美 - 专栏笔记】31 | 软件测试要为产品质量负责吗?
随机推荐
2022-07-29 mysql/stonedb慢SQL-Q17-分析
数据指标口径不统一、重复开发?亿信ABI指标管理平台帮你解决
@RequestParam使用
Babbitt | Metaverse Daily Must Read: The shuffling is coming, will the digital Tibetan industry usher in a new batch of leaders in the second half?Will there be new ways to play?...
Google Earth Engine ——ee.List.sequence函数的使用
共用体、共用体与结构体的区别、枚举之C语言犄角旮旯的知识
LeetCode · 23. Merge K ascending linked lists · recursion · iteration
如何制作deb包
Motion Tuned Spatio-temporal Quality Assessmentof Natural Videos
MySQL group_concat()详解
【回归预测-lssvm分类】基于最小二乘支持向量机lssvm实现数据分类代码
flowable工作流所有业务概念
Cookie中的JSESSIONID说明
这本记述40年前历史的游戏书,预言的却是当下的事
HJ85 最长回文子串
mysql 递归函数with recursive的用法
Deep Kalman Filter Network for Video Compression Artifact Removal
Generate OOM records in a production environment. Conclusion: Don't be lazy to query useless fields unless you are completely sure.
[The Beauty of Software Engineering - Column Notes] 31 | Is software testing responsible for product quality?
C语言犄角旮旯的知识之结构体