From 40472b87c7a7b885906ca575b2066ee781f317d2 Mon Sep 17 00:00:00 2001 From: Simone Mainardi Date: Fri, 30 Jul 2021 10:51:33 +0200 Subject: [PATCH] Doc update use cases - infrastructure monitoring Fixes #5671 --- doc/src/use_cases/index.rst | 1 + doc/src/use_cases/infrastructure_monitoring.rst | 10 ++++++++++ doc/src/what_is_ntopng.rst | 8 ++------ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 doc/src/use_cases/infrastructure_monitoring.rst diff --git a/doc/src/use_cases/index.rst b/doc/src/use_cases/index.rst index 0958d1d9a3..36c4f19d89 100644 --- a/doc/src/use_cases/index.rst +++ b/doc/src/use_cases/index.rst @@ -14,6 +14,7 @@ to setup ntopng to solve it. large_networks processes_monitoring snmp_monitoring + infrastructure_monitoring netflow_sflow_monitoring mirror_tap_monitoring multiple_locations_monitoring diff --git a/doc/src/use_cases/infrastructure_monitoring.rst b/doc/src/use_cases/infrastructure_monitoring.rst new file mode 100644 index 0000000000..a02e9f9126 --- /dev/null +++ b/doc/src/use_cases/infrastructure_monitoring.rst @@ -0,0 +1,10 @@ +.. _UseCaseInfrastructureMonitoring: + +Infrastructure Monitoring +######################### + +ntopng instances can be monitored as if they were part of a mesh as described in :ref:`InfrastructureMonitoring`. + +.. note:: + + An ntopng Enterprise M license or above is required. diff --git a/doc/src/what_is_ntopng.rst b/doc/src/what_is_ntopng.rst index 5f8ebe2ead..bfcacdd041 100644 --- a/doc/src/what_is_ntopng.rst +++ b/doc/src/what_is_ntopng.rst @@ -233,14 +233,10 @@ Alternatively, the license key can be placed in a one-line file Geolocation =========== -ntopng leverages `MaxMind `_ geolocation -databases to augment IP addresses with geolocation data as well as -information on Autonomous Systems. +ntopng supports geolocation of IP addresses. Databases of multiple vendors can be used interchangeably. .. note:: - To use geolocation in ntopng it is necessary to register for a free - MaxMind account to obtain geolocation databases. Detailed - instructions are available at `this page + Detailed installation instructions are available at `this page `_.