Blame SOURCES/smi.conf

f409f3
#
f409f3
# smi.conf - Global/User SMI configuration file.
f409f3
#
f409f3
# See smi_config(3) for detailed information on configuration files.
f409f3
#
f409f3
f409f3
# Extend (note the semicolon) the libsmi default module search path.
f409f3
#path :/usr/local/share/mibs/sun
f409f3
#path :/usr/local/share/mibs/cisco
f409f3
f409f3
# Add a private directory.
f409f3
#path :/home/strauss/lib/mibs
f409f3
f409f3
# EXPERIMENTAL: Add a caching method (works only on UNIX systems). 
f409f3
# NOTE: the cache directory must exist and permissions must be
f409f3
# handled appropriately. A simple but insecure way is to apply
f409f3
# a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
f409f3
#cache /usr/local/share/mibs/cache /usr/local/bin/smicache -d /usr/local/share/mibs/cache -p http://www.ibr.cs.tu-bs.de/projects/libsmi/smicache/
f409f3
f409f3
# Don't show any errors by default.
f409f3
level 0
f409f3
f409f3
# Preload some basic SMIv2 modules.
f409f3
load SNMPv2-SMI
f409f3
load SNMPv2-TC
f409f3
load SNMPv2-CONF
f409f3
f409f3
# Make smilint shout loud to report all errors and warnings.
f409f3
smilint: level 9
f409f3
f409f3
# But please don't claim about any names longer than 32 chars.
f409f3
# (note: this is the prefix of errors `namelength-32-module,
f409f3
#  -type, -object, -enumeration, and -bit)
f409f3
smilint: hide namelength-32
f409f3
f409f3
# Preloading some more modules for special applications.
f409f3
tcpdump: load DISMAN-SCRIPT-MIB
f409f3
tcpdump: load IF-MIB
f409f3
smiquery: load IF-MIB
f409f3