diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-01-30 23:06:28 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-01-30 23:06:28 +0000 |
commit | a03f045f48a39ba65b737268a8092c97eb0d9f87 (patch) | |
tree | 1142f6ac65c88f4c17ac1ee0f955d573dda5dc85 /share/snmp | |
parent | e34021ad56d926522681cfb180d77b979421d199 (diff) |
Hook OPENBSD-RELAYD-MIB into OPENBSD-SNMPD-CONF (which is just a file
that pulls in all of our other installed MIBs; the net-snmp port uses it
as an easy way to make the OpenBSD mibs available under their names by
default for snmptrapd/snmpwalk/etc). OK jsg@
Diffstat (limited to 'share/snmp')
-rw-r--r-- | share/snmp/OPENBSD-SNMPD-CONF.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/snmp/OPENBSD-SNMPD-CONF.txt b/share/snmp/OPENBSD-SNMPD-CONF.txt index 10dd7f59609..78dad269e5f 100644 --- a/share/snmp/OPENBSD-SNMPD-CONF.txt +++ b/share/snmp/OPENBSD-SNMPD-CONF.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-SNMPD-CONF.txt,v 1.5 2012/02/09 16:50:18 sthen Exp $ +-- $OpenBSD: OPENBSD-SNMPD-CONF.txt,v 1.6 2016/01/30 23:06:27 sthen Exp $ -- -- Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org> -- @@ -74,6 +74,10 @@ IMPORTS sensorsMIBObjects FROM OPENBSD-SENSORS-MIB + -- relayd(8) status MIB, OPENBSD-RELAYD-MIB.txt + relaydMIBObjects + FROM OPENBSD-RELAYD-MIB + -- Memory statistics MIB, OPENBSD-MEM-MIB.txt, OpenBSD 4.5 memMIBObjects FROM OPENBSD-MEM-MIB |