Deleted Added
sdiff udiff text old ( 155768 ) new ( 156070 )
full compact
1# $FreeBSD: head/etc/snmpd.config 155768 2006-02-16 20:38:09Z ceri $
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#
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"