Added many important mibs and fixed typo

This commit is contained in:
Jan 2018-05-20 10:14:41 +02:00
parent e21fc5351f
commit a283dbbe0a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if wget -qO $F "http://www.circitor.fr/Mibs/Mib/${1:0:1}/$1.mib"; then
mv $F mibs/$1.mib
exit 0
fi
echo "MIB not found on circutor.fr" >&2
echo "MIB not found on circitor.fr" >&2
fi
if wget -qO $F "https://iphostmonitor.com/mib/$1.html"; then