adds fkvm_inject_virq syscall: magic changes
[freebsd-src/fkvm-freebsd.git] / etc / snmpd.config
blob0d136ef1131f3824211740bee40fc832a15d19ca
1 # $FreeBSD$
3 # Example configuration file for bsnmpd(1).
7 # Set some common variables
9 location := "Room 200"
10 contact := "sysmeister@example.com"
11 system := 1     # FreeBSD
12 traphost := localhost
13 trapport := 162
15 # Change this!
16 read := "public"
17 # Uncomment begemotSnmpdCommunityString.0.2 below that sets the community
18 # string to enable write access.
19 write := "geheim"
20 trap := "mytrap"
23 # Configuration
25 %snmpd
26 begemotSnmpdDebugDumpPdus       = 2
27 begemotSnmpdDebugSyslogPri      = 7
30 # Set the read and write communities.
32 # The default value of the community strings is NULL (note, that this is
33 # different from the empty string). This disables both read and write access.
34 # To enable read access only the read community string must be set. Setting
35 # the write community string enables both read and write access with that
36 # string.
38 # Be sure to understand the security implications of SNMPv2 - the community
39 # strings are readable on the wire!
41 begemotSnmpdCommunityString.0.1 = $(read)
42 # begemotSnmpdCommunityString.0.2       = $(write)
43 begemotSnmpdCommunityDisable    = 1
45 # open standard SNMP ports
46 begemotSnmpdPortStatus.0.0.0.0.161 = 1
48 # open a unix domain socket
49 begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
50 begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
52 # send traps to the traphost
53 begemotTrapSinkStatus.[$(traphost)].$(trapport) = 4
54 begemotTrapSinkVersion.[$(traphost)].$(trapport) = 2
55 begemotTrapSinkComm.[$(traphost)].$(trapport) = $(trap)
57 sysContact      = $(contact)
58 sysLocation     = $(location)
59 sysObjectId     = 1.3.6.1.4.1.12325.1.1.2.1.$(system)
61 snmpEnableAuthenTraps = 2
64 # Load MIB-2 module
66 begemotSnmpdModulePath."mibII"  = "/usr/lib/snmp_mibII.so"
68 # Force a polling rate for the 64-bit interface counters in case
69 # the automatic computation is wrong (which may be the case if an interface
70 # announces the wrong bit rate via its MIB).
71 #%mibII
72 #begemotIfForcePoll = 2000
75 # Netgraph module
77 #begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
79 #%netgraph
80 #begemotNgControlNodeName = "snmpd"
83 # pf(4) module
85 #begemotSnmpdModulePath."pf"    = "/usr/lib/snmp_pf.so"
88 # Host resources module
89 #  This requires the mibII module.
91 #begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
94 # Bridge module
95 #  This requires the mibII module.
97 #begemotSnmpdModulePath."bridge" = "/usr/lib/snmp_bridge.so"