Blame SOURCES/smi.conf

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