Deleted Added
sdiff udiff text old ( 154186 ) new ( 155458 )
full compact
1# $FreeBSD: head/etc/snmpd.config 154186 2006-01-10 12:08:25Z harti $
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9host := foo.bar.com
10location := "Room 200"
11contact := "sysmeister@bar.com"
12system := 1 # FreeBSD
13traphost := noc.bar.com
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 ---