diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-21 23:50:47 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-21 23:50:47 +0000 |
commit | f3af3a837152f640bdcf48d98673efdf7698ecf6 (patch) | |
tree | b6e0f6d2ee777aaf6dd442f1375799e322b85fe3 /usr.sbin | |
parent | 4bb8d9fd61f5f343698c51d0c2356a922d5fb5c3 (diff) |
move snmpd.conf to the etc/ directory. it is not installed yet by the build.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf b/usr.sbin/snmpd/snmpd.conf deleted file mode 100644 index 7c079e42cda..00000000000 --- a/usr.sbin/snmpd/snmpd.conf +++ /dev/null @@ -1,19 +0,0 @@ -# $OpenBSD: snmpd.conf,v 1.2 2008/01/21 23:45:51 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 |