* Create formatter CI This step in the CI pipeline is responsible for enforcing the coding style to the cpp code. * Update formatter.yml * Give writing permission to the code formatter action * Add the workflow-dispatch event trigger * Add first sketch of coding style * Run build CI only after the formatter * Disable include sorting on the formatter * Fix formatter CI * Fix code formatter in pull requests * Fix code formatter CI Commit the changes made by the formatter only when pushing to a remote branch. When dealing with pull requests the CI fails if the code is not properly formatted and does not commit the changes * Remove formatter CI from PR * Enable Build CI in PR |
||
|---|---|---|
| .github | ||
| assets | ||
| attic | ||
| clickhouse | ||
| contrib | ||
| doc | ||
| docker | ||
| grafana | ||
| hooks | ||
| http_src | ||
| httpdocs | ||
| include | ||
| kibana | ||
| packages | ||
| python | ||
| scripts | ||
| src | ||
| tests | ||
| third-party | ||
| tools | ||
| .clang-format | ||
| .eslintrc.json | ||
| .gitignore | ||
| .gitmodules | ||
| .stylelintrc | ||
| autogen.sh | ||
| CHANGELOG.md | ||
| config.guess | ||
| configure.ac.in | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| LICENSE | ||
| Makefile.in | ||
| ntopng.8 | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| sonar-project.properties | ||
| webpack.prod.js | ||
ntopng
Introduction
ntopng® is a web-based network traffic monitoring application released under GPLv3. It is the new incarnation of the original ntop written in 1998, and now revamped in terms of performance, usability, and features.
While you can read more about ntopng on the ntop web site (http://www.ntop.org), we suggest you to start reading the doc/README.md file for learning how to compile and use ntopng.
If instead of source code you prefer to use a pre-built package, please go to http://packages.ntop.org
We build binary packages for the following platforms:
- Debian/Ubuntu LTS x64
- CentOS/RedHat/RockyLinux Linux x64
- Windows x64
- RaspberryPI
Enjoy.
Documentation
If you want to learn more about ntopng please visit the User's Guide and the API Documentation.
Details
For more information about ntopng, please visit http://ntop.org
ntopng is a registered trademark in the US and EU.
