From 07be0768d15b8724a91ce17b9b80eb7da6758839 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Mon, 21 Jan 2008 23:50:46 +0000 Subject: [PATCH] move snmpd.conf to the etc/ directory. it is not installed yet by the build. --- src/etc/snmpd.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/etc/snmpd.conf diff --git a/src/etc/snmpd.conf b/src/etc/snmpd.conf new file mode 100644 index 00000000..34221118 --- /dev/null +++ b/src/etc/snmpd.conf @@ -0,0 +1,19 @@ +# $OpenBSD: snmpd.conf,v 1.1 2008/01/21 23:50:46 reyk Exp $ + +listen_addr="127.0.0.1" + +# Restrict daemon to listen on localhost only +listen on $listen_addr + +# Specify a number of trap receivers +#trap receiver nms.example.com + +# Adjust the local system information +#system contact "Charlie Root (root@myhost.example.com)" +#system description "Powered by OpenBSD" +#system location "Rack A1-24, Room 13" +system services 74 + +# Provide static user-defined SNMP OIDs +oid 1.3.6.1.4.1.30155.42.3.1 name testStringValue read-only string "Test" +oid 1.3.6.1.4.1.30155.42.3.4 name testIntValue read-write integer 1