From 771d61bc4849de8c6af38a71dfa4e1740721fc12 Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" Date: Sun, 17 Jul 2022 01:09:21 +0300 Subject: README: How to download SILA-MIB.txt --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e950a2a..ac8dd55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ other stuff, and exports their actual values over SNMP. File SILA-MIB.txt describe a struc of exported data. This file can be found at OpenBMC hosts in folder `/usr/share/snmp/mibs` and may be fetched from OpenBMC host over http. ```shell -$ wget https:///mibs/SILA-MIB.txt +$ mkdir ~/.snmp/mibs +$ cd ~/.snmp/mibs +$ wget --no-check-certificate https:///mibs/SILA-MIB.txt ``` ### Basic SNMP -- cgit v1.2.3