1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

The bar.com is an existing domain. Instead of trying to listen on

64.15.205.248 address, change host to "foobar". This won't be
resolvable in most cases, so administrator will need to change it.
Also do not send our trap messages to 64.15.205.248, use localhost
as default traphost.
This commit is contained in:
Gleb Smirnoff 2006-02-08 11:55:03 +00:00
parent 4a457aa663
commit be2a64bdfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155458

View File

@ -6,11 +6,11 @@
#
# Set some common variables
#
host := foo.bar.com
host := foobar
location := "Room 200"
contact := "sysmeister@bar.com"
system := 1 # FreeBSD
traphost := noc.bar.com
traphost := localhost
trapport := 162
# Change this!