Teach you how to quickly install the offline version of netdata service monitoring on Linux

藏色散人
Release: 2023-02-23 19:46:45
forward
1548 people have browsed it

This article brings you relevant knowledge about Linux and netdata. It mainly introduces how to install the offline version of netdata service monitoring in Linux. Friends who are interested can take a look below. I hope it will be helpful to everyone. help.

Teach you how to quickly install the offline version of netdata service monitoring on Linux

Linux installation of offline version of netdata service monitoring

Installation instructions

Download address :

https://github.com/Flttgo/netdata-offline/raw/main/netdata-offline.zip

netdata official documentation:

https://learn.netdata.cloud/docs/agent/packaging/platform_support

##Execution permission (root)

chown -R $(whoami):root netdata-offline
chmod -R 755 netdata-offline
Copy after login

Start the installation

Execute

./install.sh

You will encounter a certificate requirement during the execution, enter y directly to continue the installation

Access

Last access ip:19999 IP Note replacement

Rendering

Teach you how to quickly install the offline version of netdata service monitoring on Linux

Recommended learning: "

Linux Video Tutorial"

The above is the detailed content of Teach you how to quickly install the offline version of netdata service monitoring on Linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:learnku.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!