-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple instance with systemctl #462
Comments
Do you mean UDP ports or interfaces? Are you collecting Netflow or capturing live traffic? |
Sorry I opened this issues in parallel with my answer to another one (#173) because I saw that it was closed and I thought I might not get any feedback. i capture Netflow. I want to be able to have two listening ports (UDP i think) on a single physical interface. In order to be able to separate the interfaces on NTOP 2 : On ntop: Thanks. |
This looks fine |
ok, but how do you do that with systemd and with only one physical interface? Systemd only looks at nprobe.conf only |
Ok, I found the solution, the idea is to use what is described in this documentation: But without any concept of interface (physical) nprobe.conf : nprobe-switch.conf : etc... Note : i think the -g is useless with systemctl and for activate the multi instance : nprobe@name where name is the same as cfg file (nprobe-name.cfg) |
Hello,
How can I manage multiple instances of nprobe on the same machine using systemctl service management?
the need is to have two NPROBE listening on two different ports, which send to two different ntop interfaces
Thank you :)
The text was updated successfully, but these errors were encountered: