Deleted Added
full compact
snmpd.config (155458) snmpd.config (155768)
1# $FreeBSD: head/etc/snmpd.config 155458 2006-02-08 11:55:03Z glebius $
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"
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"
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 ---
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 ---