Skip to content

Commit

Permalink
Add MIBImporter 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 20, 2019
1 parent 0ca71ef commit 4363e66
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
| [Mudfish VPN **(MudfishVPN)**](./bucket/MudfishVPN.json) | ✔🔶 || ✔ (✔) |
| [NetLimiter **(NetLimiter)**](./bucket/NetLimiter.json) ||| ✔ (⛔) |
| [Origin **(Origin)**](./bucket/Origin.json) ||| ♻ (♻) |
| [Paessler's MIB Importer **(MIBImporter)**](./bucket/MIBImporter.json) ||| ✔ (⛔) |
| [Paessler's Multi Server Emulator **(MultiServerEmulator)**](./bucket/MultiServerEmulator.json) ||| ✔ (⛔) |
| [Paessler's NetFlow Tester **(NetFlowTester)**](./bucket/NetFlowTester.json) ||| ✔ (⛔) |
| [Paessler's PRTG Certificate Importer **(PRTGCertificateImporter**](./bucket/PRTGCertificateImporter.json) ||| ✔ (⛔) |
Expand Down
25 changes: 25 additions & 0 deletions bucket/MIBImporter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "3.5.8",
"description": "Paessler's MIB Importer. Import MIB (Management Information Base) files and convert them into OID libraries for PRTG.",
"homepage": "https://www.paessler.com/tools/mibimporter",
"license": "Freeware",
"url": "https://downloads.paessler.com/tools/Paessler+MIB+Importer+V3.5.8.zip",
"hash": "d0a0e453ef0dc97232120aa9ac83f4424f233df1769578f468700a2f71303d37",
"installer": {
"script": "(Get-ChildItem \"$dir\" '*.exe').FullName | Expand-InnoArchive -Destination \"$dir\" -Removal"
},
"shortcuts": [
[
"mibimporterv3.exe",
"MIB Importer"
],
[
"MIBSplitter.exe",
"MIB Splitter"
]
],
"checkver": "V([\\d.]+)\\s+\\(",
"autoupdate": {
"url": "https://downloads.paessler.com/tools/Paessler+MIB+Importer+V$version.zip"
}
}

1 comment on commit 4363e66

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 4363e66 May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.