vault backup: 2025-05-13 07:51:26
This commit is contained in:
@@ -22,3 +22,21 @@ http://212.67.13.241:3000/
|
||||
|
||||
prometeus
|
||||
http://212.67.13.241:9090/
|
||||
|
||||
|
||||
node exporter
|
||||
```
|
||||
nano /etc/node_exporter/config.yml
|
||||
```
|
||||
|
||||
```
|
||||
basic_auth_users:
|
||||
prometheus: "$2a$12$9fI6ZRV.1FAIRbqH9TnwgOSyCrQ18yMC0AoYcwErYmTD97sfJjMq2"
|
||||
```
|
||||
|
||||
install
|
||||
```
|
||||
wget https://github.com/prometheus/node_exporter/releases/download/v1.9.1/node_exporter-1.9.1.linux-amd64.tar.gz
|
||||
tar -xvf node_exporter-*.tar.gz
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user