From 31f9aa7b4b8fcb785ec290db8a28deb710fe37b9 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 22 Mar 2023 12:52:36 +0100 Subject: [PATCH] Add configuration options for the Netflow Server. --- pandora_server/conf/pandora_server.conf.new | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 21449c7df4..f77cde5c9f 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -736,3 +736,10 @@ tentacle_service_watchdog 1 # Enable (1) or disable (0) the parameter of mysql ssl certification (mysql_ssl_verify_server_cert) (enabled by default). verify_mysql_ssl_cert 1 + +# Enable (1) or disable (0) the Pandora FMS Netflow Server (PANDORA FMS ENTERPRISE ONLY). +netflowserver 0 + +# Number of threads for the Pandora FMS Netflow Server (PANDORA FMS ENTERPRISE ONLY). +netflowserver_threads 1 +