mibs-downloader/README.md

30 lines
543 B
Markdown
Raw Permalink Normal View History

2020-06-07 21:36:24 +02:00
# MIB Downloader
[![Build Status](https://drone.binary-kitchen.de/api/badges/sprinterfreak/mibs-downloader/status.svg?ref=refs/heads/master)](https://drone.binary-kitchen.de/sprinterfreak/mibs-downloader)
Search and dowload mibs from different sources
2018-02-08 05:42:57 +01:00
## Important MIBs
2018-02-08 05:36:33 +01:00
This is a set of important mibs
2018-02-08 05:42:57 +01:00
### Download new mibs
2018-02-08 05:36:33 +01:00
To donwload new mibs use the mib-downloader.sh tool
`./mib-downloader.sh <MIB name>`
2018-02-08 05:42:57 +01:00
### Install MIBs
2018-02-08 05:36:33 +01:00
*ToDo*
`make install`
2018-02-08 05:42:57 +01:00
### Push back updates
2018-02-08 05:36:33 +01:00
```
git add mibs/*
git commit -m "Updated MIBs"
git push
```