Blame SPECS/smi.conf

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