mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 11:58:19 +02:00
Update configuration.md
This commit is contained in:
parent
90ebf55dcc
commit
32d1e9dbbd
1 changed files with 4 additions and 6 deletions
|
@ -987,11 +987,7 @@ systemctl enable prometheus
|
|||
systemctl start prometheus
|
||||
```
|
||||
|
||||
Open Prometheus in your browser:
|
||||
|
||||
```bash
|
||||
http://<your_server_ip>:9090
|
||||
```
|
||||
Open Prometheus in your browser: http://your-server-ip:9090
|
||||
|
||||
Check **Status > Targets** to ensure all targets are up.
|
||||
|
||||
|
@ -1006,6 +1002,8 @@ systemctl enable grafana-server
|
|||
systemctl start grafana-server
|
||||
```
|
||||
|
||||
Open Grafana in your browser: http://your-server-ip:3000
|
||||
|
||||
***Add Prometheus as a Data Source***
|
||||
|
||||
1. Click Configuration (gear icon) → Data Sources → Add Data Source.
|
||||
|
@ -1047,7 +1045,7 @@ If you want notifications via email, Slack, Telegram, or other tools, you can co
|
|||
wget https://my-netdata.io/kickstart.sh -O install.sh && chmod +x install.sh && ./install.sh
|
||||
```
|
||||
|
||||
Open: http://your-server-ip:19999
|
||||
Open Netdata in your browser: http://your-server-ip:19999
|
||||
|
||||
### 2.5. Recommended Help Desk Solutions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue