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