Deleted Added
sdiff udiff text old ( 155458 ) new ( 155768 )
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
10location := "Room 200"
11contact := "sysmeister@example.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"

--- 67 unchanged lines hidden ---