Deleted Added
full compact
snmpd.config (155768) snmpd.config (156070)
1# $FreeBSD: head/etc/snmpd.config 155768 2006-02-16 20:38:09Z ceri $
1# $FreeBSD: head/etc/snmpd.config 156070 2006-02-27 16:31:01Z harti $
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9host := foobar

--- 51 unchanged lines hidden (view full) ---

61
62snmpEnableAuthenTraps = 2
63
64#
65# Load MIB-2 module
66#
67begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
68
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9host := foobar

--- 51 unchanged lines hidden (view full) ---

61
62snmpEnableAuthenTraps = 2
63
64#
65# Load MIB-2 module
66#
67begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
68
69# Force a polling rate for the 64-bit interface counters in case
70# the automatic computation is wrong (which may be the case if an interface
71# announces the wrong bit rate via its MIB).
72#%mibII
73#begemotIfForcePoll = 2000
74
69#
70# Netgraph module
71#
72#begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
73#
74#%netgraph
75#begemotNgControlNodeName = "snmpd"
76
77#
78# pf(4) module
79#
80#begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"
81
82#
83# Host resources module
84# This requires the mibII module.
85#
86#begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
75#
76# Netgraph module
77#
78#begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
79#
80#%netgraph
81#begemotNgControlNodeName = "snmpd"
82
83#
84# pf(4) module
85#
86#begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"
87
88#
89# Host resources module
90# This requires the mibII module.
91#
92#begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"