Deleted Added
sdiff udiff text old ( 154186 ) new ( 155458 )
full compact
1# $FreeBSD: head/etc/snmpd.config 155458 2006-02-08 11:55:03Z glebius $
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9host := foobar
10location := "Room 200"
11contact := "sysmeister@bar.com"
12system := 1 # FreeBSD
13traphost := localhost
14trapport := 162
15
16# Change this!
17read := "public"
18# Uncomment line 42 that sets the community string to enable write access.
19write := "geheim"
20trap := "mytrap"
21

--- 65 unchanged lines hidden ---