Skip to content
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

Add ntopng package and nixos service module #1340

Merged
merged 2 commits into from
Dec 15, 2013
Merged

Conversation

bjornfor
Copy link
Contributor

@bjornfor bjornfor commented Dec 7, 2013

ntopng is a high-speed web-based traffic analysis and flow collection
tool.

http://www.ntop.org/products/ntop/

Enable the service by adding this to configuration.nix:

services.ntopng.enable = true;

Open a browser at http://localhost:3000 and login with the default username/password: admin/admin.

@bjornfor
Copy link
Contributor Author

bjornfor commented Dec 7, 2013

I had to write two small patches to make it run on nixos.

ntopng is a high-speed web-based traffic analysis and flow collection
tool. ntopng => ntop next generation.

http://www.ntop.org/products/ntop/
ntopng is a high-speed web-based traffic analysis and flow collection
tool. Enable it by adding this to configuration.nix:

  services.ntopng.enable = true;

Open a browser at http://localhost:3000 and login with the default
username/password: admin/admin.
7c6f434c added a commit that referenced this pull request Dec 15, 2013
Add ntopng package and nixos service module
@7c6f434c 7c6f434c merged commit 152f766 into NixOS:master Dec 15, 2013
@bjornfor bjornfor deleted the ntopng branch December 19, 2013 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants