11 lines
312 B
Markdown
11 lines
312 B
Markdown
### To get started:
|
|
```
|
|
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Redis/raw/branch/master/install-Redis.sh -O install-Redis.sh
|
|
bash install-Redis.sh
|
|
```
|
|
#### To set Netdata to monitor redis:
|
|
Reinstall netdata manualy
|
|
```
|
|
apt install curl
|
|
bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh)
|
|
``` |