Plugins and ChecksΒΆ

End users can extend the ntopng functionalities by creating plugins which allow them, for example, to trigger custom alerts or provide new data visualizations in ntopng.

Plugins can contain different resources, for example localization files, custom pages and Checks. The Checks are used to implement logic such as the triggering of alerts when a certain even occurs.

For an extensive discussion on how to develop new plugins check out the Plugins section .