Giter VIP home page Giter VIP logo

Comments (2)

tusc avatar tusc commented on September 21, 2024

This can be done from the ntopng.conf file. Just add this parameter:

[--redis|-r] | Redis connection. is specified as
| [h[:port[:pwd]]][@db-id] where db-id
| identifies the database Id (default 0).
| h is the host running Redis (default
| localhost), optionally followed by a
| ':'-separated port (default 6379).
| A password can be specified after
| the port when Redis auth is required.
| By default password auth is disabled.
| On unix can also be the redis socket file path.
| Port is ignored for socket-based connections.
| Examples:
| -r @2
| -r 129.168.1.3
| -r 129.168.1.3:6379@3
| -r 129.168.1.3:6379:nt0pngPwD@0
| -r /var/run/redis/redis.sock
| -r /var/run/redis/redis.sock@2

from ntopng-udm.

boostchicken avatar boostchicken commented on September 21, 2024

Yes, but your redis server always starts in the image though?

from ntopng-udm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.