nav.conf

来自「Network Administration Visualized 网络管理可」· CONF 代码 · 共 56 行

CONF
56
字号
## This file contains general NAV configuration.# $Id: nav.conf 3799 2007-01-17 10:29:44Z mortenv $## The e-mail address of the NAV system administrator. All cron error# messages will be sent to this address.ADMIN_MAIL=root@localhost            # The domain suffix of your network.DOMAIN_SUFFIX = .ntnu.no# Sets if device-records in the device table should be automatically# created or not. If this is set to 'no' devices must be manually# entered into the system as the arrive; if you enter something# into nettel.txt without the actual device being registered# an error will be produced.AUTO_CREATE_DEVICE = yes# If you want to use an alternative Java installation for NAV, or your Java# installation is not available on the PATH, you can specifically configure# its home location with the JAVA_HOME variable.  # Please note that this is the base JRE (or JDK) directory - the java# executable program should be found as $JAVA_HOME/bin/java .## JAVA_HOME = /usr/java/j2sdk1.4.1_03# The debug level used by default in NAV's Java subsystems. All messages with# a priority above this number will be supressed. There are seven different# debug levels:## 0: EMERGENCY# 1: ALERT# 2: CRITICAL# 3: ERROR# 4: WARNING# 5: INFO# 6: DEBUG#DEBUG_LEVEL = 6# The debug level can also be set for individual Java subsystems.#DEBUG_LEVEL_GETDEVICEDATA = 5#DEBUG_LEVEL_EVENTENGINE = 5# Cam logger#DEBUG_LEVEL_GETBOKSMACS = 5# Java VM options/arguments for subsystemsJVM_OPTS_GETDEVICEDATA=-Xmx512mJVM_OPTS_EVENTENGINE=-Xmx256mJVM_OPTS_GETBOKSMACS=-Xmx256mJVM_OPTS_NETWORKDISCOVERY=-Xmx256m

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?