当前位置:网站首页>SYSTEMd management node exporter
SYSTEMd management node exporter
2022-06-29 07:24:00 【Work hard, work hard】
- Download address
Deployment environment
[[email protected] src]# uname -a
Linux iZwz9b8x8l2oe511fss4qfZ 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
[[email protected] src]# lsb
lsblk lsb_release
[[email protected] src]# lsb_release
LSB Version: :core-4.1-amd64:core-4.1-noarch
Official address
Home address
wget https://github.com/prometheus/node_exporter/releases/download/v1.3.1/node_exporter-1.3.1.linux-amd64.tar.gz
- systemd management node-exporter
tar xzvf node_exporter-1.3.1.linux-amd64.tar.gz -C /usr/local/services/
cd /usr/local/services/node_exporter-1.3.1.linux-amd64
cp node_exporter /usr/local/bin/
[[email protected] node_exporter-1.3.1.linux-amd64]# cat /usr/lib/systemd/system/node-exporter.service
[Unit]
Description=node_exporter
Documentation=https://prometheus.io/
After=network.target
[Service]
ExecStart=/usr/local/bin/node_exporter
Restart=on-failure
RestartSec=20
[Install]
WantedBy=multi-user.target
systemctl daemon-reload
systemctl restart node-exporter
systemctl status node-exporter
systemctl enable node-exporter

边栏推荐
- Redis of NoSQL database (I): Installation & Introduction
- QT foreach keyword
- Utilisation d'IPv6 pour réaliser l'accès public au bureau distant
- 【软件测试】接口——基本测试流程
- 通过keyup监听textarea输入更改按钮样式
- Message queue batch processing refund order through queue
- Redis (V) of NoSQL database: redis_ Jedis_ test
- Markdown 技能树(6):列表
- uva10635
- Final summary spark
猜你喜欢

And check the collection hello

项目中 if else 的代替写法

Differences between JSON objects and JSON strings

CI工具Jenkins安装配置教程

电子商务盛行,怎么提高商店转换率?

微信小程序学习笔记(暑假)

QT qlineedit details

Multimodal learning pooling with context gating for video classification

Digital IC Design - UART

How to fix Error: Failed to download metadata for repo ‘appstream‘: Cannot prepare internal mirrorli
随机推荐
Who is the main body of the waiting insurance record? Record in the local network security, right?
【软件测试】接口——基本测试流程
MIPS指令集与简要分析
【翻译】e-Cloud。使用KubeEdge的大规模CDN
jmeter 用beanshell导入自己jar包老是查找不到
Markdown 技能树(6):列表
【翻译】Bink如何为英国一些最大的银行的数字忠诚度交易提供动力
数字ic设计——UART
QT qlineedit details
Markdown 技能树(1):MarkDown介绍
Shift/space studio "Aurora" project: building a villa in the sandbox metauniverse
Unexpected exception ... code: Badrequest when downloading Xilinx 2018.2
机器学习笔记 - 时间序列使用机器学习进行预测
RPC and RMI
详解Autosar Arxml中的CANFD报文及格式
[qnx hypervisor 2.2 user manual]6.2.1 communication between guests
shell条件判断详解
Exploring the depth of objects in JVM series
Genicam gentl standard ver1.5 (3) Chapter 4
Redis of NoSQL database (II): introduction to redis configuration file