当前位置:网站首页>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

边栏推荐
- Markdown 技能树(6):列表
- Do you really understand "binder copy once"?
- Who is the main body of the waiting insurance record? Record in the local network security, right?
- mmclassification安装与调试
- 机器学习笔记 - 时间序列使用机器学习进行预测
- uva11825
- Markdown 技能树(7):分隔线及引用
- Shift/space studio "Aurora" project: building a villa in the sandbox metauniverse
- Autosar SWC在Simulink中Parameter的使用
- Redis (V) of NoSQL database: redis_ Jedis_ test
猜你喜欢

Utilisation d'IPv6 pour réaliser l'accès public au bureau distant

Message queue avoiding repeated refund by idempotent design and atomic lock

Tree drop-down selection box El select combined with El tree effect demo (sorting)

CI工具Jenkins之二:搭建一个简单的CI项目

NoSQL数据库之Redis(二):Redis配置文件介绍

利用IPv6实现公网访问远程桌面

Autosar SWC在Simulink中Parameter的使用

E-commerce is popular, how to improve the store conversion rate?

Redis of NoSQL database (I): Installation & Introduction

JVM系列之对象深度探秘
随机推荐
Suggestions on digital transformation of large chemical enterprises
Redis of NoSQL database (I): Installation & Introduction
Spark RDD case: Statistics of daily new users
LeetCode_动态规划_中等_91. 解码方法
Database - Synonyms
机器学习笔记 - 时间序列使用机器学习进行预测
uva10859
uva10635
软件测试面试如何正确谈论薪资?
Alternative writing of if else in a project
Introduction to NoSQL database
The realization of changing pop-up background at any time
Markdown 技能树(9):表格
测试人员需要了解的工具有哪些
MIPS指令集与简要分析
Markdown 技能树(2):段落及强调
Comment choisir les fournisseurs de marques CRM dans l'industrie du vêtement?
Two ways to write throttling - recently seen
ES 查询语法
NoSQL數據庫之Redis(五):Redis_Jedis_測試