- ntopng for 9 or 10 - build from git
This commit is contained in:
60
roles/ntopng/files/ntopng.conf
Normal file
60
roles/ntopng/files/ntopng.conf
Normal file
@@ -0,0 +1,60 @@
|
||||
#
|
||||
# ntopng Configuration File: NST 2013
|
||||
# ====== ============= ===== === ====
|
||||
|
||||
#
|
||||
# ***Note: When using this file with the NST WUI then
|
||||
# 'Only' use the ntopng long option formats.
|
||||
|
||||
#
|
||||
# Verbose (Debug)
|
||||
# ======= =======
|
||||
#--verbose
|
||||
|
||||
#
|
||||
# Network Interface(s):
|
||||
# ======= =============
|
||||
# ***Note: To add more than one interface use multiple entries:
|
||||
#--interface p3p1
|
||||
#--interface p3p2
|
||||
--interface eth0
|
||||
|
||||
#
|
||||
# HTTP Access Port:
|
||||
# ==== ====== =====
|
||||
--http-port 3000
|
||||
|
||||
#
|
||||
# Local Networks:
|
||||
# ===== =========
|
||||
# ***Note: To add more than one local network comma separate:
|
||||
# --local-networks 172.16.1.0/24,172.31.1.0/24
|
||||
--local-networks 192.168.1.0/24
|
||||
|
||||
#
|
||||
# ntopng Working Directory:
|
||||
# ====== ======= ==========
|
||||
--data-dir /var/nst/ntopng
|
||||
|
||||
#
|
||||
# DNS Address Resolution Mode:
|
||||
# === ======= ========== =====
|
||||
--dns-mode 1
|
||||
|
||||
#
|
||||
# Web Interface Logout For Inactivity:
|
||||
# === ========= ====== === ===========
|
||||
--disable-autologout
|
||||
|
||||
#
|
||||
# Disable Alerts:
|
||||
# ======= =======
|
||||
--disable-alerts
|
||||
|
||||
#
|
||||
# Sticky Hosts
|
||||
# ====== =====
|
||||
--sticky-hosts none
|
||||
#--sticky-hosts local
|
||||
#--sticky-hosts remote
|
||||
#--sticky-hosts all
|
||||
Reference in New Issue
Block a user