prometheus 监控mysql数据库
Prometheus / 2022年5月31日

mysql_exporter # 下载 mysql_exporter 的程序包,并解压到对应目录 cd /opt/ wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.14.0/mysqld_exporter-0.14.0.linux-amd64.tar.gz tar -zxvf mysqld_export...

Install OpenResty ® Linux 包
OpenResty / 2022年5月23日

OpenResty® Linux 包 Johnny Wang , 18 May 2022 (created 21 Jul 2016) 对于下列 Linux 发行版的种类和版本号,OpenResty® 提供官方的预编译包。 Ubuntu 版本 版本名 支持的体系结构 14.04 Trusty amd64 16.04 Xenial amd64, arm64 18.04 Bionic a...

Linux 安装 node_exporter
Prometheus / 2022年5月18日

node_exporter和prometheus本身启动非常简单的,但是在实际场景有时还是会遇到机房断电或者重启的情况,这样当重新启动系统时,node_exporter和prometheus就被关掉了又需要手动启动程序。因此最好是设置为开机自启动。 下载安装包 wget https://github.com/prometheus/node_exporter/releases/download/v1...