mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-21 06:13:22 +00:00
Update README with valkey installation instructions
Added instructions for installing valkey as a redis-server replacement on Rocky Linux.
This commit is contained in:
parent
1d24158441
commit
219fc188ca
1 changed files with 10 additions and 0 deletions
|
|
@ -84,6 +84,16 @@ In order to simulate more traffic to match real traffic volume, you can apply a
|
|||
scaling factor to the size of each received packet. The scaling factor can
|
||||
be specified through the GUI, into the interface settings.
|
||||
|
||||
Rocky Linux and redis-server
|
||||
----------------
|
||||
In the latest RockyLinux version there is no redis-server package to install. You can use as drop-in replacement valkey that you can install as follows:
|
||||
|
||||
```
|
||||
sudo dnf install -y valkey
|
||||
sudo systemctl enable --now valkey
|
||||
```
|
||||
|
||||
|
||||
Debugging ntopng
|
||||
----------------
|
||||
handle SIGPIPE nostop noprint pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue